[Error] Streamlit Cloud can't load recent updated package

Good evening everyone.
Until last week, I could run my streamlit Cloud app with my recently updated package which is listed in PyPI, however, today my app’s log says they can’t get the newer version of my developed package.

So I first looked at the available package version that the current streamlit can install and found out that the recent one was 1.0.9 which I updated last August, and the current newest version is 1.1.4 and 1.0.9.1 (for checking version number issue).

[19:19:46] ❗️ installer returned a non-zero exit code

[19:28:40] 🐙 Pulling code changes from Github...

[19:28:41] 📦 Processing dependencies...


──────────────────────────────────────── pip ───────────────────────────────────────────


Collecting pip==22.2.2

  Downloading pip-22.2.2-py3-none-any.whl (2.0 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 46.4 MB/s eta 0:00:00[2023-02-04 19:28:42.668225] 

Collecting streamlit==0.75.0

  Downloading streamlit-0.75.0-py2.py3-none-any.whl (7.5 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/7.5 MB 212.0 MB/s eta 0:00:00[2023-02-04 19:28:42.819860] 

ERROR: Could not find a version that satisfies the requirement sua==1.0.9.1 (from versions: 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.7.1, 1.0.8, 1.0.9)

ERROR: No matching distribution found for sua==1.0.9.1

WARNING: You are using pip version 22.0.3; however, version 23.0 is available.

You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.

Checking if Streamlit is installed

And also some said that streamlit version might affect on loading packages, so I ran multiple times with 1.15.0 (same version with developing environment) and 0.75.0 (recommended version from other post)

I will leave my PyPI link so you fellas can figure out with it.

Kind regards.

Can you share your requirements file?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.