Closed
Description
Bug description
I'm using Mac OS 15.0, and I need to use Pinocchio 3.2.0 and python 3.10 in my project. I'm using conda virtual env.
I used
conda install pinocchio=3.2.0 -c conda-forge
and then used my python3 and try to import pinocchio and print its version. But my python process directly gets killed.
Expected behavior
It should import pinocchio successfully and print the correct version 3.2.0
Reproduction steps
Steps to reproduce the behavior:
- create a conda env
conda create --name pinocchio_test
- get inside the env
conda activate pinocchio_test
- run conda to install pinocchio
conda install -c conda-forge pinocchio=3.2.0 -y
- run python
python3 -c "import pinocchio; print(pinocchio.__version__)"
- the python process is being killed
Screenshots
My system is not out of memory, and if I run other .py file without using pinocchio, it works just like the "hello world".
System
- OS: MacOS 15.0
- Pinocchio version: 3.2.0
Metadata
Metadata
Assignees
Labels
No labels