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 issue #10

Open
Ridhee opened this issue Jun 11, 2021 · 2 comments
Open

Installation issue #10

Ridhee opened this issue Jun 11, 2021 · 2 comments

Comments

@Ridhee
Copy link

Ridhee commented Jun 11, 2021

How to install the unmixing library in window 10?

@arthur-e
Copy link
Owner

Hi @Ridhee, I don't have much experience with Windows, so I am unable to provide specific instructions. These are the general instructions that should work on most platforms:

https://github.com/arthur-e/unmixing#installation-and-setup

On Windows, you should be able to install the unmixing library using its setup.py file or pip the same way you would for, e.g., other Github repos that are downloaded.

Alternatively, you could install the Windows Subsystem for Linux (WSL) and then install unmixing from the terminal.

@AdrienMau
Copy link

Honestly it's a pain to install on Windows, as it sadly often is for python distributions. I solved it reinstalling Anaconda from scratch, creating a new environment, installing gdal with conda install -c conda-forge gdal, then installing spyder (conda install spyder). And installing every other module... (numpy, matplotlib...). Then going with cd to the folder from Github unmixing_master, and using python to install via python setup.py install.
I'm now trying to follow the tutorial but i'm not sure if i have the image demo file...

Good luck !

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