-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Installation failure #347
Comments
Thanks for reporting. Are you planning to develop the taichi compiler, or just want to try it out? For the latter case using pip to install will be way easier. |
Not tried yet, but isn't this way necessary to work with Python 3.8? |
I've already install the pip version and I'm trying the example in taichi-mpm. However, error occurs as below, and is it the only way to use this example? Traceback (most recent call last): As to join this project, it would be a great honor. But I really don't have much comiler knowledge~ |
Hi, yuqing. Have you fixed this error? I have met the same one, could you help? |
[100%] Linking CXX shared library libtaichi_core.so
/usr/bin/ld: /usr/local/lib/libpython3.6m.a(abstract.o): relocation R_X86_64_32S against `_Py_NotImplementedStruct' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libpython3.6m.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
CMakeFiles/taichi_core.dir/build.make:1482: recipe for target 'libtaichi_core.so' failed
make[2]: *** [libtaichi_core.so] Error 1
CMakeFiles/Makefile2:95: recipe for target 'CMakeFiles/taichi_core.dir/all' failed
make[1]: *** [CMakeFiles/taichi_core.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
Error: Build failed.
Error: installation failed.
System:Ubuntu 16.04
I try to use python install.py to install. However, in the last step, error occurs.
The text was updated successfully, but these errors were encountered: