Skip to content
Advertisement

ImportError while importing PySide2

I installed PySide2 using pip install PySide2

But i got this error when i tried to import it:

JavaScript
JavaScript

Advertisement

Answer

Have a look at the PyPI documentation here. If that doesn’t help try to use

JavaScript

Make sure it is installede in your virtual environtment if you are using that and you are using the correct version of pip(3).

Here is a person that is facing a similar problem.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement