bernwang / latte

LATTE: Accelerating LiDAR Point Cloud Annotation via Sensor Fusion, One-Click Annotation, and Tracking
Apache License 2.0
408 stars 158 forks source link

RuntimeError: Python version 2.7 or 3.4+ is required. #25

Open MayurBagwe opened 2 years ago

MayurBagwe commented 2 years ago

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.

Not-a-web-Developer commented 2 months ago

hi, did you find a solution for it?

L-Reichardt commented 1 month ago

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.