The term 'psgcompiler' is not recognized as the name of a cmdlet, function, script file, or operable program

Viewed 14

I've used pip install to download psgcompiler for Python

When I run psgcompiler like this: PS C:\path\Data_Entry_for_Word> psgcompiler

It gives the error: psgcompiler : The term 'psgcompiler' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify t hat the path is correct and try again. At line:1 char:1

  • psgcompiler
  •   + CategoryInfo          : ObjectNotFound: (psgcompiler:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

When I pip install psg it says it's already satisfied in the following location: users\name\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\etcetera. I've tried manually opening this file location, but I can't find the file 'appdata'. What do I do?

Is the problem caused by Windows somehow - or is it saving the package in an unusable location?

0 Answers
Related