Open jeffcullis opened 2 years ago
The latest commands that worked for me to install it:
cd $ODF_CONVERTER_DIR
git pull
sudo su miniconda
conda create --name $CONDA_ENV --channel conda-forge python=3.6 netcdf4 gdal rpy2 pandas gsw
conda activate $CONDA_ENV
pip install -e cioos_data_transform
# may need to remove rpy2 from projects/setup.py requirements, since already installed
pip install --ignore-installed certifi -e projects
exit
Got feedback from a newer user that following the install docs for the main transform package and ODF project package did not work for them, updates to the docs / install procedures may be needed for different environments: