anhaidgroup / py_entitymatching

BSD 3-Clause "New" or "Revised" License
183 stars 48 forks source link

Building wheel feels when numpy is not installed #153

Open faph opened 2 years ago

faph commented 2 years ago
      __import__(moduleOrReq)
  ModuleNotFoundError: No module named 'numpy'
  ----------------------------------------
  ERROR: Failed building wheel for py-entitymatching

Seems that setup.py requires numpy to be presented at the build stage. Could this dependency be solved using a setup_requires entry?