PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, November 26, 2022

[FIXED] Why Python does not recognize "kivy" module for me?

 November 26, 2022     installation, kivy, module, pip, python     No comments   

Issue

After I install the "kivy" python module, the python console and IDEs don't recognize it as a module, as if it doesn't exist.

ModuleNotFoundError: No module named 'kivy'

I do the installation normally like any other. I reinstalled the module several times and looked for all possible solutions, but nothing. Also, pip list and pip3 list tells me the module is there. What should I do?


Solution

When I completely reinstalled the system the problem was solved.



Answered By - user16269210
Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing