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
After update pdm to version 2.16.1 run pdm generate this error:
2.16.1
ERROR: Failed to load plugin multirun=pdm_multirun.plugin:multirun: cannot import name 'Project' from 'pdm.cli.commands.run'
Just add pdm-multirun in tool.pdm.plugins
- __System__: Linux-6.9.5-100.fc39.x86_64-x86_64-with-glibc2.38 - __Python__: cpython 3.12.3 - __Environment variables__: - `PYTHONPATH`: `$HOME/.local/pipx/venvs/pdm/lib/python3.11/site-packages/pdm/pep582` - __Installed packages__: - `pdm-multirun` v0.0.0
The text was updated successfully, but these errors were encountered:
Hi @natir, thanks for the report! Would you like to send a PR? I suppose it's just a matter of importing Project from somewhere else.
Project
Sorry, something went wrong.
fix: Support PDM 2.16 API
181f9f2
Issue-11: #11 PR-12: #12
pawamoy
Successfully merging a pull request may close this issue.
Description of the bug
After update pdm to version
2.16.1
run pdm generate this error:To Reproduce
Just add pdm-multirun in tool.pdm.plugins
Environment information
The text was updated successfully, but these errors were encountered: