I would like to deploy an app that uses nordigen library, but I get this error: ```
No matching distribution found for nordigen==1.0.1.
Why?
Thanks
I would like to deploy an app that uses nordigen library, but I get this error: ```
No matching distribution found for nordigen==1.0.1.
Why?
Thanks
I assume because nordigen==1.0.1 library needs at least Python>=3.8 version and you probably used a lower version?
On my PC, my application works well.
I have python 3.8.10 on my pc
Great! Setting the python version to 3.8, nordigen library is OK.
Now, I have another problem:
from st_aggrid import AgGrid, GridOptionsBuilder
ModuleNotFoundError: No module named ‘st_aggrid’
May you help me?
Thanks
Your probably forgot to add streamlit-aggrid to your requirements.txt file?
Thanks.
Thank you so much, @Franky1.
Your suggestions allowed me to complete the installation of my experiment on Streamlit.