argoverse / av2-api

Argoverse 2: Next generation datasets for self-driving perception and forecasting.
https://argoverse.github.io/user-guide/
MIT License
317 stars 75 forks source link

Using with Python3.7 #207

Closed SM1991CODES closed 1 year ago

SM1991CODES commented 1 year ago

Hello Argo team,

Recently I am trying to use open3D to estimate point normals and voxelize on a Centos based remote server. The problem is, the server does not have the correct GLIBC version to run recent versions of Open3D and I do not have admin rights to update that.

Only open3D 0.9.0 works. But this needs Python3.7 I think argo api does not support Python3.7.

Is there anyway to install the API on Python3.7?

Please let me know.

Best Regards Sambit

benjaminrwilson commented 1 year ago

Hi @SM1991CODES,

This might be possible, but would require editing source code that requires python 3.8+ features. Unfortunately, we won't be officially supporting 3.7 since it's EOL: https://endoflife.date/python.

Ben