pyside / PySide

ATTENTION: This project is deprecated, please refer to PySide2
https://wiki.qt.io/PySide2
GNU Lesser General Public License v2.1
291 stars 66 forks source link

pip installation fails 'missing msvc 10' #134

Open mertzjames opened 8 years ago

mertzjames commented 8 years ago

I'm trying to install PySide for Python 3.4. This is created using an Anaconda Environment. I run the following command:

pip install -U PySide

and get the following error:

Failed to find the MSVC compiler version 10.0 on your system

lck commented 8 years ago

packages for python 3.4 will be ready soon. Please be patient.

nerothe commented 8 years ago

I get the same error :/

mattias-lindvall-sb commented 7 years ago

This seems to work

python -m pip install pyside --only-binary :all: