Skip to content
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

ImportError:_Z8cpu_gemmIfEv11CBLAS_ORDER15CBLAS_TRANSPOSES1_iiiT_PKS2_S4_S2_PS2_ #36

Closed
GaoQiyu opened this issue Oct 17, 2019 · 3 comments

Comments

@GaoQiyu
Copy link

GaoQiyu commented Oct 17, 2019

system: Ubuntu18.04.3 LTS 64x
memory: 16GB
cpu:Intel® Core™ i7-7700 CPU @ 3.60GHz × 8
gpu:GeForce GTX 1060 6GB/PCIe/SSE2
cuda: 10.1
python:3.7.4(pyenv)

ImportError: /home/user/.pyenv/versions/3.7.4/lib/python3.7/site-packages/MinkowskiEngine-0.2.7a4-py3.7-linux-x86_64.egg/MinkowskiEngineBackend.cpython-37m-x86_64-linux-gnu.so: undefined symbol: Z8cpu_gemmIfEv11CBLAS_ORDER15CBLAS_TRANSPOSES1_iiiT_PKS2_S4_S2_PS2

what should I do?

@chrischoy
Copy link
Contributor

Hmm, it looks like the engine could not import functions in src/math_functions.cpp . Could you make sure that it compiled successfully?

cd MinkowskiEngine
make clean
make
python setup.py install

Could you post the output after you run the above commands?

@GaoQiyu
Copy link
Author

GaoQiyu commented Oct 17, 2019

Hmm, it looks like the engine could not import functions in src/math_functions.cpp . Could you make sure that it compiled successfully?

cd MinkowskiEngine
make clean
make
python setup.py install

Could you post the output after you run the above commands?

hi ,I try to run make first then run python setup.py install and it works.
Sorry to bother you
Thanks!

@chrischoy
Copy link
Contributor

No problem. Glad it worked :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants