You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: