Oh man, so good. So important to get off to a good start. So many overlook that if you come from another language, you don't know how to set up a project and they just run the code from python command line. In practice people need to do what you are teaching here, set up environment and run code. Thank you.
I also type scrapy crawl quotes on Local terminal, but it shows error: 'scrapy' is not recognized as an internal or external command, operable program or batch file.
When I type "scrapy" I get this message: "Python 3.6 is no longer supported by the Python core team" . I tried everything, older and newer versions, it just doesn't work.
I figured out my issue. I didn't install pywin32. I was getting scrapy not found error. Had to use the first solution found here: stackoverflow.com/questions/37757233/scrapy-installed-but-wont-run-from-the-command-line Just in case anyone else comes across this issue :)
Baobao: I am sorry if my video confused you more. I know there are so many steps involved but if you practice multiple times I am sure everything will make sense.
Oh man, so good. So important to get off to a good start. So many overlook that if you come from another language, you don't know how to set up a project and they just run the code from python command line. In practice people need to do what you are teaching here, set up environment and run code. Thank you.
Thanks a lot. Most tutorials barely touch setting up the project for crawl and go straight to the script. Your video is exactly what i needed
It would have been a nightmare, if not for this video tutorial.
You are an excellent instructor.
I have converted into csv file. but It shows nothing when i open it.
I also type scrapy crawl quotes on Local terminal, but it shows error:
'scrapy' is not recognized as an internal or external command,
operable program or batch file.
When I type "scrapy" I get this message: "Python 3.6 is no longer supported by the Python core team" . I tried everything, older and newer versions, it just doesn't work.
Thank you sir.
Perfect video!
thank you
Thanks, It was really useful to me,
Can you make another video on a step-by-step guide on running a spider?
Perfect! Thanks!
when i run project, the file saved as html, why?
I think pywin32 is for Windows. What would one need if they are using Ubuntu?
I figured out my issue. I didn't install pywin32. I was getting scrapy not found error. Had to use the first solution found here: stackoverflow.com/questions/37757233/scrapy-installed-but-wont-run-from-the-command-line
Just in case anyone else comes across this issue :)
Please make a tutorial on pycharm
why only One video .....we need more
Still I feel quite confused after watching the video
Baobao: I am sorry if my video confused you more. I know there are so many steps involved but if you practice multiple times I am sure everything will make sense.
@@ondemand2130 You are right. I did practice many times. It seems to be an easy work for me now haha
@@baobaozhu4979 :)
Hi.
For reference.
To enter (venv):
. venv\scripts\activate