Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip list and .__version__ are different #10

Open
ymliucs opened this issue Oct 21, 2022 · 0 comments
Open

pip list and .__version__ are different #10

ymliucs opened this issue Oct 21, 2022 · 0 comments

Comments

@ymliucs
Copy link

ymliucs commented Oct 21, 2022

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant