Skip to content
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

Installation Error with environment_win.yml #70

Open
Min-SooKANG opened this issue Sep 16, 2017 · 2 comments
Open

Installation Error with environment_win.yml #70

Min-SooKANG opened this issue Sep 16, 2017 · 2 comments

Comments

@Min-SooKANG
Copy link

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:

  • numpy 1.8.2 py27_0
  • pandas 0.12.0 np17py27_1 -> numpy 1.7*
    Use "conda info " to see the dependencies for each package.
@rossant
Copy link
Member

rossant commented Sep 18, 2017

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

@adehad
Copy link

adehad commented Aug 21, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants