Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'requests' #7

Closed
kuba-wolf opened this issue Mar 29, 2021 · 2 comments
Closed

No module named 'requests' #7

kuba-wolf opened this issue Mar 29, 2021 · 2 comments

Comments

@kuba-wolf
Copy link

kuba-wolf commented Mar 29, 2021

After pip installing FinanceDatabase I attempt to import it in my python file, but I get this error: Traceback (most recent call last):
File "/Users/usrname/PycharmProjects/stockScreener/main.py", line 1, in
import FinanceDatabase as fd
File "/Users/usrname/.virtualenvs/stockScreener/lib/python3.8/site-packages/FinanceDatabase/init.py", line 2, in
from .json_picker import select_cryptocurrencies
File "/Users/usrname/.virtualenvs/stockScreener/lib/python3.8/site-packages/FinanceDatabase/json_picker.py", line 1, in
import requests
ModuleNotFoundError: No module named 'requests'

@JerBouma
Copy link
Owner

JerBouma commented Mar 29, 2021

Please check requirements.txt for the required packages. You can install requests via pip install requests in your Command Prompt (cmd) or Anaconda Prompt. Same with all other packages listed in the file.

@kuba-wolf
Copy link
Author

ah okay, my apologies. Thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants