CA
correct-apricot
Unable to setup apify actor using python-scrapy template in Windows
Hi Team, I'm new to Apify. I'm trying to setup Apify actor using python-scrapy template. But I'm getting following error.
Any thoughts?
1 Reply
Hey @Nayananga
The error occurs because of the Windows username - Guest User
the command line script is executed incorrectly due to the presence of a space.
You can create a template manually from the github repository - https://github.com/apify/actor-templates/tree/master/templates/python-scrapy
GitHub
actor-templates/templates/python-scrapy at master ยท apify/actor-tem...
This project is the :house: home of Apify actor template projects to help users quickly get started. - apify/actor-templates