I'm running Windows 11 with Python 3.13.9 and pip 26.2.1, and I tried installing empress via pip install empress, but I got this error message:
Defaulting to user installation because normal site-packages is not writeable
Collecting empress
Using cached empress-1.2.0.tar.gz (302 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [26 lines of output]
Traceback (most recent call last):
File "C:\Users\nmoshiri\AppData\Roaming\Python\Python313\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 389, in <module>
main()
~~~~^^
File "C:\Users\nmoshiri\AppData\Roaming\Python\Python313\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\nmoshiri\AppData\Roaming\Python\Python313\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 143, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\nmoshiri\AppData\Local\Temp\pip-build-env-0bbwprkq\overlay\Lib\site-packages\setuptools\build_meta.py", line 333, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\nmoshiri\AppData\Local\Temp\pip-build-env-0bbwprkq\overlay\Lib\site-packages\setuptools\build_meta.py", line 301, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "C:\Users\nmoshiri\AppData\Local\Temp\pip-build-env-0bbwprkq\overlay\Lib\site-packages\setuptools\build_meta.py", line 520, in run_setup
super().run_setup(setup_script=setup_script)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\nmoshiri\AppData\Local\Temp\pip-build-env-0bbwprkq\overlay\Lib\site-packages\setuptools\build_meta.py", line 317, in run_setup
exec(code, locals()) # noqa: S102 # exec is intentional here
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 35, in <module>
File "C:\Program Files\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 0x9d in position 13340: character maps to <undefined>
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed to build 'empress' when getting requirements to build wheel
Perhaps it's some special character somewhere in the source code or other files that get read by the setup code?
I'm running Windows 11 with Python 3.13.9 and pip 26.2.1, and I tried installing
empressviapip install empress, but I got this error message:Perhaps it's some special character somewhere in the source code or other files that get read by the setup code?