Search found 4 matches

by ssp
Thu Oct 11, 2018 7:36 am
Forum: UNIX/Linux
Topic: Either nrngui or conda-forge neuron work, but not both?
Replies: 6
Views: 16076

Re: Either nrngui or conda-forge neuron work, but not both?

OK, thanks I first installed NEURON from the .deb precompiled installer in the official site https://neuron.yale.edu/ftp/neuron/versions/v7.6/7.6.2/nrn-7.6.2.x86_64-linux-py-36-35-27.deb with all the problems I reported Finally, forgetting about the .deb precompiled installer and installing from the...
by ssp
Wed Oct 10, 2018 11:08 am
Forum: UNIX/Linux
Topic: Either nrngui or conda-forge neuron work, but not both?
Replies: 6
Views: 16076

Re: Either nrngui or conda-forge neuron work, but not both?

Thanks for the response. There is no src/nrnpython/setup.py file in the NEURON's installation tree. Apparently NEURON is installed in /usr/local/nrn, and the folders inside nrn are: /usr/local/nrn$ ls include lib share x86_64 with no setup.py file inside In any case, I know what to do to make Python...
by ssp
Mon Oct 08, 2018 6:15 am
Forum: UNIX/Linux
Topic: Either nrngui or conda-forge neuron work, but not both?
Replies: 6
Views: 16076

Re: Either nrngui or conda-forge neuron work, but not both?

No, in fact I installed NEURON just by clicking Download 64 bit .deb and then accepting the default option in Ubuntu that was Open with Software Install
by ssp
Fri Oct 05, 2018 7:15 am
Forum: UNIX/Linux
Topic: Either nrngui or conda-forge neuron work, but not both?
Replies: 6
Views: 16076

Either nrngui or conda-forge neuron work, but not both?

I have installed neuron in an Ubuntu 18.04.1 machine and nrngui and nrniv work fine. I can also run python code with nrniv -python foo.py The code of foo.py is simply from neuron import h, gui import math # Create the graph g = h.Graph() # specify coordinate system for the canvas drawing area # numb...