-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install via pip or pip3 : No module named 'unidecode' #67
Comments
Also getting this error. I installed on Windows the other day with no issue and am now trying to install the package on WSL (Ubuntu). What OS were you using, @srdg ? |
@srdg Looks like it's some sort of issue with the requirements. You'll need to manually |
@MJJBennett I am on Ubuntu Xenial 16.04 LTS. I did do
Also, I have selenium version 3.14.1, not sure if the error stems from that. |
@srdg Sorry for the late reply. Not sure if you have the library working yet, or if you went with a different workaround. The package requirements do say that it wants a lower version of Selenium. I would recommend trying out just making a virtual environment with Python 3.6.5 and installing the requirements exactly as listed. If that doesn't work, then I'm not really sure what else could be done. If it does, then I guess it's a workaround until the package is updated for newer releases? |
@srdg I had the same problem. This is how I circumvented it.
It will install then. |
I tried to install the package via
pip3
and ran into error. Printing the complete error stack below :Any help?
The text was updated successfully, but these errors were encountered: