ModuleNotFoundError: No module named 'scipy'

Hi all,

I deployed my app, but get ModuleNotFoundError: No module named ‘scipy’. Scipy and scikit-learn are in the requirements. I use python 3.10 (i switched from default python 3.12). I redepolyed, rebooted. Nothing helps. Can some help?
(GitHub - GlanLiv/ftir_app: The ftir_app allows easy evaluation of a compound's concentration from its FTIR spectrum. The app contains following functions: Spectral data upload (CSV files), ALS baseline smoothing (Eilers and Boelens), peak area calculation, calibrant line generation, concentration evaluation of analyte.)

Thanks,
Liv

The file name should be requirements.txt, not ftir_requirements.txt

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