i am trying to deploy on Streamlit but i am having some issues

[13:29:30] ❗️ installer returned a non-zero exit code
[13:29:30] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.

https://rfm-analysis-ae8zktxjkpmndszxvokmdz.streamlit.app/

I am using Python 3.12

Which branch?

main

Do you really need cffi? And specifically such an old version?

I don’t know if i need it as i have deployed before.
Pls can you guide me.
Sorry for my late reply.

My advice is:

  • Do not require a package unless you have a good reason to require it.
  • Do not require a specific version of a package unless you have a good reason to require that specific version.

That is what I do and it has been working quite well so far. Let’s see if it woks for you.

Thanks so much.
please can you share your code as you did it.
Thanks

What code? I don’t have any code for your app other than your own code, that you linked above.

I reedited the requirement text by not importing specific versions of the libraries. And it is working
Thanks a lot Goyo.