I am having issues installing wxPython_Phoenix, when I use the following command ‘pip install - U --pre -f https://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix’ the following error message shows up ‘Could not find a version that satisfies the requirement wxPython_Phoenix (from versions: ). No matching distribution found for wxPython_Phoenix.’
Any idea why that is ? I am running on python 3.6.1 Anaconda
On Wednesday, March 7, 2018 at 9:30:09 PM UTC+1, Jean-Yves Cambier wrote:
Hello,
I am having issues installing wxPython_Phoenix, when I use the following command ‘pip install - U --pre -f https://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix’ the following error message shows up ‘Could not find a version that satisfies the requirement wxPython_Phoenix (from versions: ). No matching distribution found for wxPython_Phoenix.’
Any idea why that is ? I am running on python 3.6.1 Anaconda
On Wednesday, March 7, 2018 at 9:30:09 PM UTC+1, Jean-Yves Cambier wrote:
Hello,
I am having issues installing wxPython_Phoenix, when I use the following command ‘pip install - U --pre -f https://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix’ the following error message shows up ‘Could not find a version that satisfies the requirement wxPython_Phoenix (from versions: ). No matching distribution found for wxPython_Phoenix.’
Any idea why that is ? I am running on python 3.6.1 Anaconda
Thank you!
–
You received this message because you are subscribed to the Google Groups “wxPython-dev” group.
You’re using the wrong package name, only the early pre-alpha builds used the wxPython_Phoenix name. It’s just wxPython now. It’s also available directly from PyPI, so there is no need to use the snapshot builds URL unless you need the bleeding edge for some reason.
···
On Wednesday, March 7, 2018 at 12:30:09 PM UTC-8, Jean-Yves Cambier wrote:
Hello,
I am having issues installing wxPython_Phoenix, when I use the following command ‘pip install - U --pre -f https://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix’ the following error message shows up ‘Could not find a version that satisfies the requirement wxPython_Phoenix (from versions: ). No matching distribution found for wxPython_Phoenix.’