BlueBrain / BluePyOpt

Blue Brain Python Optimisation Library
https://bluepyopt.readthedocs.io/en/latest/
Other
199 stars 97 forks source link

disabling neuron banner gives error on mac #417

Closed anilbey closed 2 years ago

anilbey commented 2 years ago

This error is raised.

  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.