autonity / aut

A command-line RPC client for Autonity
MIT License
11 stars 10 forks source link

Compatibility with Python 3.11.2 ? #107

Closed schwentker closed 1 year ago

schwentker commented 1 year ago

Attempting to install via:

pipx install git+https://github.com/autonity/aut

I'm getting an error around version of python 3.11.2

ERROR: Package 'autonity-py' requires a different Python: 3.11.2 not in '<3.11,>=3.8'

rmsams commented 1 year ago

Support for python 3.11 was temporarily removed in v0.1.3. Can you try installing it with a compatible version of Python?

We're working to towards broader python version coverage, but for now 3.11 is not supported.

cmjc commented 1 year ago

I'm running it on 3.10 atm on MacOS & Ubuntu.

pipx install --python $(which python3.10) git+ssh://git@github.com/autonity/aut.git

noandrea commented 1 year ago

support for v3.11 has been added in the latest release v0.2.0