On 13Aug2020 01:46, Paul Smith <phhs80@xxxxxxxxx> wrote: >I am trying to install kivy on Fedora 32, but I cannot find a rpm and >pip runs into errors. > >Could someone please help me to install kivy on Fedora 32? I haven't a Fedora box to hand, but I just ran this on the local Ubuntu box: [~]borg*> pip3 install kivy + exec /home/cameron/bin-cs/python3 -m pip install kivy Collecting kivy Downloading Kivy-1.11.1-cp37-cp37m-manylinux2010_x86_64.whl (28.3 MB) |████████████████████████████████| 28.3 MB 242 kB/s Collecting pygments Downloading Pygments-2.6.1-py3-none-any.whl (914 kB) |████████████████████████████████| 914 kB 2.7 MB/s Collecting Kivy-Garden>=0.1.4 Downloading kivy-garden-0.1.4.tar.gz (6.8 kB) Collecting docutils Downloading docutils-0.16-py2.py3-none-any.whl (548 kB) |████████████████████████████████| 548 kB 3.5 MB/s Collecting requests Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) |████████████████████████████████| 61 kB 490 kB/s Requirement already satisfied: certifi>=2017.4.17 in ./var/venv/3.7.5-ubuntu/lib/python3.7/site-packages (from requests->Kivy-Garden>=0.1.4->kivy) (2020.6.20) Collecting chardet<4,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) |████████████████████████████████| 133 kB 3.3 MB/s Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./var/venv/3.7.5-ubuntu/lib/python3.7/site-packages (from requests->Kivy-Garden>=0.1.4->kivy) (1.25.9) Collecting idna<3,>=2.5 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) |████████████████████████████████| 58 kB 1.7 MB/s Building wheels for collected packages: Kivy-Garden Building wheel for Kivy-Garden (setup.py) ... done Created wheel for Kivy-Garden: filename=Kivy_Garden-0.1.4-py3-none-any.whl size=4531 sha256=2fc31ccb2b56bf3da0de7a1283ce7519c1964a5b9b868a9b56984a0d97f1cfcd Stored in directory: /home/cameron/var/cache/pip/wheels/3f/43/e3/50289d555356f0421d1c388c82d052d5788f22a34d0cd8659d Successfully built Kivy-Garden Installing collected packages: pygments, chardet, idna, requests, Kivy-Garden, docutils, kivy Successfully installed Kivy-Garden-0.1.4 chardet-3.0.4 docutils-0.16 idna-2.10 kivy-1.11.1 pygments-2.6.1 requests-2.24.0 That's installing to a Python 3.7 virtualenv. I have no ideal if it runs. Can you transcribe your pip issues? Cheers, Cameron Simpson <cs@xxxxxxxxxx> _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx