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
Tried to install directly from git via pip as follows: -e git://github.com/clemfromspace/scrapy-selenium.git@master#egg=scrapy-selenium"
which fails with pip 20.2 as in the below trace. pip 18.x works fine
Traceback (most recent call last):
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 "<string>", line 1, in <module>
File "[redacted]\.env\src\scrapy-selenium\setup.py", line 10, in <module>
ModuleNotFoundError: No module named 'pip._internal.download'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered:
Tried to install directly from git via pip as follows:
-e git://github.com/clemfromspace/scrapy-selenium.git@master#egg=scrapy-selenium"
which fails with pip 20.2 as in the below trace. pip 18.x works fine
The text was updated successfully, but these errors were encountered: