Issue
PS C: \ Users \ Acer \ projects \ worldometers \ worldometers> conda activate virtual_workspace PS C: \ Users \ Acer \ projects \ worldometers \ worldometers> scrapy crawl countries scrapy: The term 'scrapy' is not recognized as a cmdlet name, function, script file or operable program. Check the spelling of the name or, if a path has been included, see if the path is correct and try again. In line: 1 character: 1 + scrapy crawl countries + ~~~~~~ + CategoryInfo: ObjectNotFound: (scrapy: String) [], CommandNotFoundException + FullyQualifiedErrorId: CommandNotFoundException
Solution
Add scrapy to your environment variables or try python -m scrapy crawl countries
Answered By - carpa_jo
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.