Domanda Errore

ChryITA

Utente Bronze
17 Aprile 2021
97
29
5
47
Ciao nel terminale di linux appare questo errore, come risolvo? Grazie

ERROR: Could not find a version that satisfies the requirement pywin32==227 (from versions: none)
ERROR: No matching distribution found for pywin32==227
 
No non è cambiato nulla, quando install il pypiwin32 mi da questo:

pip install pypiwin32 1 ⨯
Collecting pypiwin32
Using cached pypiwin32-223-py3-none-any.whl (1.7 kB)
Using cached pypiwin32-219.zip (4.8 MB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-hm31c87x/pypiwin32_d7b7f548c18b490c8b9145bab4a52af7/setup.py'"'"'; __file__='"'"'/tmp/pip-install-hm31c87x/pypiwin32_d7b7f548c18b490c8b9145bab4a52af7/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-34mlhgm2
cwd: /tmp/pip-install-hm31c87x/pypiwin32_d7b7f548c18b490c8b9145bab4a52af7/
Complete output (6 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-hm31c87x/pypiwin32_d7b7f548c18b490c8b9145bab4a52af7/setup.py", line 121
print "Building pywin32", pywin32_version
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Building pywin32", pywin32_version)?
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/pack...7e1ac099bb8eab93c29e298bded4e2fbc77009287fa44 (from https://pypi.org/simple/pypiwin32/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement pywin32>=223 (from pypiwin32)
ERROR: No matching distribution found for pywin32>=223