'Command "python setup.py egg_info" failed with error code 1 in C:\Users\ELYSSU~1\AppData\Local\Temp\pip-build-7ado9ytn\cryptography\
I am trying to install scrapy in my Windows system, but It is showing me the below error:-
> Command "python setup.py egg_info" failed with error code 1 in C:\Users\ELYSSU~1\AppData\Local\Temp\pip-build-7ado9ytn\cryptography\
Solution 1:[1]
Enter the following command and install again to install without any problems.
pip install --upgrade --ignore-installed pip setuptools
Solution 2:[2]
That means your pip3 needs to be updated. You can process the upgrade command and upgrade the setuptools then it could work.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | I guaranteed |
| Solution 2 | fengzhengfang |
