How to install wxPython phoenix for python 3.6

13,673

Solution 1

I'm pretty sure this will work. I'm not a Windows user, so I can't test it.

   C:\python36\scripts\pip.exe install --upgrade  --trusted-host wxpython.org --pre -f http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix 

Solution 2

If you're an Anaconda user, there is a conda package for installing it. See https://anaconda.org/newville/wxpython-phoenix

To install this package with conda run one of the following:

conda install -c newville wxpython-phoenix  
conda install -c newville/label/GSECARS wxpython-phoenix
conda install -c newville/label/gsecars wxpython-phoenix
Share:
13,673
Ben
Author by

Ben

Updated on June 04, 2022

Comments

  • Ben
    Ben almost 2 years

    I have been trying to install wxPython phoenix for python 3.6 and nothig works.

    I have tried: 1) using pip install 2) downloading tar/whl files and extracting its wx folder to installation folder (tried on different types of files).

    Both didnt work. If someone succeded please let me know.

    Thank you.