Whenever i deploy my app, i get the error shown in the title. I’ve added a requirements.txt to my project, which contains the imageio package.
imageio==2.9.0
I can run the app locally without issues. The requirements file was created using “pip3 freeze > requirements.txt”.
What produces this error? From reading the similar posts here, there might be some packages that needs to be removed from the requirements.txt file, but I am not sure which ones. The file is located at the root level of the project as well. Github repo can be found here: GitHub - ThomB93/LogisticRegressionNeuralNetwork