on installation of pypiwin32 an exception got thown
(.venv) ✘ eugaming@debian2 ~/Desktop/Luna-Grabber-1.5.5-alpha pip install pypiwin32
Collecting pypiwin32
Using cached pypiwin32-223-py3-none-any.whl.metadata (236 bytes)
INFO: pip is looking at multiple versions of pypiwin32 to determine which version is compatible with other requirements. This could take a while.
Using cached pypiwin32-219.zip (4.8 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-2_hvbsfi/pypiwin32_2afd5932a3cf4927ab5007af6ebbef33/setup.py", line 121
print "Building pywin32", pywin32_version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
[notice] A new release of pip is available: 24.1 -> 24.1.2
[notice] To update, run: pip install --upgrade pip
(.venv) ✘ eugaming@debian2 ~/Desktop/Luna-Grabber-1.5.5-alpha python --version
Python 3.11.2
Add Screenshots
Check the following before submitting (If Applicable)
[X] I have attempted to resolve my problem by myself
What Did You Expect To Happen?
so install pypiwin32
What Happened?
on installation of pypiwin32 an exception got thown
Add Screenshots
Check the following before submitting (If Applicable)