Skip to content

Commit

Permalink
Added known issues for astropy#3415 and an issue mentioned in astropy…
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 17, 2015
1 parent aef135f commit 008c59b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/known_issues.rst
Expand Up @@ -262,6 +262,25 @@ such as::

One workaround is to install the ``bsddb3`` module.

Error *'buffer' does not have the buffer interface* in ``io.fits``
--------------------------------------------------------------------

For Python 2.7.x versions prior to 2.7.4, the `astropy.io.fits` may under
certain circumstances output the following error::

TypeError: 'buffer' does not have the buffer interface

This can be resolved by upgrading to Python 2.7.4 or later (at the time of
writing, the latest Python 2.7.x version is 2.7.9).

Bug with unicode endianness in ``io.fits`` for big-endian processors
--------------------------------------------------------------------

On big-endian processors (e.g. SPARC, PowerPC, MIPS), string columnn in FITS
files may not be correctly read when using the ``Table.read`` interface. This
will be fixed in a subsequent bug fix release of Astropy (see `bug report here
<https://github.com/astropy/astropy/issues/3415>`_)

.. [#] Continuum `says
<https://groups.google.com/a/continuum.io/forum/#!topic/anaconda/mCQL6fVx55A>`_
this will be fixed in their next Python build.

0 comments on commit 008c59b

Please sign in to comment.