+ 11
How to install kivy in anaconda ??
1 Resposta
+ 8
If you follow the link given from ????? ??????, dont follow the first sample mentioned on this website. This installation will fail.
Open the Anoconda prompt (console) and input:
conda install kivy -c conda-forge (This is a package dedicated to Anaconda.)
This should download and install the correct kivy version related to your python version.