Hi, i’m using python 3.11 in pycharm and get the error “No module named ‘requests’” but this is installed. Can anyone help? thanks
/Users/biancavendone/PycharmProjects/pythonProject/Python-Assignment-2/.venv/bin/python /Users/biancavendone/PycharmProjects/pythonProject/Python-Assignment-2/trivia_game.py
Traceback (most recent call last):
File “/Users/biancavendone/PycharmProjects/pythonProject/Python-Assignment-2/trivia_game.py”, line 3, in
import requests
ModuleNotFoundError: No module named ‘requests’
Hi thank you so much that has worked! Where I had gone wrong is I was running the same command from my terminal but not within pycharm. All sorted now so thanks!