Skip to content

Installation in windows for dummies #628

Discussion options

You must be logged in to vote

Sofia,

You need to follow the instructions exactly as provided here. These are the instructions we have tested ... any other variation may not work.

What is happening is that you are doing:

pip install hnn_core

and that does not install voila. If you try to install it on your own, you will end up installing the wrong version. You need to do:

pip install hnn_core[gui]

to ensure that it installs the right version of voila. So, let's try again in a fresh environment:

conda create -n hnn_gui2 python=3.9

then:

conda activate hnn_gui2

After this, no need to uninstall anything. The Neuron installation stays as it is. Just do:

pip install hnn_core[gui]

Finally to start the GUI, just do:

hnn-gui

D…

Replies: 19 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jasmainak
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #627 on March 28, 2023 15:27.