semicode-ltd / sarah

Terminal Assistant For SemiCode OS
http://www.semicodeos.com/sarah
GNU General Public License v2.0
196 stars 67 forks source link

BeautifulSoup is not supported in Python 3 #27

Closed ilyeshammadi closed 7 years ago

ilyeshammadi commented 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

semicode-ltd commented 7 years ago

do : pip install --upgrade beautifulsoup4

ilyeshammadi commented 7 years ago

Thank you 😃

semicode-ltd commented 7 years ago

you welcome friend :) did it worked for you ? so i can close the issue ?