File "env_path/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: dlopen(env_path/lib/python3.9/site-packages/neuron/hoc.cpython-39-darwin.so, 0x0006): symbol not found in flat namespace '_modl_reg'
One possible solution is to avoid loading the hoc banner as it's done for the Windows platform.
This error is raised.
One possible solution is to avoid loading the hoc banner as it's done for the Windows platform.