[ https://issues.apache.org/jira/browse/CLIMATE-864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15471703#comment-15471703 ]
ASF GitHub Bot commented on CLIMATE-864: ---------------------------------------- Github user agoodm commented on the issue: https://github.com/apache/climate/pull/402 @huikyole Thanks for clarifying. Just to reiterate what I mentioned to you earlier so others can see, we can make two approaches to prevent problems like this one from happening in the future: - Set the VM to install ocw through conda and the RCMES CLI tools separately - Instead of pulling the latest code from master, set the auto-update script to pull the latest tagged release. This can be done via: ``` git fetch --tags git checkout $(git describe --tags `git rev-list --tags --max-count=1`) ``` I think either approach will work. > Disable podaac until dataset_loader and data_source are fixed > ------------------------------------------------------------- > > Key: CLIMATE-864 > URL: https://issues.apache.org/jira/browse/CLIMATE-864 > Project: Apache Open Climate Workbench > Issue Type: Bug > Affects Versions: 1.1.0 > Reporter: Huikyo Lee > Assignee: Lewis John McGibbney > Priority: Blocker > Fix For: 1.2.0 > > > Currently, we cannot load dataset_loader because there is no module named > podaac.podaac. -- This message was sent by Atlassian JIRA (v6.3.4#6332)