#๐ Pip install stopped working
28 messages ยท Page 1 of 1 (latest)
@last creek
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.
have you tried pip3 install
Hey, installation is done properly.
When I try to "redo" it says it's already satisfied
however I cannot import it, lol
are you installing it with the correct python version? and/or is pycharm configured to use the version of python youve installed your package on?
Yes
double yes
I basically even re-do projects to check.
Use pre-requisitives, then go "pip install pandas"
Then it does not see pandas, lol
interesting, im not sure how pycharm works but try restarting the ide
Is it possible that defender might be screwing it up?
Can be closed, hard reset helped a little.
lol
thank you anyway
are you using the integrated terminal or windows terminal?
intergrated
yeah... pycharm doesn't like it when you modify the venv without telling it.
new to me
I'll just "kill it" and reinstall
Thank you, never had that before, lol
I believe it was due to the update
The problem
I have a few projects in PyCharm, each with its own virtual environment.
Quite often, I add packages to these virtual environments using the CLI, mainly with python setup.py develop from
thank you
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, 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.