Python Forum
[split] ModuleNotFoundError - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: [split] ModuleNotFoundError (/thread-29500.html)



[split] ModuleNotFoundError - franckgztl - Sep-06-2020

Hello,
I own a Rapberry pi.
I installed Visual Studio: Code - OSS (headelted).
My version of Python is 3.7.3 (32 bits).

I have the following error :
from PySide2 import QtWidgets, QtCore
ModuleNotFoundError: No module named 'PySide2'

I installed pip3.8.
I installed the extension for python :« PySide2-VSC 0.1.0 » and « Qt for Python 0.4.2 »
It does’nt work.
Can you tell me why there is an error.
Thank you.


RE: [split] ModuleNotFoundError - Larz60+ - Sep-06-2020

Quote:I installed the extension for python :« PySide2-VSC 0.1.0 » and « Qt for Python 0.4.2 »
It does’nt work.
This give us little to go on.
You need to:
  • Show how you attempted to install, step by every step
  • Show exact unaltered feedback from installer