espenhgn / ViSAPy

Python package for generating benchmark data for evaluating spike sorting methods
GNU General Public License v2.0
20 stars 8 forks source link

No module named nest when importing ViSAPy #3

Closed kaancet closed 5 years ago

kaancet commented 5 years ago

I get this error whenever I try to run any of the examples. I already have a working NEURON and all the dependencies. I am on a Windows 10 64-bit computer (x64-based processor)

Traceback (most recent call last): import ViSAPy File "build\bdist.win-amd64\egg\ViSAPy__init__.py", line 12, in File "build\bdist.win-amd64\egg\ViSAPy\networks.py", line 15, in ImportError: No module named nest

espenhgn commented 5 years ago

Hi @kaancet ,

Sorry for your problems running the code.

You need to obtain NEST from www.nest-simulator.org or github.com/nest/nest-simulator. It's not pip-installable so follow their instructions for your system. Make sure that the correct Python version is found during the cmake configuration step.

espenhgn commented 5 years ago

Hi again, Sorry, NEST doesn't support Windows, so you're out of luck. If you have access to a linux/unix based cluster you may install and run things there. If it's only some test datasets you're after, I have some available as used in this preprint: https://www.biorxiv.org/content/early/2017/06/19/151928 The data can be found here: https://fz-juelich.sciebo.de/s/yhwOBRC9DzWRlof

kaancet commented 5 years ago

Hey @espenhgn,

Yeah, thats what I was afraid of. I wanted to create some datasets to benchmark some sorting algorithms so the datasets you provided will suffice. Thank you for your help

espenhgn commented 5 years ago

Sounds good @kaancet. If you end up using these datasets in future publication(s), please cite both the YASS paper and the ViSAPy paper http://dx.doi.org/10.1016/j.jneumeth.2015.01.029