-
Notifications
You must be signed in to change notification settings - Fork 293
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
undefined symbol: cblas_sgemm_alloc #114
Comments
I also tried |
I had the same problem, and solved it by installing torch 1.0.1 ! |
Oh it finally works !Thanks a lot ! |
HI, I also add the same issue, but after installing torch 1.0.1, when I run building 'im2mesh.utils.libkdtree.pykdtree.kdtree' extension |
Try |
Did you figure this one out. |
Thanks, @jiyoonshincml it worked with your suggestion! |
another method is useful: |
I solved by following the top answer: https://stackoverflow.com/questions/14657375/cython-fatal-error-numpy-arrayobject-h-no-such-file-or-directory
follow that I add 'include_dirs' to setup, then it works |
When I tried
python setup.py build_ext --inplace
,It fails with the error:Traceback (most recent call last): File "setup.py", line 7, in <module> from torch.utils.cpp_extension import BuildExtension, CppExtension, CUDAExtension File "/home/baichenghuan/anaconda3/envs/mesh_funcspace/lib/python3.6/site-packages/torch/__init__.py", line 84, in <module> from torch._C import * ImportError: /home/baichenghuan/anaconda3/envs/mesh_funcspace/lib/python3.6/site-packages/torch/lib/libmkldnn.so.0: undefined symbol: cblas_sgemm_alloc
How to solve it?
The text was updated successfully, but these errors were encountered: