chervonij / DFL-Colab

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

error on colab, started today #39

Closed protocolGITHUB closed 3 years ago

protocolGITHUB commented 3 years ago

starting today, any workspaces I try to start I get this:

Time to end session: 12 hours Process Process-1: Traceback (most recent call last): File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run self._target(*self._args, **self._kwargs) File "/content/DeepFaceLab/core/leras/device.py", line 95, in _get_tf_devices_proc compute_cache_path = Path(os.environ['APPDATA']) / 'NVIDIA' / ('ComputeCache_ALL') File "/usr/lib/python3.7/os.py", line 681, in getitem raise KeyError(key) from None KeyError: 'APPDATA'

fwiw, iperov did a release yesterday involving that "compute_cache_path" var.

thanks!

protocolGITHUB commented 3 years ago

fyi, new commit fixed it!

thanks anyways!