Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About environment, no mudule named mcubes #40

Open
Ysc-shark opened this issue Aug 11, 2024 · 1 comment
Open

About environment, no mudule named mcubes #40

Ysc-shark opened this issue Aug 11, 2024 · 1 comment

Comments

@Ysc-shark
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant