Open
Description
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.
pip install setuptools==57.5.0
pip install pip==20.0.2
It would not hurt in the readme to add the virtualenv activation command for python noobs like me :-D
workon g3wsuite
Metadata
Metadata
Assignees
Labels
No labels