[Python-Dev] Bus error in Python 3.6.0beta

Stefan Scherfke stefan.scherfke at energymeteo.de
Tue Nov 22 11:00:21 EST 2016



On 22.11.2016 12:52, Stefan Scherfke wrote:
>
> Here is a minimal example that reproduces the error:
>
> $ /tmp/py36/bin/python
> Python 3.6.0b4 (default, Nov 22 2016, 10:32:29)
> [GCC 6.2.1 20160916 (Red Hat 6.2.1-2)] on linux
>>>>
>>>> path = '/tmp/py36/lib/libpython3.6m.so.1.0'
>>>> f = open(path, 'wb')
> BusError
>

This can, of course, not work.  But the Conda installer does something 
like this and it works on Python 3.5 but not on 3.6.  I'm a bit baffled...

Cheers,
Stefan


More information about the Python-Dev mailing list