Error Deploying Streamlit Application

Hello everyone! This is my first time trying to deploy a streamlit app and I keep getting errors even after modifying my requirements.txt. Specifically, here are the error(s):

- aws-c-cal==0.5.11=he19cf47_0

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

Could someone take a look and let me know what you think? Link to repo: Here

Hi @Karandeep_Singh -

aws-c-cal is a “Cross-Platform, C99 wrapper for cryptography primitives”, not a Python package. So putting it in requirements.txt isn’t going to work, as requirements.txt is for Python libraries.

What are you trying to do? It’s not clear from the repo link why you would need this library.

Best,
Randy