Closed vgiotsas closed 4 years ago
It appears that twentyc.rpc 0.4.0
is the culprit.
By installing version 0.3.5 with pip install twentyc.rpc==0.3.5
before the installation of peeringdb
, I was able to install and use peeringdb
successfully. Maybe it would be good to update your installation requirements to < 0.4.0 for twentyc.rpc
, until at least they resolve the issue.
@peeringdb/20c could you please take care
Catching up on issues, python 2 is no longer supported :)
I try to install
peeringdb-py
version 0.6.1 using pip 9.0.1 for python 2.7The installation breaks with error:
I have the full pip error trace here: https://pastebin.com/34ut1XDb
My OS is Ubuntu 16.04.3 LTS (xenial)