nasa / RHEAS

Regional Hydrologic Extremes Assessment System
MIT License
73 stars 54 forks source link

RHEAS installing on macOS Sierra 10.12.6 - Error: Referenced option does not exist: environment EARTHDATA_USER #128

Closed giaMSU closed 5 years ago

giaMSU commented 5 years ago

I got an error when buildout the RHEAS. Please help me to solve it. Thanks

_GIAs-MBP:RHEAS GIANGUYEN$ ./bin/buildout Develop: '/Users/GIANGUYEN/RHEAS/.' While: Installing. Getting section earthdata. Initializing section earthdata. Getting option earthdata:cmds. Error: Referenced option does not exist: environment EARTHDATAUSER

kandread commented 5 years ago

You need to create a NASA Earthdata account and then set the options with

export EARTHDATA_USER=username export EARTHDATA_PASSWORD=password

before running buildout

giaMSU commented 5 years ago

Thank you so much!