Closed ilyeshammadi closed 7 years ago
BeautifulSoup is not supported in Python 3. the pip install -r requirements.txt crash when using the pip3. This dependency need to be replaced with the new version of the BeautifulSoup that is the BeautifulSoup4
pip install -r requirements.txt
do : pip install --upgrade beautifulsoup4
Thank you 😃
you welcome friend :) did it worked for you ? so i can close the issue ?
BeautifulSoup is not supported in Python 3. the
pip install -r requirements.txt
crash when using the pip3. This dependency need to be replaced with the new version of the BeautifulSoup that is the BeautifulSoup4