We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello All
I build TASO on ubuntu16.04(no cuda) and meet error when 'import taso' in python3. here is error info:
Python 3.5.2 (default, Oct 7 2020, 17:19:02) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information.
import taso Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.5/dist-packages/taso-0.1.0-py3.5-linux-x86_64.egg/taso/init.py", line 1, in from .core import * ImportError: sdk/TASO/build/libtaso_runtime.so: undefined symbol: _ZN4taso10Activation7forwardEb
THX
The text was updated successfully, but these errors were encountered:
It seems that you have not build the libtaso_runtime.so
Sorry, something went wrong.
No branches or pull requests
Hello All
I build TASO on ubuntu16.04(no cuda) and meet error when 'import taso' in python3.
here is error info:
Python 3.5.2 (default, Oct 7 2020, 17:19:02)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
THX
The text was updated successfully, but these errors were encountered: