AutoSub icon indicating copy to clipboard operation
AutoSub copied to clipboard

Cannot import logger

Open 9588 opened this issue 2 years ago • 1 comments

docker run --volume=`pwd`input:/input --name autosub autosub --file /input/video.mp4 encounter an error of

Traceback (most recent call last): File "autosub/main.py", line 8, in from . import logger ImportError: cannot import name 'logger'

9588 avatar Jun 20 '22 10:06 9588

I found a workaround. after git clone do git revert 76144f85b3daf559277c612a16a630bbebb35384 that will undo this commit

amir28 avatar Aug 03 '22 07:08 amir28