aroberts/docker-update-report

Doesn't work

Opened this issue · 0 comments

I covered all the requirements in the Installation section, including the installation of the skopeo dependency. No ways of calling the script results in anything other than the following error, which as a non-Python-person I don't know how to address:

[me@pc ~]$ ./docker-update-report
Traceback (most recent call last):
  File "./docker-update-report", line 19, in <module>
    from dataclasses import dataclass, field
ModuleNotFoundError: No module named 'dataclasses'