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

MAINT Python 3.11.x compatible pip install #64

Closed
afsilva opened this issue Feb 23, 2024 · 3 comments · Fixed by #168
Closed

MAINT Python 3.11.x compatible pip install #64

afsilva opened this issue Feb 23, 2024 · 3 comments · Fixed by #168

Comments

@afsilva
Copy link

afsilva commented Feb 23, 2024

pip install pyrit
ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python <3.11,>=3.10; 0.1.1 Requires-Python <3.11,>=3.10
ERROR: Could not find a version that satisfies the requirement pyrit (from versions: none)
ERROR: No matching distribution found for pyrit

@romanlutz
Copy link
Contributor

Thanks, @afsilva, for opening this issue. We're aware that PyRIT currently supports only Python 3.10 and will add support for newer versions in the near future. I'll update when I have an ETA. In the meantime, I suggest creating a conda environment with Python 3.10 to work around the issue:

conda create -n pyrit-env Python=3.10

@wearetyomsmnv
Copy link

Is support for later versions of Python planned ? By the way, as one option to install without conda is to use Pyenv.

@dlmgary
Copy link
Contributor

dlmgary commented Feb 24, 2024

Hi @wearetyomsmnv! Yes, we are planning to support additional Python versions in the near future. We also considered using Poetry for installing PyRIT but ultimately reached a consensus that conda was preferred by the team.

@romanlutz romanlutz changed the title Python 3.11.x compatible pip install MAINT Python 3.11.x compatible pip install Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants