InvalidPyVersion with message: postreleases are not supported for python version specifiers #1334
Closed
1 task done
Labels
🐛 bug
Something isn't working
I am attempting to install a local package into a .venv. This project was originally managed with pipenv and the requirements were imported from the Pipenv file. The algoliasearch module was preventing locking, so I removed it from pyproject.toml . I have now tried to add it back in:
Steps to reproduce
Actual behavior
Command output:
/tmp/pdm-lock-3t2qgv7r.log contains the following (I have removed the long list of .exe files found in the repo):
Expected behavior
The latest version of the package should be installed, as it is by Pipenv. Is there a workaround in the case that version numbering by a package maintainer is not as expected?
Environment Information
The text was updated successfully, but these errors were encountered: