googlecolab / colabtools

Python libraries for Google Colaboratory
Apache License 2.0
2.2k stars 721 forks source link

Genism Installation #1983

Closed BradleyMerrillT closed 3 years ago

BradleyMerrillT commented 3 years ago

Bug report for Colab: http://colab.research.google.com/.

For questions about colab usage, please use stackoverflow.

craigcitro commented 3 years ago

The submodule you're looking for requires a newer version of gensim; you can upgrade with !pip install --upgrade gensim (and then restart your kernel if you've already imported gensim).

BradleyMerrillT commented 3 years ago

Thanks!