embeddings icon indicating copy to clipboard operation
embeddings copied to clipboard

pip list and .__version__ are different

Open ymliucs opened this issue 2 years ago • 0 comments

When I type pip list I got embeddings 0.0.8 But in python I got Python 3.8.13 (default, Mar 28 2022, 11:38:47) [GCC 7.5.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import embeddings >>> embeddings.__version__ '0.0.6'

ymliucs avatar Oct 21 '22 07:10 ymliucs