-
Notifications
You must be signed in to change notification settings - Fork 32
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
Got ModuleNotFoundError: No module named 'clvm.CLVMObject' #66
Comments
I am getting this error when I run
|
you also need to install |
all these dependencies are installed into a venv by the |
Can someone who is running into this issue please post their exact OS, python version, and python related packages they are attempting this so I can try to reproduce the problem internally to troubleshoot? |
Thank you, @eFishCent, for looking into this. Sandboxed reproduction of the issue
WorkaroundAs a workaround, it helps to hand-build clvm first (cmake>=3.14.0 required for this):
Debian bullseye package versions workPlease also note that with newer packages (Debian bullseye), the documented method works:
SpeculationFrom the above, it seems that the problem is in the version of the clvm wheel that gets downloaded:
|
After I installed and try simple cmd. I got this error. any idea : D
The text was updated successfully, but these errors were encountered: