Hi Everyone,
can i get your help please?
I am using *windows 10, VSCode, python 3.9*
I have installed and activated venv , in this venv I'm trying to install scrapy using:
*pip install scrapy*
and I'm getting an error regards to:
"twisted"
"ERROR: Command errored out with exit status 1: 'c:\users\{USERNAME}\{ProjectFolder}\venv\venv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\{Username}\\AppData\\Local\\Temp\\pip-install-ysjoh1_m\\twisted_9b78e1ea4a534d6391e33ac2db03e2b8\\
setup.py'"'"';
file='"'"'C:\\Users\\{Username}\\AppData\\Local\\Temp\\pip-install-ysjoh1_m\\twisted_9b78e1ea4a534d6391e33ac2db03e2b8\\
setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(
file);code=
f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code,
file, '"'"'exec'"'"'))' install --record 'C:\Users\{Username}\AppData\Local\Temp\pip-record-2ag6uk4i\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\{Username}\{ProjectFoler}\venv\venv\include\site\python3.9\Twisted' Check the logs for full command output.
Can anyone help with that?