You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after install petace-0.3.0-py3-none-any.whl, the error occurs:
>>> import petace.duet Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/root/miniconda3/lib/python3.10/site-packages/petace/duet/__init__.py", line 15, in <module> from .vm import VM File "/root/miniconda3/lib/python3.10/site-packages/petace/duet/vm.py", line 22, in <module> from petace.duet.pyduet import DuetVM, Instruction ImportError: /root/miniconda3/lib/python3.10/site-packages/petace/duet/pyduet.cpython-310-x86_64-linux-gnu.so: undefined ``symbol: OPENSSL_fork_parent
openssl version: OpenSSL 1.1.1w 11 Sep 2023
The text was updated successfully, but these errors were encountered:
after install petace-0.3.0-py3-none-any.whl, the error occurs:
>>> import petace.duet
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/root/miniconda3/lib/python3.10/site-packages/petace/duet/__init__.py", line 15, in <module>
from .vm import VM
File "/root/miniconda3/lib/python3.10/site-packages/petace/duet/vm.py", line 22, in <module>
from petace.duet.pyduet import DuetVM, Instruction
ImportError: /root/miniconda3/lib/python3.10/site-packages/petace/duet/pyduet.cpython-310-x86_64-linux-gnu.so: undefined ``symbol: OPENSSL_fork_parent
openssl version:
OpenSSL 1.1.1w 11 Sep 2023
The text was updated successfully, but these errors were encountered: