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
Greetings, i am having trouble using pinocchio with python3.10.
I made a new python3.10 virtual environment, updated pip and installed pinocchio. I could not import pinocchio.
I hope this helps.
If you check the linking error, it mentions a libboost_python38 - which is Boost.Python for Python 3.8. it seems like the Pinocchio module that Python is trying to import was made for Python 3.8 or that the interpreter is pulling the wrong Boost.Python. This means there's maybe another Boost.Python, than the one you need, on your library path or PYTHONPATH.
Are you sure the import is pulling in the right binaries? You use cmeel, do you have the boost.python cmeel installed?
You could debug this using importlib I think.
Bug description
Greetings, i am having trouble using pinocchio with python3.10.
I made a new python3.10 virtual environment, updated pip and installed pinocchio. I could not import pinocchio.
I hope this helps.
Expected behavior
I expect to be able to import pinnocchio.
Reproduction steps
Steps to reproduce the behavior:
This results in the error:
System
The text was updated successfully, but these errors were encountered: