biigle / reports

:m: BIIGLE module to generate reports for projects and volumes
GNU General Public License v3.0
1 stars 2 forks source link

Fix missing pandas #111

Closed mzur closed 8 months ago

mzur commented 8 months ago

The error:

The report script 'to_coco' failed with exit code 1:
    Traceback (most recent call last):
      File "/var/www/vendor/biigle/reports/src/config/../resources/scripts/to_coco.py", line 1, in <module>
        import pandas as pd
    ModuleNotFoundError: No module named 'pandas'

This is may be an error caused by the switch to Debian-based worker images. I'm beginning to suspect that #110 is caused by that, too.

mzur commented 8 months ago

However: I can't find the added pandas requirement anywhere. It's missing from https://github.com/biigle/reports/pull/94