datamllab/tods

Error installing TODS on Apple M1 Pro

wayneking517 opened this issue · 3 comments

I got this error installing on Apple M1 Pro. Suggestions greatly appreciated. I am closer to being a novice Python programmer.

        File "numpy/core/setup.py", line 661, in get_mathlib_info
          raise RuntimeError("Broken toolchain: cannot link a simple C program")
      RuntimeError: Broken toolchain: cannot link a simple C program
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

.

Hi Wayne,

As M1 chip is relative new, many dependencies of TODS such as numpy, tensorflow are not supporting it. We are now working on it to upgrade them for supporting M1 chip. Will keep you posted.

Hi Wayne,

As M1 chip is relative new, many dependencies of TODS such as numpy, tensorflow are not supporting it. We are now working on it to upgrade them for supporting M1 chip. Will keep you posted.

Thanks!

Hi, hope you well, how's it going now?