sir, i am unable to install scrapy. can you guide me with that?
Installing scrapy
Have you tried installing it through pip? What is the error you are getting? Share the error here and I will look into it.
ERROR: Command errored out with exit status 1: ‘c:\users\hp\appdata\local\programs\python\python38-32\python.exe’ -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"‘C:\Users\HP\AppData\Local\Temp\pip-install-81uemrtf\Twisted\setup.py’"’"’; file=’"’"‘C:\Users\HP\AppData\Local\Temp\pip-install-81uemrtf\Twisted\setup.py’"’"’;f=getattr(tokenize, ‘"’"‘open’"’"’, open)(file);code=f.read().replace(’"’"’\r\n’"’"’, ‘"’"’\n’"’"’);f.close();exec(compile(code, file, ‘"’"‘exec’"’"’))’ install --record ‘C:\Users\HP\AppData\Local\Temp\pip-record-go39r_kk\install-record.txt’ --single-version-externally-managed --compile Check the logs for full command output.
i am getting this error
Try manually installing Twisted.
Choose the appropriate version and Download.
Then do this:
pip install Twisted-18.7.0-cp35-cp35m-win_amd64.whl
(Replace the name with the name of your wheel file)
Then do this:
pip install scrapy
Let me know if this doesn’t work. I’ll guide you through the installation of Anaconda first then.
its done sir
thanks.
Glad I could help! You can now mark the doubt as resolved in the “My Doubts” section.
Happy Learning!
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.