unmixing icon indicating copy to clipboard operation
unmixing copied to clipboard

Installation issue

Open Ridhee opened this issue 3 years ago • 2 comments

How to install the unmixing library in window 10?

Ridhee avatar Jun 11 '21 18:06 Ridhee

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.

arthur-e avatar Jun 11 '21 19:06 arthur-e

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 !

AdrienMau avatar Oct 24 '21 20:10 AdrienMau