Thank you so much! This worked for me and very easy to follow along.
@Wetheuntitled Жыл бұрын
ive tried this and it says theres no module named scrapy
@valostudent6074 Жыл бұрын
me too
@lappdev5071 Жыл бұрын
Awesome Tutorial. Thanks!
@Amit.Thinks Жыл бұрын
You're welcome, Lapp Dev. Learn to install more of such Python Libraries for Machine Learning and Data Science: bit.ly/3R3ShzH
@laughter31174 ай бұрын
NameError: name 'python' is not defined this error is coming when we write 'python --version' in IDLE window
@Amit.Thinks4 ай бұрын
IDLE Window? Who told you to write "python --version" in IDLE?
@laughter31174 ай бұрын
@@Amit.Thinks got it
@BradSCJB3 жыл бұрын
I did this process step by step, but in the IDLE Shell, I type "scrapy startproject projectname" it says invalid syntax while highlighting the "s" in startproject
@ithakra2 жыл бұрын
You might need the exact version of python that he shows in the video. If you install the latest version it might not work with the current version of scrapy