-
Notifications
You must be signed in to change notification settings - Fork 290
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
Not able to setup the environment to run the code #32
Comments
Seems like the beautifulsoup4 package was not installed. You can pip install the requirements again and check if beautifulsoup4 is installed. It would be better if we create a virtualenv for the dependencies. @yoheinakajima I can update the readme to add steps for creating a virtualenv if you would like. |
I tried installing, but it said that it is already installed. |
yes a virtual env would be better. Give it a try hope it will solve the issue. |
@Dhandeep10 Try this steps if you are on windows: git clone https://github.com/yoheinakajima/instagraph.git |
After completing all the steps in README file, and troubleshooting some things by my self. I got the following error while running "python main.py" in terminal
How to fix this issue??
The text was updated successfully, but these errors were encountered: