MushroomX79 / script

0 stars 0 forks source link

No module named PyQt5.QtCore #1

Open MushroomX79 opened 2 years ago

MushroomX79 commented 2 years ago

Hello, I'm trying to make a web browser by following a tutorial.

I downloaded PyQt5 via pip, and I get this message when trying to run the code: ImportError: No module named PyQt5.QtCore

I have been looking around, to figure out the issue, though I can't seem to find seomthing simple. At least yet, so I thought I'll ask here. I am completely new to coding, so please bear with me.

My system is Linux Mint 20.2 Cinnamon

I would appreciate any help I can get on this :)

MushroomX79 commented 2 years ago

So I "fixed" this simply by switching over to Visual Studio, I still haven't figured it out on Atom.