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.

C:\Users\Guest User\Desktop>apify create my-actor -t python-scrapy
Info: Making sure that Apify CLI is up to date...
Info: Apify CLI is up to date ๐Ÿ‘ 

Info: Python version 3.11.4 detected.
Info: Creating a virtual environment in "C:\Users\Guest User\Desktop\my-actor\.venv" and installing dependencies from "requirements.txt"...
Run: python -m venv --prompt . .venv
Run: C:\Users\Guest User\Desktop\my-actor\.venv\Scripts\python.exe -m pip install --no-cache-dir --no-warn-script-location --upgrade pip setuptools wheel
'C:\Users\Guest' is not recognized as an internal or external command,
operable program or batch file.
Error: C:\Users\Guest User\Desktop\my-actor\.venv\Scripts\python.exe exited with code 1

Any thoughts?
Was this page helpful?