[Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems
Joseph Lee Nunn III
josephnunn at gmail.com
Mon May 9 15:08:10 EDT 2016
More information about the Python-Dev mailing list
Mon May 9 15:08:10 EDT 2016
- Previous message (by thread): [Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> On May 09 , 2016, at 11:03 AM, Chris Barker <chris.barker at noaa.gov> 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 -isysroot flag for the 10.6 SDK, which would change its include paths and it would find no includes or libs > > this is the odd part -- shouldn't the new sysroot (i.e. the SDK) have all the includes and libs needed? > That is the weird part, if installing into the system python the new sysroot worked just fine. It was only when trying to install into a virtual environment that it failed. What the difference is I just don’t know. Thanks again for you efforts! Joseph -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160509/8cbefd81/attachment.html>
- Previous message (by thread): [Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list