-
-
Notifications
You must be signed in to change notification settings - Fork 158
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: anaconda3/envs/ngp_pl/lib/python3.8/site-packages/vren.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN3c106detail19maybe_wrap_dim_slowEllb #111
Comments
Tell me about the environmental composition What were the messages when you built and installed vren? It may be related versions of ubuntu, gcc, cuda, pybind, cmake ... etc. It certainly doesn't seem to be a problem with the libraries this repository provides. |
I had the same problem, how did you solve it? |
run 'pip install models/csrc/' with cuda 11.3 with gcc-9 g++-9 |
I did this, but still showed this error |
try this git clone https://github.com/NVIDIA/apex cd models/csrc && python setup.py install |
Sorry, I replied late, I reconfigured the environment and then found that I could not successfully install the apex cuda extension |
I am getting this error: /anaconda3/envs/ngp_pl/lib/python3.8/site-packages/vren-2.0-py3.8-linux-x86_64.egg/vren.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN2at4_ops5zeros4callEN3c108ArrayRefINS2_6SymIntEEENS2_8optionalINS2_10ScalarTypeEEENS6_INS2_6LayoutEEENS6_INS2_6DeviceEEENS6_IbEE. Have followed quite a lot of potential solutions but does not work at all |
When I run the benchmark, it crashes with following error. I did uninstall and reinstalled vren but problem presists.
The text was updated successfully, but these errors were encountered: