klusta-team / klustaviewa

LEGACY - Graphical interface for spike sorting manual stage in Python
Other
29 stars 17 forks source link

Installation Error with environment_win.yml #70

Open Min-SooKANG opened 6 years ago

Min-SooKANG commented 6 years ago

Hi I got a conflict message during installation, and I would like some advice on figuring this out.

It says

C:\Users\user\Miniconda2\Scripts>conda env create -n klustaviewa -f C:\Users\use r\Downloads\environment-win.yml Fetching package metadata ........... Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:

rossant commented 6 years ago

Can you try this standalone installer? https://www.dropbox.com/s/tm8xyk5c322qgys/klustaviewa-setup.exe?dl=1

adehad commented 6 years ago

You can create the environment by changing the environment-win.yml file to contain:

Line 6: - h5py=2.2.1=np17py27_0 Line 17: - numpy=1.7.1=py27_0

[Or copy paste the text in the below .txt file to your .yml file] edited-environment-win.txt

However, I believe this breaks the SimilarityMatrixView. This could possible be fixed by specifying versions for the custom galry, klusta etc. But I have not investigated.

The standalone installer does not work for me [Windows 10 1803 64bit, 17134.228], the output is attached: errorMsg.txt The python.exe dialog runs, but does nothing unless you press enter a few times. Then the GUI works, but cannot display clusters. Running in compatibility mode just causes python to hang indefinitely.