I’m trying to install the input module package for python and whenever i run the command it returns this error
C:\Users\pierr>py -m pip install framework16-inputmodule
Collecting framework16-inputmodule
Using cached framework16_inputmodule-0.1.1-py3-none-any.whl.metadata (5.5 kB)
Collecting getkey (from framework16-inputmodule)
Using cached getkey-0.6.5.tar.gz (13 kB)
Preparing metadata (setup.py) … error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [34 lines of output]
C:\Users\pierr\AppData\Local\Temp\pip-install-qqwogvvq\getkey_1bd68144a7f3419abe7e26c5d6977088\setup.py:5: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!
********************************************************************************
Please remove any references to `setuptools.command.test` in all supported versions of the affected package.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
********************************************************************************
!!
from setuptools.command.test import test as TestCommand
Traceback (most recent call last):
File "<string>", line 2, in <module>
exec(compile('''
~~~~^^^^^^^^^^^^
# This is <pip-setuptools-caller> -- a caller that pip uses to run setup.py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<31 lines>...
exec(compile(setup_py_code, filename, "exec"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
''' % ('C:\\Users\\pierr\\AppData\\Local\\Temp\\pip-install-qqwogvvq\\getkey_1bd68144a7f3419abe7e26c5d6977088\\setup.py',), "<pip-setuptools-caller>", "exec"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\pierr\AppData\Local\Temp\pip-install-qqwogvvq\getkey_1bd68144a7f3419abe7e26c5d6977088\setup.py", line 37, in <module>
long_description=read_description(),
~~~~~~~~~~~~~~~~^^
File "C:\Users\pierr\AppData\Local\Temp\pip-install-qqwogvvq\getkey_1bd68144a7f3419abe7e26c5d6977088\setup.py", line 11, in read_description
return fd.read()
~~~~~~~^^
File "C:\Users\pierr\AppData\Local\Programs\Python\Python313\Lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 876: character maps to <undefined>
[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.