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
After successfully installing cmake_example after running pip install . command. I try to import cmake_example module, but it shows undefined symbol
pip install .
cmake_example
undefined symbol
(pybind11) xx@xx:~/code/cmake_example$ pip install . --user Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Processing /home/py/code/cmake_example Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: cmake-example Building wheel for cmake-example (pyproject.toml) ... done Created wheel for cmake-example: filename=cmake_example-0.0.1-cp38-cp38-linux_x86_64.whl size=48911 sha256=9ebbda22de67d214c2039da9003236fe2d8e8eda90c4e2bbee1f4fa7778d7aa5 Stored in directory: /tmp/pip-ephem-wheel-cache-jcrqt4zq/wheels/15/39/14/4a8a39410655bf49353e750dd2e25ce81174f227c1bbb4635b Successfully built cmake-example Installing collected packages: cmake-example Successfully installed cmake-example-0.0.1 (pybind11) xx@xx::~/code/cmake_example$ python Python 3.8.10 (default, Nov 26 2021, 20:14:08) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import cmake_example as m Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /home/py/.local/lib/python3.8/site-packages/cmake_example.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After successfully installing cmake_example after running
pip install .
command. I try to importcmake_example
module, but it showsundefined symbol
The text was updated successfully, but these errors were encountered: