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' #1

Closed
icummings opened this issue Dec 4, 2018 · 3 comments
Closed

No module named 'requests' #1

icummings opened this issue Dec 4, 2018 · 3 comments

Comments

@icummings
Copy link

Installing, running with Python 3.7.1...

$ ./rpscrape.py
Traceback (most recent call last):
File "./rpscrape.py", line 8, in
import requests
ModuleNotFoundError: No module named 'requests'

@joenano
Copy link
Owner

joenano commented Dec 4, 2018 via email

@joenano joenano closed this as completed Dec 5, 2018
@icummings
Copy link
Author

Thank you - I had all kinds of issues with having both 3.7 and 2.7 python installed (on my Mac). I found this virtual environment setup incredibly useful: https://gist.github.com/pandafulmanda/730a9355e088a9970b18275cb9eadef3

@joenano
Copy link
Owner

joenano commented Dec 6, 2018

Yeah can be confusing having different versions installed, when I install a new library I usually install in all versions but using virtual envs is advised by many.

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