#🔒 Unable to install librarys

15 messages · Page 1 of 1 (latest)

kind plover
#

so whenever i pip install {something} in the vs code terminal it does it succesfully and pip show {something} shows it but when i ty to use it it doesnt work. For example: when i did pip instll pytest it worked but when i did pytest {code} it did:
pytest : The term 'pytest' 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
that the path is correct and try again.
At line:1 char:1

  • pytest python.py
  •   + CategoryInfo          : ObjectNotFound: (pytest:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

pls help

candid moatBOT
#

@kind plover

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

tribal obsidian
#

try using py -m pytest instead

kind plover
#

why

#

ill try it

#

py : The term 'py' 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 that the
path is correct and try again.
At line:1 char:1

  • py -m pytest
  • ~~
    • CategoryInfo : ObjectNotFound: (py:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException
#

^spit out this

#

sorry i gtg

lone imp
#

Did you install python

tribal obsidian
#

weird
I would just try creating a new terminal

fiery wraith
tribal obsidian
#

that is the powershell error message right?

lone imp
#

Yep

candid moatBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.