My app is not starting

It was working fine for past year, but now while installing requirements it fails for numpy.

App URL - https://ritesh-ml-portfolio.streamlit.app/
Github URL - GitHub - ritesh-suhag/ABC_Grocery

Log error -

Collecting numpy==1.19.2
  Downloading numpy-1.19.2.zip (7.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/7.3 MB 192.7 MB/s eta 0:00:00[2023-10-18 14:34:41.668616] 
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'error'
  error: subprocess-exited-with-error

Hey @ritesh-suhag,

Please update your post to include the link to your deployed app and the link to your app’s GitHub repo.

@Caroline uploaded details

Hey @ritesh-suhag,

I forked your repo and switched to Python 3.8 and that seemed to resolve the issue – deployed app here

Hey @Caroline, it seems to be some other app, and for my app I’ll still see the same error.

Sharing the link of the apps again -

Also facing build issues in my other app -

Appreciate your help on the same :slight_smile:

Hi @ritesh-suhag, sorry about that. This is the link I meant to share. I forked your app and deployed using Python 3.8 and that resolved the issue.

For the other app, please create a separate post if it’s a different error that you’re seeing.

So where should I make the change in my repo to have it running on Python 3.8 ?

You’ll need to delete and redeploy your app, and select 3.8 as your Python version in the “advanced settings” section – check out the doc here.

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