Undefined symbol when loading module
See original GitHub issueHi, I’m trying to use warp-rnnt
, but I get the error mentioned below.
My environment:
Python: Python 3.7.5
Torch: 1.8.0+cu111
CUDA Version: 11.2
Output of python -m warp_rnnt.test
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.7/runpy.py", line 109, in _get_module_details
__import__(pkg_name)
File "/home/martynas/.../lib/python3.7/site-packages/warp_rnnt/__init__.py", line 2, in <module>
import warp_rnnt._C as core
ImportError: /home/martynas/.../lib/python3.7/site-packages/warp_rnnt/_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe28TypeMeta21_typeMetaDataInstanceIN3c107complexIfEEEEPKNS_6detail12TypeMetaDataEv
Is there anything I can do?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Undefined symbol when loading a shared library
(A 'U' means undefined, which means it is defined in another module). c) Another useful tool is 'ldd'. It shows all dynamic libraries...
Read more >Error loading module 'wx' (undefined symbol: lua_tonumber)
I just installed ZeroBrainStudio on Manjaro Linux via the AUR, and every time i try to start it i get this error: /usr/bin/lua:...
Read more >rebuildhttpconf error: "undefined symbol - cPanel Support
Symptoms When updating Apache, or changing config, the httpd.conf build process ends with an error like this: httpd: Syntax error in...
Read more >Error message - cannot load module 'pm', undefined symbol ...
On a 280R running Solaris[TM] 8, after installing the recommended patches customer got on the initial reboot the following error messages.
Read more >undefined symbol: ast_speech_change_state - Google Groups
We are currently trying to setup Asterisk 15 + UniMRCP 1.5.0 + UniMRCP for Asterisk 1.5.1. When we run "module load res_speech_unimrcp.so" we...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems to work fine with
torch==1.7.1+cu110
. Closing now.Yeah… CUDA 10.x doesn’t support the RTX 3070 GPU and I was kind of forced to upgrade GPU as my old one burned out…