Skip to content

taichi_core.so: undefined symbol: __cpu_model on Ubuntu 16.04 #33

Closed
@janvorac

Description

Taichi won't import:

/home/janvorac/wheel/packages/taichi/taichi/python/taichi/core/load_core.py in <module>()
     29         sys.path.append(bin_dir)
     30         shutil.copy('libtaichi_core.so', 'taichi_core.so')
---> 31         import taichi_core as tc_core
     32 
     33         os.chdir(tmp_cwd)

ImportError: ./taichi_core.so: undefined symbol: __cpu_model

Installed using your wiki guide on XUbuntu 16.04.02. I am using Python 2.7.12 in virtual environment downloaded via mkvirtualenv (not compiled on my PC).
My gcc/g++ version is 5.4.0, cmake version is 3.5.1. Any help would be welcome!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions