embeddings
embeddings copied to clipboard
pip list and .__version__ are different
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'