youmi-zym / GO-SLAM

[ICCV2023] GO-SLAM: Global Optimization for Consistent 3D Instant Reconstruction
Apache License 2.0
355 stars 30 forks source link

About environment, no mudule named mcubes #40

Open Ysc-shark opened 1 month ago

Ysc-shark commented 1 month ago

Hello, I followed your instructions to set up the environment and installed pytorch-scatter. However, when running the demo, I encountered the following error: Exception: pyglet 2.0.10 requires Python 3.8 or newer.

I resolved this issue by using conda install pyglet -c pyg, but then I ran into another error: ModuleNotFoundError: No module named 'mcubes'. Unfortunately, I couldn't successfully install this package using either conda or pip.

Has anyone else encountered this issue? How can I resolve it? Thank you.

Ysc-shark commented 4 weeks ago

Hello, I followed your instructions to set up the environment and installed pytorch-scatter. However, when running the demo, I encountered the following error: Exception: pyglet 2.0.10 requires Python 3.8 or newer.

I resolved this issue by using conda install pyglet -c pyg, but then I ran into another error: ModuleNotFoundError: No module named 'mcubes'. Unfortunately, I couldn't successfully install this package using either conda or pip.

Has anyone else encountered this issue? How can I resolve it? Thank you.

Use pip install PyMCubes==0.1.4.

Versions 0.1.5 and above do not support Python 3.7.

After making these adjustments, the code runs successfully.