Can't Use Pyside With Anaconda
I have just installed Anaconda for Python 3 and then installed PySide by sudo apt-get install python3-pyside Then I tried to use it throw Anaconda's version of python and typed
Solution 1:
You need to install it with conda
:
conda install -c conda-forge pyside
Post a Comment for "Can't Use Pyside With Anaconda"