[Installation] GSOC 2026 help Parvathi_Vinod #1259
Replies: 1 comment
-
|
Hello Parvathi, In your case, I recommend you follow our the
NEURON is required for In general, we strongly recommend using WSL on Windows since the installation is easier and you can enable MPI usage for a big speedup. On native Windows, I believe Anaconda environments automatically detect a successful installation of NEURON, but I have not tested Please let me know if you continue to have issues, and thanks for your interest! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem to us.
(This is a recreation of the request for installation help from this INCF Neurostars page GSOC thread here https://neurostars.org/t/gsoc-2026-project-15-hnn-human-neocortical-neurosolver-projects-refactoring-synaptic-behavior-in-hnn-core/35574/2 )
Hello,
My name is Parvathi and I am a master’s student in Biomedical Engineering at the Indian Institute of Technology, Bombay. I am interested in this project, and was trying to set up HNN-core locally so that I could run some example simulations in VS Code on my laptop, but I was running into issues while installing NEURON, which I understand is required for HNN-core.
Environment - OS: Windows, Python: 3.11,Virtual environment created using venv
What steps did you follow to install?
Steps I followed:
Running pip with verbose output shows messages like:
Skipping link: none of the wheel’s tags (cp39-cp39-manylinux_2_27_x86_64 …)
are compatible
which seems to indicate that the available wheels are built for Linux rather than Windows.
I had previously installed NEURON 8.2.2 using the Windows installer, but import neuron was failing inside my virtual environment and throwing this error: ModuleNotFoundError: No module named ‘neuron’
So I just wanted to know if there an easier/ recommended way to install NEURON so that it works with hnn-core in a Python virtual environment on Windows? Also, should NEURON be installed through pip, the Windows installer, or through some other way?
Also please do let me know if I made any mistakes in the process that I followed.
Thank you!
Error message
OS
Windows (native)
Beta Was this translation helpful? Give feedback.
All reactions