arcus-azure/arcus.azureml

After installing the package, the import does not seem to work

Closed this issue · 1 comments

Describe the bug
pip3 install arcus-azureml works fine, however import arcus in the python code does not work.

To Reproduce

  • pip3 install arcus-azureml
  • python3 import arcus

Expected behavior
This would just work, but we see a module missing error

The issue seems to be because in the setup.py script the setuptools.find_packages() does not return packages, but an empty name.
An easy fix would be to hardcode the package names in an array, but will look to have it return the correct information automatically.