danielroich / PTI

Official Implementation for "Pivotal Tuning for Latent-based editing of Real Images" (ACM TOG 2022) https://arxiv.org/abs/2106.05744
MIT License
897 stars 112 forks source link

ModuleNotFoundError: No module named 'six.moves.collections_abc' #21

Closed mapleyuan closed 3 years ago

mapleyuan commented 3 years ago

hi, i got another error: ModuleNotFoundError: No module named 'six.moves.collections_abc'

mapleyuan commented 3 years ago

it's the six 1.12.0 bug. upgrade six: pip install six==1.16.0