RePaint
RePaint copied to clipboard
Has anyone else had this problem?
when python test.py --conf_path confs/face_example.yml got error
Traceback (most recent call last):
File "test.py", line 29, in
我也遇到了,有什么解决方法吗?
change the RemoteOrLocalPath = Union[str, BlobPathLike, os.PathLike[str]] to RemoteOrLocalPath = Union[str, BlobPathLike, "os.PathLike[str]"] then it works.
It looks like the error is related to "blobfile" This may be because linux has a different file structure(or file path?) https://pypi.org/project/blobfile/