'ModuleNotFoundErrer: PySide2 installation problems

I want to run a project which invovles PySide2 using Visual Studios. I have installed it using

pip install PySide2

and the installation worked. But if I want to run my program using import PySide2 I still get the error message: No module named 'PySide2'. I'm an absolute beginner so maybe you can give me some hints, what I may forgot or what I have to do here?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source