Skip to content

Conversation

@keszybz
Copy link
Contributor

@keszybz keszybz commented Sep 24, 2016

When comping on aarch64, setup.py fails with:
Exception: py-cpuinfo currently only works on X86 and some ARM CPUs.
Assume that the CPU does not support SSE2 or AVX in importing cpuinfo fails
and continue.

(Package builds fine and tests pass with this patch:
https://kojipkgs.fedoraproject.org//packages/python-tables/3.3.0/1.fc26/data/logs/aarch64/build.log)

When comping on aarch64, setup.py fails with:
Exception: py-cpuinfo currently only works on X86 and some ARM CPUs.
Assume that the CPU does not support SSE2 or AVX in importing cpuinfo fails
and continue.

(Package builds fine and tests pass with this patch:
https://kojipkgs.fedoraproject.org//packages/python-tables/3.3.0/1.fc26/data/logs/aarch64/build.log)
@FrancescAlted
Copy link
Member

Nice patch. Thanks!

@FrancescAlted FrancescAlted merged commit 2e48ec3 into PyTables:develop Sep 24, 2016
tomkooij added a commit that referenced this pull request Apr 11, 2017
Changes from 3.3.0 to 3.4.0
===========================

Improvements
------------

- Support for HDF5 v1.10.x (see :issue:`582`)
- Fix compatibility with the upcoming Python 2.7.13, 3.5.3 and 3.6 versions.
  See also :issue:`590`. Thanks to Yaroslav Halchenko
- Internal Blosc version updated to 1.11.3
- Gracefully handle cpuinfo failure. (PR #578)
  Thanks to Zbigniew Jdrzejewski-Szmek
- Update internal py-cpuinfo to 3.3.0. Thanks to Gustavo Serra Scalet.

Bugs fixed
----------

- Fix conversion of python 2 `long` type to `six.integer_types` in atom.py.
  See also :issue:`598`. Thanks to Kyle Keppler for reporting.
- Fix important bug in bitshuffle filter in internal Blosc on big-endian
  machines. See also :issue:`583`.
- Fix allow for long type in nextafter. (PR #587) Thanks to Yaroslav Halchenko.
- Fix unicode bug in group and tables names. :issue:`514`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants