You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am finding the following error on cori@NERSC while trying to update the notebook Dec2020/galaxies/fitting_sps.ipynb in the desihub/tutorials repo to run under kernel 22.2
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipykernel_19400/844645301.py in <module>
1 import numpy as np
----> 2 from provabgs import models as Models
ModuleNotFoundError: No module named 'provabgs'
This is after running the pip installation. What is the best way to solve that problem?
I am finding the following error on cori@NERSC while trying to update the notebook
Dec2020/galaxies/fitting_sps.ipynb
in the desihub/tutorials repo to run under kernel 22.2This is after running the pip installation. What is the best way to solve that problem?
Here is the notebook
https://github.com/desihub/tutorials/blob/88befa658a3856ad6991be52952b01f3f367cfa2/Dec2020/galaxies/fitting_sps.ipynb
The text was updated successfully, but these errors were encountered: