harskish / ganspace

Discovering Interpretable GAN Controls [NeurIPS 2020]
Apache License 2.0
1.78k stars 264 forks source link

python -c "import nltk; nltk.download('wordnet')" causes an error #42

Closed DanteFjante closed 3 years ago

DanteFjante commented 3 years ago

Causes the error

File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'nltk'

Any way to solve this?