Closed TheTechromancer closed 1 year ago
If you still want to install it, you can downgrade packaging
to 21.3 by pip install -U packaging==21.3
Faced this issue even with packaging==21.3. Resolved it by downgrading to pip==23.2.1
Faced this issue even with packaging==21.3. Resolved it by downgrading to pip==23.2.1
Is the downgrading to old versions can be called a solution to the problem?
Faced this issue even with packaging==21.3. Resolved it by downgrading to pip==23.2.1
Is the downgrading to old versions can be called a solution to the problem?
Not the ideal solution, but some libraries being used are still using the notation of <= with * which latest pip doesn't support. So, if you want to use those libraries, this is the only solution till those libraries update the requirements.
I think there’s a case to be made for packaging to be practical here and allows this as a special case. But there’s nothing we can do here in pipx. Feel free to open an issue in packaging and link it to this issue.
Installing via pip works fine, but when I try to install via pipx, I get an error related to package versioning syntax.
Command:
Python version:
3.11
Pip version:23.1.2
Pipx version:1.2.0
Pipx output:
pyproject.toml: