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

The sample app hosted on Streamlit Cloud raises an error #143

Open
whitphx opened this issue Sep 8, 2022 · 0 comments
Open

The sample app hosted on Streamlit Cloud raises an error #143

whitphx opened this issue Sep 8, 2022 · 0 comments

Comments

@whitphx
Copy link
Owner

whitphx commented Sep 8, 2022

[15:35:02] 🐙 Cloned repository!
[15:35:02] 🐙 Pulling code changes from Github...
[15:35:03] 📦 Processing dependencies...

─────────────────────────────────────── poetry ─────────────────────────────────────────

/app/streamlit-server-state /app/streamlit-server-state
[15:35:03] ⛓ Spinning up manager process...

  RuntimeError

  The Poetry configuration is invalid:
    - Additional properties are not allowed ('group' was unexpected)
  

  at ~/.poetry/lib/poetry/_vendor/py3.7/poetry/core/factory.py:43 in create_poetry
       39│             message = ""
       40│             for error in check_result["errors"]:
       41│                 message += "  - {}\n".format(error)
       42│ 
    →  43│             raise RuntimeError("The Poetry configuration is invalid:\n" + message)
       44│ 
       45│         # Load package
       46│         name = local_config["name"]
       47│         version = local_config["version"]
/app/streamlit-server-state

────────────────────────────────────────────────────────────────────────────────────────

[15:35:06] ❗️ installer returned a non-zero exit code
[15:35:06] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[15:36:42] ❗️ Streamlit server consistently failed status checks
[15:36:42] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.

It looks like Streamlit Cloud does not support the new section name introduced with Poetry 1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant