Last update fails

Hi.
I’m actually trying to update wxPython_Phoenix using the following command line :

py -m pip install --upgrade --pre --trusted-host wxpython.org -f http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix

This command line always worked until today : it downloads the binary version and replace the actual version by the new one.

But today, it downloads the sources version (wxPython_Phoenix-3.0.3.dev2076+9cbca77.tar.gz) and starts building.

But as I am on a computer on witch Ms compiler in not present, it fails.

The last version I’ve installed on this computer is wxpython-phoenix (3.0.3.dev2058+b606816)

Am I doing something wrong ?

I’m working on a Win7-64 bits computer with Python 3.5.1 64 bits.

If it can help, the result of “py -m pip list” is :

  • numpy (1.11.0)
  • pip (8.1.2)
  • py2exe (0.9.2.2)
  • setuptools (22.0.5)
  • wheel (0.29.0)
  • wxpython-phoenix (3.0.3.dev2058+b606816)

Regards

Xav’

Hi.

I’ve found why pip tries to install version 2076 from sources : there is no “win amd64” wheel package with this version for Python 3.5.

I’ll wait for the next snapshot.

Regards

Xav’