MLBazaar / Cardea

An open source automl library for using machine learning in healthcare.

Home Page:https://mlbazaar.github.io/Cardea/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cython module as an installation dependency

vadi2 opened this issue · comments

  • Cardea version:
  • Python version: 3.8
  • Operating System: Ubuntu 20.04 LTS

Description

Trying to install Cardea is failing: https://paste.ubuntu.com/p/V66PTrBGgz/

Not a python expert, but it looks like pip3 install cython beforehand solved the issue as it installed afterwards: https://paste.ubuntu.com/p/JsyfZ6m3J9/

Hi @vadi2, I believe that this issue is caused by numpy mainly then scikit-learn installations. Since there was an issue with numpy during installation in #94, I think it should fix it.

Let me know if this issue still persists!