Skip to content
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

unable to build with python 3.13 #5731

Open
jhpiedrahitao opened this issue Jan 16, 2025 · 2 comments
Open

unable to build with python 3.13 #5731

jhpiedrahitao opened this issue Jan 16, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@jhpiedrahitao
Copy link

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

@jhpiedrahitao jhpiedrahitao added the bug Something isn't working label Jan 16, 2025
Copy link

dosubot bot commented Jan 16, 2025

@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].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@jhpiedrahitao
Copy link
Author

if thats the case project.toml file should be specify requires-python = ">=3.10,<3.13"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant