Skip to content

Install with pip in python 2.7 #6

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

Closed
Noixas opened this issue Jul 31, 2018 · 2 comments · Fixed by #12
Closed

Install with pip in python 2.7 #6

Noixas opened this issue Jul 31, 2018 · 2 comments · Fixed by #12

Comments

@Noixas
Copy link

Noixas commented Jul 31, 2018

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\

@leon0707
Copy link
Contributor

leon0707 commented Sep 5, 2018

This package won't work with pip 10. You have to downgrade your pip.

pip install -U 'pip>=9,<10'

@clemfromspace
Copy link
Owner

Hi @Noixas, this package is currently only compatible with Python 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants