Skip to content
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

undefined symbol: _ZNSt15__exception_ptr13exception_ptr10_M_releaseEv #144

Open
Prajwal-Gupta opened this issue Jun 18, 2022 · 1 comment

Comments

@Prajwal-Gupta
Copy link

I get this error when I try to run python train.py CenterNet-52

Traceback (most recent call last):
  File "train.py", line 18, in <module>
    from nnet.py_factory import NetworkFactory
  File "/home/prajwal/CenterNet/nnet/py_factory.py", line 8, in <module>
    from models.py_utils.data_parallel import DataParallel
  File "/home/prajwal/CenterNet/models/py_utils/__init__.py", line 6, in <module>
    from ._cpools import TopPool, BottomPool, LeftPool, RightPool
  File "/home/prajwal/CenterNet/models/py_utils/_cpools/__init__.py", line 8, in <module>
    import top_pool, bottom_pool, left_pool, right_pool
ImportError: /home/prajwal/.local/lib/python3.6/site-packages/cpools-0.0.0-py3.6-linux-x86_64.egg/top_pool.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr10_M_releaseEv

Any solution for this?

@YufZh
Copy link

YufZh commented Jan 31, 2023

I met the same problem as you, did you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants