Re: [Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems

2016-05-09 Thread Joseph Lee Nunn III
> On May 09 , 2016, at 11:03 AM, Chris Barker wrote: > > I installed OSX Python 3.5.1, created a virtual environment using the pyvenv > command from that newly installed Python 3.5.1, and sourced its bin/activate. > Then when running pip install ZODB, the compiler would be passed the > -isysro

Re: [Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems

2016-05-09 Thread Chris Barker
Thanks Joseph, I say this isn't worth pursuing until someone else reports the issue, as I couldn't replicate it with a "clean" system. I had the old 10.6 SDK in /Developer/SDKs, it could have been ‘special’ in > that I did alot of weird things for a former project and I just don’t > recall. > I

Re: [Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems

2016-05-08 Thread Joseph Lee Nunn III
Thank you for looking into this for me, but since I fixed my problem by simply deleting the old SDKs I’ve moved on. However let me clarify exactly what was going on one more time, just in case you guys decide to pursue further. I had the old 10.6 SDK in /Developer/SDKs, it could have been ‘spec

Re: [Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems

2016-05-07 Thread Chris Barker
On Sat, May 7, 2016 at 10:59 PM, Chris Barker wrote: > > Trying to decide if I want to go through the hassle of installing an > old XCode to see if i can replicate the bug the OP is reporting > OK, I found this gitHub repo with all the old SDKs: https://github.com/phracker/MacOSX-SDKs

Re: [Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems

2016-05-07 Thread Chris Barker
On Fri, May 6, 2016 at 10:43 AM, Joseph Lee Nunn III wrote: > Then I have found the right list to post on, for my problem is a bug in > the Python 3.5.1 distribution. Albeit one which will only manifest in > certain situations. > > The presence of numerous `-isysroot /Developer/SDKs/MacOSX10.6.s

Re: [Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems

2016-05-06 Thread Joseph Lee Nunn III
Then I have found the right list to post on, for my problem is a bug in the Python 3.5.1 distribution. Albeit one which will only manifest in certain situations. The presence of numerous `-isysroot /Developer/SDKs/MacOSX10.6.sdk` directives in the following file /Library/Frameworks/Python.fra

Re: [Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems

2016-05-06 Thread Ned Deily
On May 6, 2016, at 05:42, Joseph Nunn wrote: > Hello Everyone, my first post. I would also like to subscribe but > haven't seen how yet. > > So I've an issue with how the 3.5.1 OSX > package installs on OSX. The problem was first made apparent > when trying to create a virtual environment