Open yottamoe opened 5 years ago
I'm not able to reproduce this
# conda list gensim
# packages in environment at /opt/conda:
#
# Name Version Build Channel
gensim 3.4.0 py36h14c3975_0 defaults
# python
Python 3.6.9 |Anaconda, Inc.| (default, Jul 30 2019, 19:07:31)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import gensim
g>>> gensim.__version__
'3.4.0'
Can you provide the output of type -a python
in the environment you're experiencing this problem as well as the full output from when you start the python interpreter?
$ type -a python python is /home/miniconda3/envs/evaluation/bin/python python is /usr/bin/python
$ py Python 3.6.6 |Anaconda, Inc.| (default, Oct 9 2018, 12:34:16) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for more information.
I realize gensim=3.7.0 is in the following folders: home/.local/lib/python3.6/site-packages/gensim-3.7.0-py3.6.egg-info home/.local/lib/python3.6/site-packages/gensim/*
They were installed by pip, but didn't show up in the output yml file when I use: conda env export > file.yml
The path "home/.local/lib/" is not in my PATH or PYTHONPATH either.
After removing them, the gensim=3.4.0 can be installed correctly.
Actual Behavior
Installed gensim: conda install gensim=3.4.0
check : conda list gensim printout: gensim 3.4.0 py36h14c3975_0
while in python:
Expected Behavior
Steps to Reproduce
$conda create --name test python=3.6.6 $conda install gensim=3.4.0 $python
Anaconda or Miniconda version:
conda 4.7.11
Operating System:
conda info
conda list --show-channel-urls