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

package incompatability on pip install #1

Open
arvsr1988 opened this issue Feb 4, 2019 · 1 comment
Open

package incompatability on pip install #1

arvsr1988 opened this issue Feb 4, 2019 · 1 comment

Comments

@arvsr1988
Copy link
Contributor

arvsr1988 commented Feb 4, 2019

I created virtualenv with python 3.6 and ran pip install -r requirements.txt. I get this error.

moto 1.3.3 has requirement boto3>=1.6.16, but you'll have boto3 1.6.8 which is incompatible.
moto 1.3.3 has requirement botocore>=1.9.16, but you'll have botocore 1.9.8 which is incompatible.
@chandankumarm55
Copy link

pip install boto3==1.6.16
pip install botocore==1.9.16

if above commands didnt work try to upgrade pip install --upgrade --force-reinstall moto

make sure that the version of these library matchs with requirement.txt
pip show boto3 botocore moto

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