Skip to content

undefined symbol: _PyGen_Send #2

@refill-dn

Description

@refill-dn

안녕하세요. 설명되어 있는대로 pip 설치를 진행하였을 때,
아래와 같은 에러가 보입니다.

(venv) refill@dndev01:~/MidapSim$ python3 test.py -h
Traceback (most recent call last):
File "/home/refill/MidapSim/test.py", line 13, in
from test_wrapper import TestWrapper
File "/home/refill/MidapSim/test_wrapper.py", line 3, in
from data_structure import SimulatorInstructionV1
File "/home/refill/MidapSim/data_structure/init.py", line 1, in
from .simulator_instruction import SimulatorInstruction, SimulatorInstructionV1
File "/home/refill/MidapSim/data_structure/simulator_instruction.py", line 4, in
from midap_software import MidapLayer
File "/home/refill/MidapSim/midap_software/init.py", line 1, in
from .analysis import *
File "/home/refill/MidapSim/midap_software/analysis.py", line 12, in
from .subnet_compiler import SubNetCompiler
File "/home/refill/MidapSim/midap_software/subnet_compiler.py", line 12, in
from midap_software.layer_block import BlockBuilder, LayerBlock
File "/home/refill/MidapSim/midap_software/layer_block.py", line 10, in
from orderedset import OrderedSet
File "/home/refill/MidapSim/venv/lib/python3.10/site-packages/orderedset/init.py", line 5, in
from ._orderedset import OrderedSet
ImportError: /home/refill/MidapSim/venv/lib/python3.10/site-packages/orderedset/_orderedset.cpython-310-x86_64-linux-gnu.so: undefined symbol: _PyGen_Send

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions