Skip to content

Is it possible to build this project on Windows or mac(M2 chip) #40

@Bilibilibill

Description

@Bilibilibill

I’m currently encountering some platform-specific issues when trying to install and run the package.

System Information:

  • Windows 11 PC
  • MacBook Pro with M2 chip (macOS 15.5)

Details:
On my Windows 11 machine, running the command:
pip3 install .
consistently fails with errors during the installation process. Unfortunately, I haven’t been able to resolve this despite several attempts.

On my MacBook (M2 chip), the m1-fix branch seems to work fine in terms of package installation — it completes without errors. However, when I try to run:
python3 mesh_sim.py
the program terminates unexpectedly and throws the following information:

python3(34377,0x20b935f00) malloc: *** error for object 0x600002368600: pointer being freed was not allocated
python3(34377,0x20b935f00) malloc: *** set a breakpoint in malloc_error_break to debug
zsh: abort python3 mesh_sim.py

Any guidance or suggestions? Thanks!

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