Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid loading hoc.so in mac that raises symbol not found #417 #418

Merged
merged 3 commits into from Aug 29, 2022
Merged

Conversation

anilbey
Copy link
Collaborator

@anilbey anilbey commented Aug 29, 2022

Fixes #417 that raises the following error on macos.

  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'

@wvangeit wvangeit merged commit 5a23f52 into master Aug 29, 2022
@wvangeit wvangeit deleted the macos branch August 29, 2022 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

disabling neuron banner gives error on mac
2 participants