-
Notifications
You must be signed in to change notification settings - Fork 15
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
No module named 'torch' #9
Comments
This looks like it might be some local configuration issues. Don't think I can help here without more context. Was this when running |
I've tried global python environment, venv and conda environment on Mac OS. All of them give this issue. |
the problem is due to the unused during pip install,
Removing https://github.com/shawntan/scattermoe/blob/main/setup.py#L3 fixes it for me |
@shawntan would you consider removing the |
I've tried to install scattermoe and get this error:
Torch is already installed in my environment. All libraries is up-to-date.
The text was updated successfully, but these errors were encountered: