You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I have to say "Great work". I would like to highlight a few issues which I have encounter during setting up the app.
I have encounter following issues
"requirments.txt"
I was unable to download any pkg with pip install -r requirements1.txt because all the pkg are quite old
I have resorted all the packages and remove version tags----------> it worked
Additionally, I have to install "python -m spacy download en" because it does not install with normal installation (pip install spacy)
in "app.py"
from urllib import urlopen -----------> did not work
from urllib.request import urlopen-------------> it worked
The text was updated successfully, but these errors were encountered:
Thrqureshi
changed the title
errors
Issues encounter during setting up the App
Jun 22, 2019
I'm having similar issues. (Using Python3 here). I get an error regarding spacy & EN version, but Thrqureshi's suggested fix didn't work for me. Any suggestions would be nice.
Hi There
First of all, I have to say "Great work". I would like to highlight a few issues which I have encounter during setting up the app.
I have encounter following issues
"requirments.txt"
I was unable to download any pkg with pip install -r requirements1.txt because all the pkg are quite old
I have resorted all the packages and remove version tags----------> it worked
Additionally, I have to install "python -m spacy download en" because it does not install with normal installation (pip install spacy)
in "app.py"
from urllib import urlopen -----------> did not work
from urllib.request import urlopen-------------> it worked
The text was updated successfully, but these errors were encountered: