when i try to install kivy using pip i get this message:
Collecting https://github.com/kivy/kivy/archive/master.zip Downloading https://github.com/kivy/kivy/archive/master.zip \ 27.1MB 5.8MB/s Installing build dependencies ... done Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-req-build-jWrnqi/setup.py", line 427 print(f"OSX framework used, force to {osx_arch} only") ^ SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-jWrnqi/
any idea what i did wrong?