Skip to content

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

@whitphx

Description

@whitphx
[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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions