question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[kivy dev 1.9.2] No module named 'kivy._clock'

See original GitHub issue

I’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:closed
  • Created 7 years ago
  • Comments:29 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
thopiekarcommented, Jul 23, 2016

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…

0reactions
mathamcommented, Dec 17, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found