Skip to content

Install hints for Ubuntu 21.10 on python 3.9 #4

Open
@moovida

Description

@moovida

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions