[kivy dev 1.9.2] No module named 'kivy._clock'
See original GitHub issueI’ve just installed kivy 1.9.2 dev for python 3.5 from the daily ppa, and running a very simple app throws this error:
[INFO ] [Logger ] Record log in /home/stefan/.kivy/logs/kivy_16-06-24_21.txt
[INFO ] [Kivy ] v1.9.2-dev0
[INFO ] [Python ] v3.5.1 (default, Dec 18 2015, 00:00:00)
[GCC 4.8.4]
Traceback (most recent call last):
File "main.py", line 3, in <module>
from kivy.app import App
File "/usr/local/lib/python3.5/dist-packages/kivy/app.py", line 319, in <module>
from kivy.base import runTouchApp, stopTouchApp
File "/usr/local/lib/python3.5/dist-packages/kivy/base.py", line 29, in <module>
from kivy.clock import Clock
File "/usr/local/lib/python3.5/dist-packages/kivy/clock.py", line 234, in <module>
from kivy._clock import CyClockBase, ClockEvent
ImportError: No module named 'kivy._clock'
Issue Analytics
- State:
- Created 7 years ago
- Comments:29 (12 by maintainers)
Top Results From Across the Web
ModuleNotFoundError : no module named kivy.clock
I just installed kivy and i have been trying to use it for sometime now but i keep getting this error : [INFO...
Read more >No module named 'kivy.weakmethod' - Google Groups
EXE bundled with pyinstaller fails with ImportError: No module named 'kivy.weakmethod'. 870 views. Skip to first unread message.
Read more >Create a package for iOS — Kivy 2.1.0 documentation
Compile the distribution (python + modules for iOS). Create an Xcode project (and link your ... It must be a name without any...
Read more >Kivy Documentation - Read the Docs
Welcome to Kivy's documentation. Kivy is an open source software library for the rapid development of applications equipped with novel user interfaces, ...
Read more >Python | Create a stopwatch using clock object in kivy using ...
Python3 · The code starts by importing the kivy module. · The code then creates a new class called Stopwatch and extends from...
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 FreeTop 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
Top GitHub Comments
Because you mixed up binary modules which were built for Python 3.4 with Python 3.5. Our PPA isn’t meant to be used with custom installations. If you want to use deb packages always be sure you also use the Ubuntu repositories to install all your needs. If there is Python 3.5 missing for you, you should think about upgrading to Ubuntu Xenial.
Therefore…
Spyder is just and IDE and does work with kivy. You just have to make sure to install Kivy as specified in the current install page.