Open Dhandeep10 opened 1 year ago
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. So any other help?
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.
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 cd instagraph python -m venv venv .\venv\Scripts\activate pip install -r requirements.txt python main.py
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??