Im getting some different errors than sir. Attaching a screenshot for the same.
Not able to install scrapy
Hey @muditarya31
First install the wheel package using the command pip install wheel.
After that, try installing scrapy using pip install scrapy.
Let me know if this works!
If you are facing these many errors, then, my advice would be to download the complete Anaconda distribution.
You can find the download and installation instructions here
Once you have installed Anaconda, open the Anaconda Prompt from the start menu and install scrapy through the following command: conda install -c conda-forge scrapy
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.

