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: _ZNK3c107SymBool10guard_boolEPKcl #101

Open
sebastianopazo1 opened this issue Oct 31, 2023 · 0 comments
Open

undefined symbol: _ZNK3c107SymBool10guard_boolEPKcl #101

sebastianopazo1 opened this issue Oct 31, 2023 · 0 comments

Comments

@sebastianopazo1
Copy link

Hi! I encountered the next error when trying to run the project.
Traceback (most recent call last):
File "/home/seba/Documents/OneFormer/demo/demo.py", line 26, in
from oneformer import (
File "/home/seba/Documents/OneFormer/demo/../oneformer/init.py", line 2, in
from . import modeling
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/init.py", line 5, in
from .pixel_decoder.msdeformattn import MSDeformAttnPixelDecoder
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/msdeformattn.py", line 23, in
from .ops.modules import MSDeformAttn
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/ops/modules/init.py", line 10, in
from .ms_deform_attn import MSDeformAttn
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/ops/modules/ms_deform_attn.py", line 25, in
from ..functions import MSDeformAttnFunction
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/ops/functions/init.py", line 9, in
from .ms_deform_attn_func import MSDeformAttnFunction
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/ops/functions/ms_deform_attn_func.py", line 23, in
import MultiScaleDeformableAttention as MSDA
ImportError: /home/seba/.local/lib/python3.9/site-packages/MultiScaleDeformableAttention-1.0-py3.9-linux-x86_64.egg/MultiScaleDeformableAttention.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZNK3c107SymBool10guard_boolEPKcl

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

1 participant