Re: update wxPhoenix with pip3 still fail
Robin Dunn <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Updating wxPhoenix with pip3 still doesn't work. > > I tried to update "3.0.3.dev1684+6933551 gtk2 (phoenix)" to the current > one. As you can see a command give a error-return-code. But because of > the bad code of the setup script I am not able to see what command it > was. Please try to produce easy code. This is python and it make it > quite easy to produce readable code. This would make it much easier to > maintain and service existing code for third people. > Because of that unreadable "pip.exceptions.InstallationError" I am not > able to analyse this error myself. Talk to the pip and setuptools groups about that. Everything in the error messages you showed is from those tools. My suggestion is to make sure you have the newest pip and setuptools installed. If your distro doesn't have the newest in its package repository then an easy workaround is to create a virtualenv, install pip and setuptools in that environment along with anything else you need, and then use the python from the virtualenv for building and testing Phoenix. -- Robin Dunn Software Craftsman http://wxPython.org -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.