chervonij / DFL-Colab

DeepFaceLab fork which provides IPython Notebook to use DFL with Google Colab
1.05k stars 265 forks source link

ModuleNotFoundError: No module named 'colorama' #45

Closed Orchoidizer closed 2 years ago

Orchoidizer commented 2 years ago

Does anybody know what is happening here. Started happening a few hours ago when trying to do most things

Traceback (most recent call last): File "/content/DeepFaceLab/main.py", line 6, in from core.leras import nn File "/content/DeepFaceLab/core/leras/init.py", line 1, in from .nn import nn File "/content/DeepFaceLab/core/leras/nn.py", line 26, in from core.interact import interact as io File "/content/DeepFaceLab/core/interact/init.py", line 1, in from .interact import interact File "/content/DeepFaceLab/core/interact/interact.py", line 8, in import colorama ModuleNotFoundError: No module named 'colorama'

Orchoidizer commented 2 years ago

Seems to have been sorted out now with the 'unfreeze DFL version' action by @chervonij

I assume it was connected to that.