hmz-15 / Interactive-Scene-Reconstruction

Reconstructing Interactive 3D Scenes for Simulating Robot Autonomy
BSD 3-Clause "New" or "Revised" License
126 stars 17 forks source link

required python version couldnot be 3.7 #12

Closed wanglei-albert closed 1 month ago

wanglei-albert commented 3 months ago

python version: 3.7.16 ubuntu: 20.04 The code could be build as expected, however, an error of "cannot import name 'cached_property' from 'functools' " is thrown when I try to run the algorithm following the guideline. After searching some blogs, I get to know that cached_property becomes available from python3.8. So it will be kind to update the installation guide and thanks.

hmz-15 commented 1 month ago

Thanks for pointing this out! Just updated the version.