-
Notifications
You must be signed in to change notification settings - Fork 25
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
Problem downloading and running a script that will install HNN #312
Comments
@andy-nord I don't see a reason why that should fail. Most likely you had a temporary network outage. If you try again, it should work FYI, the HNN-GUI is not actively maintained at the moment. What you might want to do instead is install https://jonescompneurolab.github.io/hnn-core/dev/index.html and follow the tutorials along with the GUI tutorials. We can of course help you with the GUI installation if you insist going that route |
Yes, it worked this time. Thank you! I downloaded Python and tried to get hnn-core in according to instructions https://jonescompneurolab.github.io/hnn-core/dev/index.html |
Update. I just noticed that instead of Ubuntu I used Windows Command Prompt and it downloaded HNN together with NEURON and numpy and installed these. Now when I am trying to do the same in Ubuntu prompt it doesn't work again. Next step from tutorial Start HNN from https://jonescompneurolab.github.io/hnn/installer/windows/ doesn't work either. How to start with HNN from scratch? |
Sorry, what do you mean that it didn't work? What did you try and what message did you see? |
I downloaded Ubuntu 18.04 LTS and turned on WSL in Windows features. I also downloaded VcXsrv and went through all steps related to VcXsrv described here https://jonescompneurolab.github.io/hnn/installer/windows/wsl.html |
NEURON does not have a pip distribution on Windows. I'm not sure if the WSL route can fix the problem, I have never used it. @ntolley any idea? Alternatively you could download NEURON from here: https://www.neuron.yale.edu/neuron/download as we recommend on hnn-core documentation. On Ubuntu, you should not have any problem with |
@andy-nord just to confirm is the above error message in Windows command prompt or WSL (Ubuntu)? Also appologies we are still behind on getting the native windows install in a stable state, the best route at the moment is WSL. |
First error I received in Windows prompt when I used it by mistake instead of Ubuntu. I could download HNN by this way but could not execute second step and launch HNN. When I tried to use Ubuntu it didn't download HNN at all. When Ubuntu didn't work I followed advice from @jasmainak to install hnn-core from here https://jonescompneurolab.github.io/hnn-core/dev/index.html - Last error which I provided in the previous message was in Python. |
Really appreciate the feedback, a video is definitely a great idea. This week I will look to update the documentation for hnn-core to better clarify the installation. I'll need to dig into the error message for HNN-GUI on windows, but in the mean time I think the best path is installing hnn-core on Ubuntu/WSL. If you run into issues on that route, I am happy to set up a meeting to troubleshoot. |
Agree that looking into the Windows installation issue before our release is a great idea! |
I would definitely appreciate any help/clarifications. I am afraid I will not be able to resolve this alone. |
Please feel free to email me at [email protected] and we can set up a time to chat! |
I am new to all this and currently making first steps. When I am trying to download a script to install HNN and type curl --remote....ect I receive messages curl: (6) Could not resolve host: bash and curl: (6) Could not resolve host: hnn-ubuntu.sh. Why does this error appear?
The text was updated successfully, but these errors were encountered: