@gojhonny , i just tried to install and run this requirements file but was unable to due to getting a beautifulsoup4 error on the pip install -r requirements.txt step. The reasoning the machine gives me is that "You're trying to run a very old release of Beautiful Soup under Python 3. This will not work". Will i have to downgrade my entire system to python 2.7 or is there an updated cached requests that i can input manually onto the requirements.txt file?
@gojhonny , i just tried to install and run this requirements file but was unable to due to getting a beautifulsoup4 error on the
pip install -r requirements.txtstep. The reasoning the machine gives me is that "You're trying to run a very old release of Beautiful Soup under Python 3. This will not work". Will i have to downgrade my entire system to python 2.7 or is there an updated cached requests that i can input manually onto the requirements.txt file?