Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what is this error
#1
hello guys

what is this error , installing pyside

---  See Picture  
http://www.mediafire.com/view/g5dojvwi38...apture.JPG


[Image: Capture.JPG]

Error :::   Failed to find  the  MSVC Compiler Version 9.0 on your system!

What is the MSVC Compiler ??   Think
Reply
#2
Use wheel, then you don't need to setup a compiler.
Place wheel eg in C:\python27\Scripts folder.
Then cd into Scripts folder pip install wheel_name.whl
As a new user in Python you should start with python 36.
Reply
#3
It looks you have to install MSVC compiler. I beleive that this is Microsoft Vusual C. I don't play with Microsoft's toys.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#4
I think that it misses this one Microsoft Visual C++ Compiler for Python 2.7.

But you should do as Snippsat tells you - start with python 3 and use binary packages.
Reply
#5
Yes the Compiler setup can soon be mess,if have different Python version.
Usually there are something that is missing or goes wrong when setup this compiler stuff to.
Output:
Visual C++ CPython: --- 14.0 3.5, 3.6 --- 10.0 3.3, 3.4 --- 9.0 2.6, 2.7, 3.0, 3.1, 3.2
Python 36 for what i tested also in many cases auto download wheel when pip install,
instead of searing for a compiler.
Reply
#6
(Mar-02-2017, 08:45 PM)snippsat Wrote: Use wheel, then you don't need to setup a compiler.
Place wheel eg in C:\python27\Scripts folder.
Then cd into Scripts folder pip install wheel_name.whl
As a new user in Python you should start with python 36.

Thanks to all.

i want to use QT Designer for Python. i install python 3.5 and 2.7. but the CG Softwares (Houdini, 3DsMax,...) use python 2.7 version.
now i want to create visual interface in QT . how i can use QT for python 2.7 ?
i install QT Version 4.8.6
how i can convert the QT file ( .ui ), to ( .py ) file for python. i think PySide can convert .ui to .py ?

-- again thanks to all for help me.  ( i understand  a little english, if i used a wrong word! )
Reply
#7
(Mar-02-2017, 08:45 PM)snippsat Wrote: Use wheel, then you don't need to setup a compiler.
Place wheel eg in C:\python27\Scripts folder.
Then cd into Scripts folder pip install wheel_name.whl
As a new user in Python you should start with python 36.

hey snippsat,
again recive error.
i used wheel. 

-----  For   PySide-1.2.4-cp36-cp36m-win32

C:\Python27\Scripts>pip install PySide-1.2.4-cp36-cp36m-win32.whl

ERROR:

PySide-1.2.4-cp36-cp36m-win32.whl is not a supported wheel on this platform.

*******************************************************
-----   PySide-1.2.4-cp36-cp36m-win_amd64


C:\Python27\Scripts>pip install PySide-1.2.4-cp36-cp36m-win_amd64.whl

ERROR:

PySide-1.2.4-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.

i use Windows 7 64 bit.
Reply
#8
If you are using python2.7, you need to use wheel that is compatible with this version. -cp36- means CPython 3.6, you need to download cp27 wheel.
Reply
#9
(Mar-05-2017, 02:03 PM)zivoni Wrote: -cp36- means CPython 3.6, you need to download cp27 wheel.

its very simple !    Wall

but again reception error, why???????

[Image: oe6i_capture.jpg]
Reply
#10
Maybe you are using 32-bit version of python 2.7 (even with 64-bit windows you can have 32bit python installed)?
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020