-
Notifications
You must be signed in to change notification settings - Fork 47
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
ERRO : "A module that was compiled using NumPy 1.x cannot be run" #163
Comments
I went to 1.26.4 But yeah the default environment setup by comfy-cli is invalid :( |
Reproduced on windows only. @telamonian found this issue that might be related: |
@Lilien86 Can you update to the latest and try now? @telamonian did a patch for windows. Should work with --fast-deps
|
I will try ! |
@Lilien86 To update, run |
Then run Then reinstall |
When launching ComfyUI, the following error occurs:
Explination :
This error indicates that the installed version of NumPy (2.1.0) is incompatible with modules that were compiled using NumPy 1.x. NumPy 2.x is not backward compatible with 1.x, leading to potential crashes or failures. The error message suggests downgrading to a NumPy version less than 2 or upgrading the affected modules.
Issue While Downgrading NumPy
When attempting to downgrade NumPy to version 1.23.5, the following error occurs:
The text was updated successfully, but these errors were encountered: