-
Notifications
You must be signed in to change notification settings - Fork 0
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
The CPU kernels do not build correctly. #48
Comments
seems your jax version is too low? |
This error was cause by: if cpu_ops is None:
raise RuntimeError(
'The CPU kernels do not build correctly. '
'Please check the installation of braintaichi.'
) That's means Related binaries of braintaichi were not loaded successfully, how did you install braintaichi? |
See new version released #50 |
Via |
Sad
|
Try the code below: import braintaichi
print('cpu_ops' in dir(braintaichi)) Check whether the ouput is True |
|
Try reinstall braintaichi pip uninstall braintaichi -y
pip install -U braintaichi |
Another bad news: |
Could you provide the details of your device and operating system |
|
Have you try create another python environment and install braintaichi? |
Well... I will try Python 3.10 |
Maybe you can try brainstate. It has different dependency which may solve your problem. |
似乎不行, |
You might consider downgrading pip install brainpy==2.6.0.post20241025 Alternatively, if you'd like, you can leave your email address, and we can arrange an online meeting to discuss and troubleshoot the issue together. |
Thanks. |
The CPU kernels do not build correctly. Please check the installation of braintaichi.
onWindows 11
system withPython 3.11
.The code
Traceback (most recent call last):
Packages
The text was updated successfully, but these errors were encountered: