python scrapy No module named 'cryptography.hazmat

In the windows below:

No module named 'cryptography.hazmat.bindings._constant_time'

pip install scrapy

Discovered the No module named 'cryptography.hazmat.bindings._constant_time'
error,
the solution is:
pip install -I cryptography

Guess you like

Origin blog.51cto.com/zhangfang526/2477109