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 a package with spherecluster dependency and spherecluster is installed from source distribution (.tgz) then it fails with exception numpy is required during installation raised from setup.py#12 even when package has correctly numpy (and scipy) dependencies listed.
Hello,
I stumbled over following issue.
When installing a package with spherecluster dependency and spherecluster is installed from source distribution (.tgz) then it fails with exception
numpy is required during installation
raised from setup.py#12 even when package has correctly numpy (and scipy) dependencies listed.How to reproduce:
from setuptools import setup
I suggest to remove following lines from setup.py#L9-L19.
The text was updated successfully, but these errors were encountered: