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
$ pdm --help
Traceback (most recent call last):
File "/home/ubuntu/.local/bin/pdm", line 8, in<module>sys.exit(main())
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/core.py", line 288, in main
returnCore().main(args or sys.argv[1:])
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/core.py", line 181, in main
args = self._get_cli_args(args, obj)
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/core.py", line 163, in _get_cli_args
config = project.pyproject.settings.get("options", {})
File "/usr/lib/python3.10/functools.py", line 981, in __get__
val = self.func(instance)
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/project/core.py", line 112, in pyproject
return PyProject(self.root / self.PYPROJECT_FILENAME, ui=self.core.ui)
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/project/toml_file.py", line 18, in __init__
self._data = self.read()
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/project/project_file.py", line 33, inread
metadata, settings = converter.convert(None, self._path, None)
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/formats/poetry.py", line 213, in convert
returnconverter.convert()
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/formats/base.py", line 85, in convert
raise MetaConvertError(errors, data=self._data, settings=self.settings)
pdm.formats.base.MetaConvertError:
group_dependencies: Invalid specifier: '>=0.4.21+cuda12.cudnn89'
Expected behavior
Show pdm help.
Environment Information
Paste the output of pdm info && pdm info --env below:
$ pdm info && pdm info --env
Traceback (most recent call last):
File "/home/ubuntu/.local/bin/pdm", line 8, in<module>sys.exit(main())
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/core.py", line 288, in main
returnCore().main(args or sys.argv[1:])
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/core.py", line 181, in main
args = self._get_cli_args(args, obj)
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/core.py", line 163, in _get_cli_args
config = project.pyproject.settings.get("options", {})
File "/usr/lib/python3.10/functools.py", line 981, in __get__
val = self.func(instance)
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/project/core.py", line 112, in pyproject
return PyProject(self.root / self.PYPROJECT_FILENAME, ui=self.core.ui)
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/project/toml_file.py", line 18, in __init__
self._data = self.read()
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/project/project_file.py", line 33, inread
metadata, settings = converter.convert(None, self._path, None)
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/formats/poetry.py", line 213, in convert
returnconverter.convert()
File "/home/ubuntu/.local/pipx/venvs/pdm/lib/python3.10/site-packages/pdm/formats/base.py", line 85, in convert
raise MetaConvertError(errors, data=self._data, settings=self.settings)
pdm.formats.base.MetaConvertError:
group_dependencies: Invalid specifier: '>=0.4.21+cuda12.cudnn89'
$ cd&& pdm --version
PDM, version 2.12.2
The text was updated successfully, but these errors were encountered:
Trying to migrate a project from Poetry to PDM.
Steps to reproduce
pyproject.toml
Actual behavior
Expected behavior
Show pdm help.
Environment Information
Paste the output of
pdm info && pdm info --env
below:The text was updated successfully, but these errors were encountered: