ahivert/tgtg-python

cannot import name 'TgtgClient' from partially initialized module

Closed this issue · 0 comments

When trying to install pip install tgtg I get:

$ pip install tgtg
Collecting tgtg
Using cached tgtg-0.11.0-py3-none-any.whl (6.9 kB)
Requirement already satisfied: requests==2.26.0 in .............
Requirement already satisfied: urllib3<1.27,>=1.21.1 in ..........
Requirement already satisfied: idna<4,>=2.5 in c ............

It looks like it doens't install because when running the token-script I get:
ImportError: cannot import name 'TgtgClient' from partially initialized module 'tgtg' (most likely due to a circular import)