Skip to content

Pinocchio 3.2.0 not working in python 3.10, python process being killed #2619

Closed
@XiangningLin

Description

@XiangningLin

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:

  1. create a conda env

conda create --name pinocchio_test

  1. get inside the env

conda activate pinocchio_test

  1. run conda to install pinocchio

conda install -c conda-forge pinocchio=3.2.0 -y

  1. run python

python3 -c "import pinocchio; print(pinocchio.__version__)"

  1. the python process is being killed

Screenshots

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions