Hi,
I am new to gensim and trying to install it via Anaconda CLI (version 1.2.2) on windows 7. I have tried two ways of installing and neither is working:
1)
> pip install -U gensim
And, I get the following error message:
Collecting gensim
Could not fetch URL https://pypi.python.org/simple/gensim/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645) - skipping
Could not find a version that satisfies the requirement gensim (from versions:
)
No matching distribution found for gensim
2)
> easy_install -U gensim
when I get the following error message:
Searching for gensim
Reading https://pypi.python.org/simple/gensim/No local packages or download links found for gensim
error: Could not find suitable distribution for Requirement.parse('gensim')
Any help on how this could be fixed?
Thanks,
Sam