Skip to content
New issue

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

Can't install Nettacker if Python interpreter is 3.13.1 #986

Open
q2dg opened this issue Dec 30, 2024 · 1 comment
Open

Can't install Nettacker if Python interpreter is 3.13.1 #986

q2dg opened this issue Dec 30, 2024 · 1 comment

Comments

@q2dg
Copy link

q2dg commented Dec 30, 2024

Please describe the issue or question and share your OS and Python version.


OS: Fedora
OS Version: 41
Python Version: 3.13.1

I get this error after running pipx install nettacker (as regular user)

Some possibly relevant errors from pip install:
ERROR: Ignored the following versions that require a different python version: 0.3.1a10 Requires-Python >=3.9,<3.13; 0.3.1a11 Requires-Python >=3.9,<3.13; 0.3.1a12 Requires-Python >=3.9,<3.13; 0.3.1a13 Requires-Python >=3.9,<3.13; 0.3.1a15 Requires-Python >=3.9,<3.13; 0.3.1a16 Requires-Python >=3.9,<3.13; 0.3.1a17 Requires-Python >=3.9,<3.13; 0.3.1a2 Requires-Python >=3.9,<3.13; 0.3.1a3 Requires-Python >=3.9,<3.13; 0.3.1a4 Requires-Python >=3.9,<3.13; 0.3.1a5 Requires-Python >=3.9,<3.13; 0.3.1a6 Requires-Python >=3.9,<3.13; 0.3.1a7 Requires-Python >=3.9,<3.13; 0.3.1a8 Requires-Python >=3.9,<3.13; 0.3.1a9 Requires-Python >=3.9,<3.13; 0.4.0 Requires-Python <3.13,>=3.9
ERROR: Could not find a version that satisfies the requirement nettacker (from versions: none)
ERROR: No matching distribution found for nettacker

@securestep9
Copy link
Collaborator

Hi @q2dg it is a known issue - Nettacker is currently not compatible with Python 3.13

Please use an older version of Python e.g. 3.12.6 or 3.11.11 (you can run several versions. of Python in parallel using something like pyenv) or use the Docker version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants