We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I have tried upgrading pip and other libraries but still get this error, when I install it in python 3.x it worked
C:\Users\userName>pip install scrapy-selenium Collecting scrapy-selenium Using cached https://files.pythonhosted.org/packages/af/05/99ededa143dc4e55cb31dc526d341ec38982eba2de93f19bef290b9b3779/scrapy-selenium-0.0.3.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "c:\users\userName\appdata\local\temp\pip-install-9yhlty\scrapy-selenium\setup.py", line 4, in from pip.download import PipSession ImportError: No module named download ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in c:\users\userName\appdata\local\temp\pip-install-9yhlty\scrapy-selenium\
C:\Users\userName>pip install scrapy-selenium Collecting scrapy-selenium Using cached https://files.pythonhosted.org/packages/af/05/99ededa143dc4e55cb31dc526d341ec38982eba2de93f19bef290b9b3779/scrapy-selenium-0.0.3.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "c:\users\userName\appdata\local\temp\pip-install-9yhlty\scrapy-selenium\setup.py", line 4, in from pip.download import PipSession ImportError: No module named download
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\users\userName\appdata\local\temp\pip-install-9yhlty\scrapy-selenium\
The text was updated successfully, but these errors were encountered:
This package won't work with pip 10. You have to downgrade your pip.
pip install -U 'pip>=9,<10'
Sorry, something went wrong.
Hi @Noixas, this package is currently only compatible with Python 3.
Successfully merging a pull request may close this issue.
I have tried upgrading pip and other libraries but still get this error, when I install it in python 3.x it worked
The text was updated successfully, but these errors were encountered: