Hi Team,
I am new to wxpython. I am trying to install the whl version as I have to compile it otherwise by downloading vs. I have python 3.4 32-bit installed. When trying the below option to install the wheel
python -m pip install wxPython_Phoenix-3.0.3.dev2066+8a633f1-cp34-cp34m-win32.whl
I am getting error wxPython_Phoenix-3.0.3.dev2066+8a633f1-cp34-cp34m-win32.whl is not a supported wheel on this platform. I have also tried 64 bit version also but getting the same error. Any help will be greatly appreciated.
Sorry, on a phone, so a bit limited, but you should be able to point pip at the wheel page, and have it find the right one for you, rather than naming s specific file.
···
I think the command is on the wheel page readme.
CHB
Sent from my iPhone
On Jun 23, 2016, at 11:24 PM, dharmjit singh dharmjit.bti@gmail.com wrote:
Hi Team,
I am new to wxpython. I am trying to install the whl version as I have to compile it otherwise by downloading vs. I have python 3.4 32-bit installed. When trying the below option to install the wheel
python -m pip install wxPython_Phoenix-3.0.3.dev2066+8a633f1-cp34-cp34m-win32.whl
I am getting error wxPython_Phoenix-3.0.3.dev2066+8a633f1-cp34-cp34m-win32.whl is not a supported wheel on this platform. I have also tried 64 bit version also but getting the same error. Any help will be greatly appreciated.
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Chris,
Thanks for the response but i tried that also but its giving the build errors and require vcvashall.bat file . This requires visual studio on my machine. Is there any other way.
Thanks
···
On Friday, 24 June 2016 21:04:31 UTC+5:30, Chris Barker - NOAA Federal wrote:
Sorry, on a phone, so a bit limited, but you should be able to point pip at the wheel page, and have it find the right one for you, rather than naming s specific file.
I think the command is on the wheel page readme.
CHB
Sent from my iPhone
On Jun 23, 2016, at 11:24 PM, dharmjit singh dharmj...@gmail.com wrote:
Hi Team,
I am new to wxpython. I am trying to install the whl version as I have to compile it otherwise by downloading vs. I have python 3.4 32-bit installed. When trying the below option to install the wheel
python -m pip install wxPython_Phoenix-3.0.3.dev2066+8a633f1-cp34-cp34m-win32.whl
I am getting error wxPython_Phoenix-3.0.3.dev2066+8a633f1-cp34-cp34m-win32.whl is not a supported wheel on this platform. I have also tried 64 bit version also but getting the same error. Any help will be greatly appreciated.
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Have you tried to download the wheel file then install it locally by: pip install name-of-the-downloaded-wheel-file
Or extract the wheel file and copy the containing folder to your python packages directory.
This video (link below) on YouTube may be of help:
https://m.youtube.com/watch?list=PLeHfkOtgcB2uoVqsaSb4FOpdxAFCGYL2c&v=CrkDmOuHbsA
···
On Monday, June 27, 2016, dharmjit singh dharmjit.bti@gmail.com wrote:
Any help guys??
On Saturday, 25 June 2016 14:48:09 UTC+5:30, dharmjit singh wrote:
Hi Chris,
Thanks for the response but i tried that also but its giving the build errors and require vcvashall.bat file . This requires visual studio on my machine. Is there any other way.
Thanks
On Friday, 24 June 2016 21:04:31 UTC+5:30, Chris Barker - NOAA Federal wrote:
Sorry, on a phone, so a bit limited, but you should be able to point pip at the wheel page, and have it find the right one for you, rather than naming s specific file.
I think the command is on the wheel page readme.
CHB
Sent from my iPhone
On Jun 23, 2016, at 11:24 PM, dharmjit singh dharmj...@gmail.com wrote:
Hi Team,
I am new to wxpython. I am trying to install the whl version as I have to compile it otherwise by downloading vs. I have python 3.4 32-bit installed. When trying the below option to install the wheel
python -m pip install wxPython_Phoenix-3.0.3.dev2066+8a633f1-cp34-cp34m-win32.whl
I am getting error wxPython_Phoenix-3.0.3.dev2066+8a633f1-cp34-cp34m-win32.whl is not a supported wheel on this platform. I have also tried 64 bit version also but getting the same error. Any help will be greatly appreciated.
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
–
*Wouldn’t you rather do Business with us? *
This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information. If you have
received it in error, please notify the sender immediately and delete the
original. Any use of the email by you is prohibited. If you have received
this communication in error, please notify the author by replying to this
e-mail immediately.
www.BintaSMS.com <http://www.bintasms.com/>
www.BintaComputers.net <http://www.bintacomputers.net/>
Hi Umar,
I tried the first option and it gives me wheel not supported error
For second option I simply extracted the wxpython pheonix wheel for my platform and copied the wx package into C:\Python34\Lib\site-packages folder. While importing I am getting below error
from ._core import *
ImportError: No module named ‘wx._core’
Thanks
···
python -m pip install --upgrade --no-index --find-links=Index of /Phoenix/snapshot-builds --trusted-host wxpython.org wxPython_Phoenix
The method Chris recommended above does normally work but at the moment the latest .whl there is version dev2170 but that is only available for OS X and the latest for Windows is dev2163. So I think that’s confusing things and it is trying to compile and build dev2170 on your machine - which needs a C compiler.
I tried using the original command you reported with Python 3.4 here under Windows 10 and it installed OK. I don’t know if you are using virtualenv or anything but it might be worth double checking that you are actually running 3.4 by starting, then exiting Python just before you issue the command to install the wheel.
Regards
David Hughes
Forestfield Software
···
On Saturday, 25 June 2016 10:18:09 UTC+1, dharmjit singh wrote:
Hi Chris,
Thanks for the response but i tried that also but its giving the build errors and require vcvashall.bat file . This requires visual studio on my machine. Is there any other way.
Thanks