-
Notifications
You must be signed in to change notification settings - Fork 133
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
[Maintenance] pip takes too long in finding boto3 versions (100+ tries & still failed to install) #228
Comments
Could you try to create a new conda environment and install ConvLab-2 again? We don't have a constraint on the version of boto3 & botocore. In the Colab, I can install |
The version-checking still exists (in a new conda env with python3.6.1 on linux), even if I pre-install the |
Tried with python 3.7.11 and got new error:
|
I succeed to fix all error, by |
maybe update the pip will solve the problem, too |
emmmm.. The problem seems coming from the deep dependency crash caused by python version, since I try many different version (3.5.0, 3.5.8, 3.6.0, 3.6.1, 3.7.0 etc) and confront to various problems. The problem is solved with 3.7.11 which is close to the version of Colab |
Describe the feature
Provide a dependency resolver with stricter constraints for
boto3
andbotocore
.Expected behavior
Direct install the expected version.
Additional context
A sample of installing process:
The text was updated successfully, but these errors were encountered: