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
There is an issue with packaging library (as of 8/12/22 pypa/packaging#629)
when parsing requirements for specific libraries,
pdm in all versions uses packaging above 20.9 version (so in a lot of pdm versions there is a bug)
what I did to fix pip install packaging==21.3
and then
installed pdm
The text was updated successfully, but these errors were encountered:
There is an issue with packaging library (as of 8/12/22 pypa/packaging#629)
when parsing requirements for specific libraries,
pdm in all versions uses packaging above 20.9 version (so in a lot of pdm versions there is a bug)
what I did to fix
pip install packaging==21.3
and then
installed pdm
The text was updated successfully, but these errors were encountered: