I have a python code in PyCharm in which i am using import requests but the terminal is showing me the following error:
(venv) ahmad@Ahmad:~/Desktop/Spiders$ python test.py Traceback (most recent call last): File "test.py", line 1, in import requests ModuleNotFoundError: No module named 'requests'
But I have installed pip and requests as well.
you can use this :
just go to file > sitting > project : name > project interpreter > add > search and install
I am guessing you have not set your interpreter or installed the necessary packages in the interpreter in PyCharm.
File -> Settings
There, on the side panel, you can open your Project: <project_name> and check Project Interpreter
This will show the interpreter and the installed packages which you can use.
If the interpreter is empty, you need to add it.
https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html
Hope this helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With