Hi everyone, I hope you are doing well.
While Render tries to deploy the app, it returns the following errors:
- ERROR: Could not find a version that satisfies the requirement kivy-deps.angle==0.3.0 (from versions: none)
- ERROR: No matching distribution found for kivy-deps.angle==0.3.0
Below is part of my requirements.txt file related to kivy:
Kivy==2.3.0
kivy-deps.angle==0.3.0
kivy-deps.glew==0.3.1
kivy-deps.sdl2==0.7.0
Kivy-Garden==0.1.5
kivyir==0.1.5
I also added an environment variable whose key is PYTHON_VERSION and its value is equivalent to 3.10.5.
Additionally, this is the link to the related repository on GitHub if it helps:
Thanks for your response