A quick google search revealed: “Pypiwin32 is an old and outdated repackaging of pywin32 from its creator to use wheels. It is abandoned for a long time. You should just use pywin32.”
I think there is a bigger issue. The library pywin32 is module for accessing Windows APIs. I would not expect it to install properly on Linux.
From: Antony
Sent: Monday, July 4, 2022 4:31 AM
To: Kivy users support
Subject: [kivy-users] Couldn't downlaod the pypiwin32 module | Using Python3.6 and above
I am getting below error while try to install the "pypiwin32" module.
Using Python 3.6 and above.
Platform : CentOS Linux release 7.9.2009 (Core)
Collecting pypiwin32
Using cached pypiwin32-223-py3-none-any.whl (1.7 kB)
Using cached pypiwin32-219.zip (4.8 MB)
Preparing metadata (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-9mbf5zfc/pypiwin32_6eb26612c637401e9eadc4b5c6621491/setup.py'"'"'; __file__='"'"'/tmp/pip-install-9mbf5zfc/pypiwin32_6eb26612c637401e9eadc4b5c6621491/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-qwld3ziz
cwd: /tmp/pip-install-9mbf5zfc/pypiwin32_6eb26612c637401e9eadc4b5c6621491/
Complete output (6 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-9mbf5zfc/pypiwin32_6eb26612c637401e9eadc4b5c6621491/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/packages/2b/ca/5c086c18de8f70222787b3e824e755b68d99272531522e77bb381d4f60c8/pypiwin32-219.zip#sha256=06d478295c89dbdd4187e1ac099bb8eab93c29e298bded4e2fbc77009287fa44 (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) (from versions: none)
ERROR: No matching distribution found for pywin32>=223
Please somebody guide me
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/201e0695-7e43-4c98-9aee-c4ec33e1e002n%40googlegroups.com.