Open MayurBagwe opened 2 years ago
hi, did you find a solution for it?
Just came across this today, so answering for future reference.
Possibly a version issue with absl-py==0.7.1
and Python 3.10. Changing the absl-py version would fix it, but further down the line I encountered more issues with Python > 3.7.
It seems the code was developed with Python 3.7 and I used that in my env.
While executing the command
pip3 install -r requirements.txt
, I'm getting following errors python setup.py egg_info did not run successfully.RuntimeError: Python version 2.7 or 3.4+ is required.
I'm using Python version 3.10.6.