PyTables: Illegal instruction error

I got Illegal instruction error when executing the code below in docker with OS X and ubuntu. However, it works fine using CoreOS with docker and OS X and ubuntu directly. The error seems only happens in version 3.2.0. I solved the issue by downgrading pytables to 3.1.1. Any idea for this?

import tables
tables.open_file('a.h5', 'w')

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 24 (9 by maintainers)

Commits related to this issue

Most upvoted comments

I can confirm this is fixed now in the py36_4 conda-forge package.

I’m closing this since both wheels and conda-forge builders are configured to avoid AVX2 instructions.