No matching distribution found

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?

1 Like

On my PC, my application works well.

I have python 3.8.10 on my pc

  • Which Python version do you use on your PC?
  • When you deploy to Streamlit Cloud you can select the Python version under Advanced Settings
1 Like

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?

1 Like

Thanks.

Thank you so much, @Franky1.
Your suggestions allowed me to complete the installation of my experiment on Streamlit.

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