Brand new run error on my App

      fatal error: ft2build.h: No such file or directory
      #include <ft2build.h>

Please provide at least any context or share your public github repo.

Sorry…

https://nandoulopes-ypoemas-ypo-gf4z3l.streamlit.app/

I assume this is an issue with matplotlib, probably there is no matching wheel for this old matplotlib version and a build from sources is started.


However, you are using very old python packages, i would recommend update your python packages, maybe some minor code changes are needed.

Start with this:

requirements.txt

matplotlib
streamlit
extra-streamlit-components
deep-translator
gtts

Tks Franky

I’ll try it.

P.S. it has been workin’ this way for the past 4 years !

Yes, but the streamlit cloud runtime is constantly updated. And then, unfortunately, old and outdated packages can no longer be installed at some point.

1 Like

Done.
Running again… tks!

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