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
Describe the bug pip install fails with python3.12
To Reproduce run python3.12 -m pip install doxysphinx
Expected behavior the module installs without error
Screenshots python3.12 -m pip install doxysphinx Defaulting to user installation because normal site-packages is not writeable ERROR: Ignored the following versions that require a different python version: 2.1.10 Requires-Python >=3.8,<3.11; 2.1.11 Requires-Python >=3.8,<3.11; 2.1.9 Requires-Python >=3.8,<3.11; 2.2.0 Requires-Python >=3.8,<3.11; 2.3.3 Requires-Python >=3.8,<3.11; 2.3.4 Requires-Python >=3.8,<3.11; 2.3.5 Requires-Python >=3.8,<3.11; 2.3.6 Requires-Python >=3.8,<3.11; 2.3.7 Requires-Python >=3.8,<3.11; 3.0.0 Requires-Python >=3.8,<3.11; 3.1.0 Requires-Python >=3.8,<3.11; 3.2.0 Requires-Python >=3.8,<3.11; 3.2.1 Requires-Python >=3.8,<3.11; 3.2.2 Requires-Python >=3.8,<3.11; 3.2.3 Requires-Python >=3.8,<3.11; 3.3.0 Requires-Python >=3.8,<3.12; 3.3.1 Requires-Python >=3.8,<3.12; 3.3.2 Requires-Python >=3.8,<3.12; 3.3.3 Requires-Python >=3.8,<3.12; 3.3.4 Requires-Python >=3.8,<3.12; 3.3.6 Requires-Python >=3.8,<3.12; 3.3.7 Requires-Python >=3.8,<3.12 ERROR: Could not find a version that satisfies the requirement doxysphinx (from versions: none) ERROR: No matching distribution found for doxysphinx
Desktop (please complete the following information): linux fedora39
Smartphone (please complete the following information): N/A
Additional context using python3.9 which I also have on my linux fedora39 system works fine,ie. python3.9 -m pip install doxysphinx works
The text was updated successfully, but these errors were encountered:
Hello @winterz thank you for pointing out the issue. We will take a look into it and come back to you.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
pip install fails with python3.12
To Reproduce
run python3.12 -m pip install doxysphinx
Expected behavior
the module installs without error
Screenshots
python3.12 -m pip install doxysphinx
Defaulting to user installation because normal site-packages is not writeable
ERROR: Ignored the following versions that require a different python version: 2.1.10 Requires-Python >=3.8,<3.11; 2.1.11 Requires-Python >=3.8,<3.11; 2.1.9 Requires-Python >=3.8,<3.11; 2.2.0 Requires-Python >=3.8,<3.11; 2.3.3 Requires-Python >=3.8,<3.11; 2.3.4 Requires-Python >=3.8,<3.11; 2.3.5 Requires-Python >=3.8,<3.11; 2.3.6 Requires-Python >=3.8,<3.11; 2.3.7 Requires-Python >=3.8,<3.11; 3.0.0 Requires-Python >=3.8,<3.11; 3.1.0 Requires-Python >=3.8,<3.11; 3.2.0 Requires-Python >=3.8,<3.11; 3.2.1 Requires-Python >=3.8,<3.11; 3.2.2 Requires-Python >=3.8,<3.11; 3.2.3 Requires-Python >=3.8,<3.11; 3.3.0 Requires-Python >=3.8,<3.12; 3.3.1 Requires-Python >=3.8,<3.12; 3.3.2 Requires-Python >=3.8,<3.12; 3.3.3 Requires-Python >=3.8,<3.12; 3.3.4 Requires-Python >=3.8,<3.12; 3.3.6 Requires-Python >=3.8,<3.12; 3.3.7 Requires-Python >=3.8,<3.12
ERROR: Could not find a version that satisfies the requirement doxysphinx (from versions: none)
ERROR: No matching distribution found for doxysphinx
Desktop (please complete the following information):
linux fedora39
Smartphone (please complete the following information):
N/A
Additional context
using python3.9 which I also have on my linux fedora39 system works fine,ie.
python3.9 -m pip install doxysphinx works
The text was updated successfully, but these errors were encountered: