-
Notifications
You must be signed in to change notification settings - Fork 24
Description
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!