Skip to content

fixes to installation process

Bruce Flynn requested to merge (removed):fix-install into master

These are fixes I had to make to install.

  1. Use standard ruamel.yaml package rather than ruamel_yaml to fix DistributionNotFound error
  2. Use python-hdf4 rather than pyhdf. I don't believe pyhdf 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

Merge request reports