We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Can get pdm-packer working at all.
pdm plugin add pdm-packer Installation succeeds. pdm pack ERROR: Failed to load plugin pdm-packer=pdm_packer:plugin: module 'importlib' has no attribute 'metadata' Usage: pdm [-h] [-V] [-c CONFIG] [-v | -q] [--no-cache] [-I] [--pep582 [SHELL]] [-n] ... pdm: error: Script unknown: pack
To Reproduce I don't know how reproducible it is. In my case I ran:
pipx install pdm
pdm init
pdm use 3.12
pdm plugin add pdm-packer
pdm pack -h
Alternatively injecting pdm-packer via pipx produces the same error: pipx inject pdm pdm-packer
pipx inject pdm pdm-packer
Expected behavior pdm pack invokes pack plugin.
pdm pack
System (please complete the following information):
pdm plugin list
pdm-packer 0.8.1 A PDM plugin that packs your packages into a zipapp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Can get pdm-packer working at all.
To Reproduce
I don't know how reproducible it is. In my case I ran:
pipx install pdm
pdm init
,pdm use 3.12
pdm plugin add pdm-packer
pdm pack -h
fails.Alternatively injecting pdm-packer via pipx produces the same error:
pipx inject pdm pdm-packer
Expected behavior
pdm pack
invokes pack plugin.System (please complete the following information):
pdm plugin list
returnspdm-packer 0.8.1 A PDM plugin that packs your packages into a zipapp
2.19.1
Python Interpreter:
/userapps/repositories/pdm-demo/.venv/bin/python (3.12)
Project Root:
/userapps/repositories/pdm-demo/
Local Packages:
The text was updated successfully, but these errors were encountered: