Hello, I'm having issues installing boto3 along wi...
# ask-the-community
q
Hello, I'm having issues installing boto3 along with flytekit due to dependency conflict issues outlined in the is discussion https://discuss.flyte.org/t/12970596/we-recently-upgraded-our-flyte-binary-in-eks-to-1-7-0-we-sta. I am able to downgrade flyte to 1.5.0 but then I get the following error:
Copy code
ImportError: cannot import name 'REQUIREMENTS_FILE_NAME' from 'flytekit.core.constants' (/root/.cache/pypoetry/virtualenvs/flyte-_xnNTp-U-py3.11/lib/python3.11/site-packages/flytekit/core/constants.py)
Any help/suggestions are greatly appreciated. Thanks
k
are you using flytekit v1.10.7
you can fix the boto error by reinstalling the boto
Copy code
pip install boto3==1.33.7
q
That worked! Thank you so much
k
we unpin boto in flytekit 1.10.7