Hello,
I try to deploy my app and i get following error:
ERROR: Could not find a version that satisfies the requirement base64 (from versions: none)
ERROR: No matching distribution found for base64
If i run it on my local machine, everything works as intended.
The app worked fine before, so the problem has to be “base64” in the requirements.txt
I also get the Warning:
“WARNING: You are using pip version 21.1.1; however, version 21.2.2 is available.”
Even if my command console says, that im on 21.2.2.
Any ideas what the problem could be?
thank you for your help!