You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run code that invokes any of the methods that use translate_pattern
Traceback (most recent call last):
File "/nix/store/hv31qwd035iafm0xjc96dxf6qs91bf1r-devpi-client-7.0.2/bin/.devpi-wrapped", line 9, in <module>
sys.exit(main())
^^^^^^
File "/nix/store/hv31qwd035iafm0xjc96dxf6qs91bf1r-devpi-client-7.0.2/lib/python3.11/site-packages/devpi/main.py", line 42, in main
hub, method = initmain(argv)
^^^^^^^^^^^^^^
File "/nix/store/hv31qwd035iafm0xjc96dxf6qs91bf1r-devpi-client-7.0.2/lib/python3.11/site-packages/devpi/main.py", line 54, in initmain
mod = __import__(mod, None, None, ["__doc__"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/hv31qwd035iafm0xjc96dxf6qs91bf1r-devpi-client-7.0.2/lib/python3.11/site-packages/devpi/upload.py", line 9, in <module>
import check_manifest
File "/nix/store/22rfm3zfgazv7zpdw8aylwd2p7iw4akp-python3.11-check-manifest-0.49/lib/python3.11/site-packages/check_manifest.py", line 43, in <module>
from setuptools.command.egg_info import translate_pattern
ModuleNotFoundError: No module named 'setuptools'
con-f-use
changed the title
python: check_manifest as a missing runtime dependency on setuptools
python312Packages.check-manifest: missing runtime dependency on setuptools
Jul 8, 2024
Describe the bug
The Python package check-manifest has a runtime-dependency on setuptools that is not reflected in the nix expression.
Steps To Reproduce
Steps to reproduce the behavior:
translate_pattern
Notify maintainers
@nlewo
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: