question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Undefined symbol when loading module

See original GitHub issue

Hi, 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:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mjurkuscommented, Mar 9, 2021

Seems to work fine with torch==1.7.1+cu110. Closing now.

0reactions
mjurkuscommented, Mar 9, 2021

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…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found