-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Botocore sub-dependency mismatch #1800
Comments
Also, when running:
The result is:
|
meneal
added a commit
to meneal/moto
that referenced
this issue
Aug 29, 2018
Pinning boto3 to this version would remove the mismatch between boto3 and the botocore dependency in setup.py. Closes getmoto#1800
This is due to a work-around to #1793; moto is unable to mock the latest version of boto3/botocore. |
Ah, I got bitten by this. Is there some path to fixing this? Could give it a stab 👍 |
We faced with this issue :-( |
aarondav
added a commit
to aarondav/mlflow
that referenced
this issue
Sep 7, 2018
This was referenced Sep 17, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
pipenv install moto
results in:This is due to the fact that this line in moto requires less than version 1.11 of botocore, and this line in boto3 requires greater than or equal to 1.11.3. This is installing moto 1.3.5, the expectation is no warning for mismatches in dependencies.
The text was updated successfully, but these errors were encountered: