which makes an import of the file chumpy/__init__.py, which in turn executes:
from ch import *
For the installation to work, all the packages required by Chumpy should then be installed prior to the installation of chumpy, which is, I believe, a problem.
The installation should install all the necessary packages that are listed in the requirements. However, the
setup.py
has this line now:which makes an import of the file
chumpy/__init__.py
, which in turn executes:For the installation to work, all the packages required by Chumpy should then be installed prior to the installation of chumpy, which is, I believe, a problem.