You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I use a docker image of python 3., install johnnydep using pip and the johnnydep --output-format=pinned langflow==0.0.31
when i run johnnydep --output-format=pinned langflow==0.0.31 i get this error:
pip._internal.exceptions.DistributionNotFound: No matching distribution found for botocore<1.34.132,<1.35.0,<2.0a.0,>=1.33.2,>=1.34.131,>=1.34.140,>=1.34.70
however when i run pip install langflow==0.0.31 i have no errors.
could it be that johnnydep dependencies conflicts with langflow==0.0.31 dependencies?
The text was updated successfully, but these errors were encountered:
Hi all,
I use a docker image of python 3., install johnnydep using pip and the
johnnydep --output-format=pinned langflow==0.0.31
when i run
johnnydep --output-format=pinned langflow==0.0.31
i get this error:however when i run
pip install langflow==0.0.31
i have no errors.could it be that johnnydep dependencies conflicts with langflow==0.0.31 dependencies?
The text was updated successfully, but these errors were encountered: