DaemonDude23 / container-image-replicator

Make copies of container images from one registry to another with Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Binary doesn't work with typing

DaemonDude23 opened this issue · comments

This is a regression from before 7.0.0 to 7.1.0.

./cir-7.0.0 --version
Traceback (most recent call last):
  File "main.py", line 13, in <module>
ImportError: cannot import name 'LiteralString' from 'typing' (/tmp/_MEIBLLIw4/typing.pyc)
[701617] Failed to execute script main

This was resolved when switching to Nuitka.