Stefano Masoli
Stefano Masoli
Hi. The following code check the existence of the cell GID and target. ``` if self.pc.gid_exists(tgt_gid): print self.pc.gid_exists(tgt_gid) target = self.pc.gid2cell(tgt_gid) print target ``` If i load the model using...
> if the change at > > 36ada2d > > fixes your original problem? Yes, it solved the original issue.
I tried to compile on my usual notebbok with Mint 21.2 but as an upgrade from version 20. Cython is older: 0.29.14, numpy is: 1.23.4, Python is 3.10.12. ``` Consolidate...
I tried with 3 different computers: 1) Mint 21.2 fresh install - Issue of my first post where configure finds Cython but then it says it does not exist. 2)...
Sorry for the mega delay. Using V8.2.4, with the same Cmake as the first post: ``` Building python module with: /usr/bin/python3 setup.py build --cmake-build-dir;/home/bremen/nrn/build;--rx3d-opt-level;0;--without-nrnpython;--build-lib=/home/bremen/nrn/build/lib/python build_ext INFO:root:setup.py called with:setup.py build --cmake-build-dir...
Under Mint 21.3, Cython 0.29.x is called cython3 (even thou it is not) and is not located under .local/bin, like with Ubuntu, but under /usr/bin. I created a symbolic link...
I tried on my other mint installation and, without "sudo make", everything is fine. I tested it with a code the uses RxD and there are no further issues. Thank...
> Possibly related, or a duplicate of [#2787](https://github.com/neuronsimulator/nrn/issues/2787) I have encountered the same issue back in April 2024, but at that time, NEURON9 was still a beta.