We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I just did a clean, fresh install for flambe 0.4.6 and I see this error messsage:
botocore 1.13.13 has requirement python-dateutil<2.8.1,>=2.1; python_version >= "2.7", but you'll have python-dateutil 2.8.1 which is incompatible.
flambe itself works fine.
To Reproduce Steps to reproduce the behavior:
pip install flambe==0.4.6
Expected behavior We shouldn't see any error message.
Software Versions (please complete the following information):
The text was updated successfully, but these errors were encountered:
Today I received the same error for streamlit docker build.
Error Message: streamlit 0.52.2 has requirement python-dateutil<=2.8.0, but you'll have python-dateutil 2.8.1 which is incompatible.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I just did a clean, fresh install for flambe 0.4.6 and I see this error messsage:
flambe itself works fine.
To Reproduce
Steps to reproduce the behavior:
pip install flambe==0.4.6
Expected behavior
We shouldn't see any error message.
Software Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: