Scrapy problem

1. mac installation problem

Operation process

1. pip3 install Scrapy(Successful installation, no error log information)

2. Execute scrapy and return the prompt message command not found

solve:

carried out:

ln -s /Library/Frameworks/Python.framework/Versions/3.8/bin/scrapy /usr/local/bin/scrapy

Guess you like

Origin www.cnblogs.com/hankleo/p/12732914.html