aradhakrishnanGFDL / CatalogBuilder

CatalogBuilder for data discovery and analysis
3 stars 4 forks source link

Installation of catalog builder #136

Open Wen-hao-Dong opened 4 days ago

Wen-hao-Dong commented 4 days ago

I was trying to install the catalog builder following the instruction but ran into some issues: conda install intakebuilder -c noaa-gfdl Collecting package metadata (current_repodata.json): failed

ChannelNotAllowed: Channel not included in whitelist: channel name: noaa-gfdl channel url: https://conda.anaconda.org/noaa-gfdl

I then tried the alternative: git clone https://github.com/aradhakrishnanGFDL/CatalogBuilder.git

conda env create -f environment_intake.yml

but got this message: EnvironmentFileNotFound: '/home/wnd/CatalogBuilder/environment_intake.yml' file not found

Ciheim commented 2 days ago

Hey Wenhao, the condo installation can be tricky. Try running this command conda config --add channels new_channel.

If you want to try the conda environment creation try running this: conda env create -f ./environment_intake.yml

Let me know if those work for you.