-
Notifications
You must be signed in to change notification settings - Fork 8
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 hints for Ubuntu 21.10 on python 3.9 #4
Comments
Hi @moovida, in this regard, are you able to make a pull request that improves the readme file? (BTW, from what i can see the dev version currently recommends python 3.10)
|
@moovida so, exactly would you recommend to change within documentation? Please try submitting here a dedicated pull request with all the new necessary information to let others understand better. If not, since you've found a solution anyway, I think this issue can be closed too..
Addresed in v3.5.x: https://g3w-suite.readthedocs.io/en/v3.5.x/install.html?highlight=workon#virtualenv-creation |
Hi there, here below some workarounds that I had to perform against the official project readme to have the development environment installed on the newest ubuntu with python 3.9.
The first problem is on the anyjson installation, which fails on the newest python, giving use_2to3 is invalid as reason. After some checks, it is setuptools, that after version 57.5.0 did remove support for 2to3.
The second is that the build fails with the latest pip, so that also needs to be downgraded.
It would not hurt in the readme to add the virtualenv activation command for python noobs like me :-D
The text was updated successfully, but these errors were encountered: