-
Notifications
You must be signed in to change notification settings - Fork 80
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
Setup doesn't work for host with Python 3.12.3 #138
Comments
@rafauke thanks for opening. You can test fixing locally via one character change in the setup script: bashhub-client/install-bashhub.sh Line 41 in c408de6
Try changing the 12 to 13 and see if everything installs fine. If alls good would welcome a PR! |
alas. fedora-40. changed 12 to 13:
|
+1. I am also getting the above python error on ubuntu 24.04 |
I got this working, based on SO post that says you need to upgrade pip. (The current setup downloads a virtualenv pre-packaged, that may not work best for python 3.12. Either the virtualenv pre-packaged download should be made to work for python 3.12 or it may be best to create the virtual env from scratch). After solving that problem, I ran into another one. The requests package I have raised a PR #139 |
Hello, thanks for the package :)
Unfortunately, there are some issues when installing:
Version of python reported by os:
Let me know if I can help with anything.
The text was updated successfully, but these errors were encountered: