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
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
In a venv with Python 3.12 and bluepyopt installed from PyPI:
>>> from bluepyopt.ephys import simulators
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "~/tmp/blue/venv/lib64/python3.12/site-packages/bluepyopt/ephys/__init__.py", line 25, in <module>
from . import simulators # NOQA
^^^^^^^^^^^^^^^^^^^^^^^^
File "~/tmp/blue/venv/lib64/python3.12/site-packages/bluepyopt/ephys/simulators.py", line 7, in <module>
import imp
ModuleNotFoundError: No module named 'imp'