nerdyrodent / VQGAN-CLIP

Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
Other
2.59k stars 427 forks source link

Having an issue with modules not being installed #93

Closed abdullahalhamidi closed 2 years ago

abdullahalhamidi commented 2 years ago

ModuleNotFoundError: No module named 'google.protobuf'

Solution to this is conda install protobuf

but I have another module that's not working ModuleNotFoundError: No module named 'deprecate'

tried: conda install deprecate pip install deprecate restarted the process like 3 times and still same issue any ideas?

nerdyrodent commented 2 years ago

Make sure your Nvidia drivers are installed and that nvidia-smi runs ok, then try over with a fresh conda environment.