Help when running Kivy on Linux computer
See original GitHub issueI am following the steps for running Kivy GUI directly on Linux I installed Kivy with Anaconda, made Atlas, but when i try the following command:
$ electrum -g kivy
i get this error on console:
Traceback (most recent call last):
File "/home/user/anaconda3/bin/electrum", line 362, in <module>
d.init_gui(config, plugins)
File "/home/user/anaconda3/lib/python3.7/site-packages/electrum/daemon.py", line 348, in init_gui
gui = __import__('electrum.gui.' + gui_name, fromlist=['electrum'])
ModuleNotFoundError: No module named 'electrum.gui.kivy'
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Installation on Linux — Kivy 2.1.0 documentation
To install Kivy on Linux using pip , please follow the main installation guide. ... Install xclip in case you run a kivy...
Read more >Kivy Python Tutorial - Linux Hint
To install Kivy, we can use the “pip' command for installing Python libraries, and we can use “apt-get” as well. For Kivy to...
Read more >Hello World in Kivy - GeeksforGeeks
Kivy is an opensource multi-platform GUI development library for Python and can run on iOS, Android, Windows, OS X, and GNU/Linux. It helps...
Read more >Windows 10 Kivy and Buildozer Guide for Linux ... - YouTube
This video is a guide for how to setup Virtual Box, Kivy, and Buildozer for Android App development. This guide moves along slowly, ......
Read more >Trying to run KIVY, for the first time - python - Stack Overflow
If you don't want that, you have to run sudo pip install kivy to install Kivy globally (assuming you're on OS X or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
do you actually need to solve it? you can run the kivy gui if you clone the git repository