nhsx / skunkworks-bed-allocation

NHS AI Lab Skunkworks project: Bed Allocation
MIT License
19 stars 6 forks source link

Current setup config errors out with numpy error #38

Closed matthewcooper19 closed 2 years ago

matthewcooper19 commented 2 years ago

Following current setup dev setup instructions causes the following error when installing numpy:

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