-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I tried to follow the instructions here https://bao.chimenet.ca/wiki/index.php/FRB_Daily_Summaries#Re-running_the_monitoring_report_for_a_day_in_the_past to rerun the failed report but ran into import error when importing from chime_frb_api.workflow import Work . The error was as follows and probably relates to older version of chime_frb_api. Maybe the version to use should be mentioned on the page.
sujay@sujay-Latitude-5440:~/work/chime/workflow$ poetry shell
Spawning shell within /home/sujay/.cache/pypoetry/virtualenvs/workflow-core-POr7K_vF-py3.12
. /home/sujay/.cache/pypoetry/virtualenvs/workflow-core-POr7K_vF-py3.12/bin/activate
sujay@sujay-Latitude-5440:~/work/chime/workflow$ . /home/sujay/.cache/pypoetry/virtualenvs/workflow-core-POr7K_vF-py3.12/bin/activate
(workflow-core-py3.12) sujay@sujay-Latitude-5440:~/work/chime/workflow$ workflow workspace set chimefrb
Currently using chimefrb workspace.
Locating workspace chimefrb
Reading /home/sujay/Dropbox/work/chime/workflow/workflow/workspaces/chimefrb.yml
Workspace chimefrb set to active.
(workflow-core-py3.12) sujay@sujay-Latitude-5440:~/work/chime/workflow$ python
Python 3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from chime_frb_api.workflow import Work
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'chime_frb_api.workflow'
>>>
Metadata
Metadata
Assignees
Labels
No labels