Skip to content
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

Update setup.py to accomodate pip 20+ #61

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Update setup.py to accomodate pip 20+ #61

wants to merge 1 commit into from

Conversation

Brandl
Copy link

@Brandl Brandl commented Mar 29, 2020

This fixes a problem with the newest version of pip:

Traceback (most recent call last):
  File "scrapy-selenium/setup.py", line 5, in <module>
    from pip.download import PipSession
ModuleNotFoundError: No module named 'pip.download'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "scrapy-selenium/setup.py", line 10, in <module>
    from pip._internal.download import PipSession
ModuleNotFoundError: No module named 'pip._internal.download'

@tristanlatr
Copy link

@clemfromspace

This pip issue is causing major install problems on all softwares using scrapy-selenium as a pip requirement.
Can you merge this patch or change setup.py to use static install_requires field (as it should be the case actually...) ?

Merci beaucoup !

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

Successfully merging this pull request may close these issues.

None yet

2 participants