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

ERROR: Could not find a version that satisfies the requirement mongo-types (from versions: none) #65

Open
ethanjyx opened this issue Jan 18, 2022 · 1 comment

Comments

@ethanjyx
Copy link

(nda) Ethans-MacBook-Pro:nda ethan$ pip install mongo-types

ERROR: Could not find a version that satisfies the requirement mongo-types (from versions: none)
ERROR: No matching distribution found for mongo-types
@sbdchd
Copy link
Owner

sbdchd commented Jan 18, 2022

Hmm weird, I can't reproduce. What version of python are you running?

This is what I get:

$ python3 -m venv .venv
$ ./.venv/bin/pip install mongo-types
Collecting mongo-types
  Downloading https://files.pythonhosted.org/packages/85/db/bb06eb4d979ad02820c1ec96975f0d823daa6e93b7a521463c0fd2b9f2b6/mongo_types-0.15.1-py3-none-any.whl
Installing collected packages: mongo-types
Successfully installed mongo-types-0.15.1
You are using pip version 19.0.3, however version 21.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

$ ./.venv/bin/python --version
Python 3.7.3

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

2 participants