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
I am struggling to run simulations for asap due to a VTK library mismatch. Here's the error message I get:
> (asap) python test_sim/test_simple_sim.py --model box/box_stack --steps 2000
Traceback (most recent call last):
File "test_sim/test_simple_sim.py", line 8, in <module>
import redmax_py as redmax
ImportError: dlopen(/Users/me/anaconda3/envs/asap/lib/python3.8/site-packages/redmax_py-0.0.1-py3.8-macosx-10.9-x86_64.egg/redmax_py.cpython-38-darwin.so, 2): Symbol not found: _PyCMethod_New
Referenced from: /usr/local/opt/vtk/lib/libvtkWrappingPythonCore3.11-9.2.1.dylib
Expected in: flat namespace
in /usr/local/opt/vtk/lib/libvtkWrappingPythonCore3.11-9.2.1.dylib
I'm using an i9 Mac. I was able to built the asap environment. What version of VTK is being used? I am struggling to find a VTK version that is compatible with python 3.11
The text was updated successfully, but these errors were encountered:
I am struggling to run simulations for asap due to a VTK library mismatch. Here's the error message I get:
I'm using an i9 Mac. I was able to built the asap environment. What version of VTK is being used? I am struggling to find a VTK version that is compatible with python 3.11
The text was updated successfully, but these errors were encountered: