[issue20019] platform.py line _sys_version function

Wes report at bugs.python.org
Thu Dec 19 01:08:52 CET 2013


Wes added the comment:

The shitty part is, you pretty much need anaconda to run iPython notebook
on a mac.

On Wed, Dec 18, 2013 at 6:08 PM, Wes Madrigal <wesley7879 at gmail.com> wrote:

> I just commented out the _sys_version_parser regular expression in
> anaconda/lib/python2.7/platform.py on line 1363 and replaced it with the
> _sys_version_parser from /usr/lib/python2.7/platform.py and everything
> worked fine.
>
>
> On Wed, Dec 18, 2013 at 5:53 PM, Ned Deily <report at bugs.python.org> wrote:
>
>>
>> Ned Deily added the comment:
>>
>> The version string does not match either the Apple-supplied Python in
>> 10.8 (Mountain Lion) nor that of a python.org Python.  The "anaconda"
>> directory name suggests this is probably a Python from the Anaconda
>> Scientific distribution.  There have been other issues with _sys_version as
>> reported on their bug tracker; see
>> https://github.com/ContinuumIO/anaconda-issues/search?q=_sys_version&type=Issues
>>
>> ----------
>> nosy: +ned.deily
>>
>> _______________________________________
>> Python tracker <report at bugs.python.org>
>> <http://bugs.python.org/issue20019>
>> _______________________________________
>>
>
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20019>
_______________________________________


More information about the Python-bugs-list mailing list