You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing via pip, the sub-modules (distributions, ...) are not installed.
Some googling tells me that this might be because the sub-packages are not listed in the setup.py:
When installing via pip, the sub-modules (distributions, ...) are not installed.
Some googling tells me that this might be because the sub-packages are not listed in the
setup.py
:http://stackoverflow.com/questions/15368054/import-error-on-installed-package-using-setup-py
https://docs.python.org/2/distutils/examples.html#pure-python-distribution-by-package
The text was updated successfully, but these errors were encountered: