arthur-e / unmixing

Interactive tools for spectral mixture analysis of multispectral raster data in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation issue

Ridhee opened this issue · comments

How to install the unmixing library in window 10?

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.

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 !