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 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'
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: