I have downloaded anaconda and have also successfully downloaded gensim.
I am trying to run gensim but not making much progress. I am running jupyter.
When I try the following command in jupyter:
from gensim.models.doc2vec import Doc2Vec
I get the following:
At line:1 char:1
+ from gensim.models.doc2vec import Doc2Vec
+ ~~~~
The 'from' keyword is not supported in this version of the language.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ReservedKeywordNotAllowed
What am I missing?