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
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
It seems that somehow #112 reintroduced the issue fixed by #111, i.e. import idyntree or cyipopt (both Python libraries that depend on ipopt) fail with:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/runner/micromamba/envs/test-import-conda-forge-packages/lib/python3.12/site-packages/idyntree/__init__.py", line 1, in <module>
from . import swig
File "/Users/runner/micromamba/envs/test-import-conda-forge-packages/lib/python3.12/site-packages/idyntree/swig.py", line 10, in <module>
from . import _iDynTree
ImportError: dlopen(/Users/runner/micromamba/envs/test-import-conda-forge-packages/lib/python3.12/site-packages/idyntree/_iDynTree.so, 0x0002): symbol not found in flat namespace (_SCOTCH_errorPrint)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/runner/micromamba/envs/test-import-conda-forge-packages/lib/python3.12/site-packages/cyipopt/__init__.py", line 12, in <module>
from ipopt_wrapper import *
ImportError: dlopen(/Users/runner/micromamba/envs/test-import-conda-forge-packages/lib/python3.12/site-packages/ipopt_wrapper.cpython-312-darwin.so, 0x0002): symbol not found in flat namespace (_SCOTCH_errorPrint)
Solution to issue cannot be found in the documentation.
Issue
It seems that somehow #112 reintroduced the issue fixed by #111, i.e. import
idyntree
orcyipopt
(both Python libraries that depend on ipopt) fail with:Installed packages
Environment info
.
The text was updated successfully, but these errors were encountered: