Why can't you use pip to download pyfmi when deploying apps on streamlit?

I am a student from China who is currently learning about streamlit. Today, I have a problem deploying apps on streamlit. As shown in the figure, the PyFMI package cannot be downloaded when deploying the app. If you can help me, please contact me, I will be very grateful!

It’s probably because the setup.py of that package is so cursed and does not have a list for its dependencies. Try listing numpy first, before pyFMI, in your requirements.txt.

1 Like

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