Also after I decided to remove bokeh from requirements and try to deploy it again, It started showing:
ERROR: Could not find a version that satisfies the requirement python (from versions: none)
ERROR: No matching distribution found for python
But I didnt change pyhton version and was able to deploy app before
Thank you Caroline, but when I changed opencv-python it gives me error with next package:
ERROR: Could not find a version that satisfies the requirement matplotlib.pyplot (from versions: none)
ERROR: No matching distribution found for matplotlib.pyplot
I’d recommend using pypi.org and going through each line in your requirements.txt file to make sure that each package exists. For matplotlib.pyplot, you should be able to remove that line, since you have matplotlib in your file already.