You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
When I type
pip list
I gotembeddings 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'
The text was updated successfully, but these errors were encountered: