You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running mustard.py, I get the following error (invalid "horizontal" Orientation value), which I believe is due to the changes in the latest release of Kivy in October 2020:
The error happened because I used the provided requirements.txt to install dependencies. I was able to run it when I downgraded to kivy=1.11.1 (which explicitly needs python < 3.8). An update of the requirements or the code according to new Kivy would help.
The text was updated successfully, but these errors were encountered:
While running
mustard.py
, I get the following error (invalid "horizontal" Orientation value), which I believe is due to the changes in the latest release of Kivy in October 2020:The error happened because I used the provided
requirements.txt
to install dependencies. I was able to run it when I downgraded to kivy=1.11.1 (which explicitly needs python < 3.8). An update of the requirements or the code according to new Kivy would help.The text was updated successfully, but these errors were encountered: