Add a requirements.txt?

It would help a lot to add a requirements.txt including all required python libraries with versions.

2 Likes

Here is a list I gathered so far, please feel free to add more:

  • keras
  • tensorflow-gpu
  • theano
  • pytorch
  • torchvision
  • cuda80
  • bcolz
  • xgboost
  • gensim
  • keras_tqdmtop
  • image
  • word2vec
  • pillow-simd
  • gensim
  • MayaVI
  • pydot3
  • graphviz
1 Like

Even though I have pip install gensim, notebook is still complaining No module named “gensim”

1 Like

Same thing here! I looked for answers but until now I haven’t found any.
One thing that I checked is whether gensim is listed on pip freeze, if not it is not enabled on your environment yet.
In my case it was already there, so I don’t know where to go now

Are you making sure you are using the pip version corresponding to the python version?
Perhaps try “pip3 install gensim”.

Thanks @snagpaul I just found the solution actually.
My problem was solved by this link https://github.com/GoogleCloudPlatform/compute-image-packages/issues/262
(I am using google cloud, not AWS)