The source project of this merge request has been removed.
fixes to installation process
These are fixes I had to make to install.
- Use standard
ruamel.yaml
package rather thanruamel_yaml
to fixDistributionNotFound
error - Use
python-hdf4
rather thanpyhdf
. I don't believepyhdf
is maintained.
These changes allowed me to easily install using the following:
git clone git@gitlab.ssec.wisc.edu:pveglio/yori.git
conda create -y -p $PWD/env "python<3" hdf4
./env/bin/pip install numpy
INCLUDE_DIRS=$PWD/env/include ./env/bin/pip install ./yori