Skip to content

JOSS review: Runtime errors after setting up an environment #44

Description

@jhagerer

Dear @WarmCyan, I am the reviewer of your JOSS submission.

I run into problems after setting up the environment. When running icat.initialize(offline=True), the following errors occur:

image

One way to reproduce:

git clone https://github.com/ORNL/icat.git
cd icat
conda env create --file environment.yml  # to set the right python version in a fresh virtual environment
conda activate icat
conda install pip
pip install icat-iml
conda install jupyter_bokeh  # necessary after ModuleNotFoundError
pip install ipywidgets-bokeh  # necessary after ModuleNotFoundError
pip install -r requirements.txt  # tried that for debugging, didn't help

As a first suggestion, you might want to add ipywidgets-bokehto requirements.txt and jupyter_bokeh to environment.yml (or both to requirements.txt). Secondly, I would recommend to run the setup by yourself from scratch the way I did it, which is quite close to your documentation. Alternatively, you might want to give me feedback where I made something wrong during the setup.

I put the JOSS submission review on hold and try again next weekend. Please tag me here or in the review thread if you have updates or suggestions. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions