-
Notifications
You must be signed in to change notification settings - Fork 2
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
Import Error #1
Comments
and when I run demo it show second error:
|
Hey thanks for bringing this to our attention. Do you mind sharing what architecture you're running on? |
Sure 2、And second question about demo cant run, if I del param_name it will work, like: not workimport racplusplus workimport racplusplus |
I think there might be some system conflicts with OpenMP, or maybe that wasn't packaged correctly. Looking into it! |
In the meantime, can you try using this within a conda environment with openMP installed? I think that might be a temporary fix for you |
Hi
when I run README demo, it shows error
from ._racplusplus import rac, test_rac, simple_pybind_io_test, _pairwise_euclidean_distance, _pairwise_cosine_distance
ImportError: dlopen(python3.8/site-packages/racplusplus/_racplusplus.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '___kmpc_fork_call'
Do you know how to fix it?
thanks
The text was updated successfully, but these errors were encountered: