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
@jhpiedrahitao Hello! I'm here to help you with any bugs, questions, or contributions you have for Langflow. Let me know how I can assist you!
The issue you're encountering is due to the pyproject.toml file specifying requires-python = ">=3.10,<3.14", which means Langflow is not compatible with Python 3.13. To resolve this, you should use a Python version that is supported, such as 3.10, 3.11, or 3.12 [1].
Bug Description
in supported versions is mentioned python <3.13 is required but in langflow/pyproject.toml this is set
requires-python = ">=3.10,<3.14"
Reproduction
make init having python3.13 in mac machine
Expected behavior
build the app
Who can help?
No response
Operating System
mac sequoia 15.2
Langflow Version
1.1.1
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: