Replies: 2 comments
-
Not straightforward given the complexity of the package (C/C++ extensions, RXD + Cython, ...). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Editable installs are now supported by https://www.python.org/dev/peps/pep-0660/, so |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
I'd like to have NEURON pip installed coupled to my git repository using editable installs:
pip install -e .
.Overview of the issue
When I run
pip install -e .
the following error is thrown while I have Cython and numpy:FWIW
pip install .
has the same issue.Expected result/behavior
An editable install
NEURON setup
pip install -e .
Beta Was this translation helpful? Give feedback.
All reactions