-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Install Error: requirements to build wheel do not run successfully #2360
Comments
Thanks for trying aider and filing this issue. Aider currently supports Python 3.9-3.12. Not 3.13. |
@paul-gauthier is there an issue to follow for 3.13 support? |
Yes, pinned at the top of the issue page: |
Thank you for swift response 🎉 Just FYI for any other users of Fedora encountering issues with creating virtual environments of python with the correct version: The #install the appropriate version
sudo dnf install python3.12
#create a virtual environment with the appropriate version
python3.12 -m venv aider-env --clear
#activate the virtual environment
source aider-env/bin/activate
#verify that you're using python from virtual environment (should be aider-env)
which python
#verify that you're using correct python version (<3.13)
python --version
#install aider
python -m pip install -U aider-chat |
I'm labeling this issue as stale because it has been open for 2 weeks with no activity. If there are no additional comments, I will close it in 7 days. Note: A bot script made these updates to the issue. |
I'm closing this issue because it has been stalled for 3 weeks with no activity. Feel free to add a comment here and we can re-open it. Or feel free to file a new issue at any time. Note: A bot script made these updates to the issue. |
Issue
Nearing the final stages of installation on
Linux fedora-workstation 6.11.7-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 8 19:23:10 UTC 2024 x86_64 GNU/Linux
after trying the following commands:python -m pip install -U aider-chat
sudo python -m pip install -U aider-chat
python -m pip install -U --upgrade-strategy only-if-needed aider-chat
sudo python -m pip install -U --upgrade-strategy only-if-needed aider-chat
Always results in the same error:
Version and model info
Python 3.13.0
Fedora 41
git version 2.47.0
The text was updated successfully, but these errors were encountered: