Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'scipy.cluster' #5

Closed
victordefoe opened this issue Dec 9, 2019 · 1 comment
Closed

No module named 'scipy.cluster' #5

victordefoe opened this issue Dec 9, 2019 · 1 comment

Comments

@victordefoe
Copy link

When using scipy == 1.3.3 , the error occurs.

when i use lower scipy into 1.2.1 version, it runs well

@matsui528
Copy link
Owner

scipy==1.3.3 works to me without errors.

In [1]:  from scipy.cluster.vq import vq, kmeans2  
   ...:  import scipy                 
   ...:  print(scipy.__version__)     

1.3.3

Please let me know the minimum code to reproduce the error, with the information of your environment (your OS, the version of scipy and numpy, how to install the nanopq, your error message, etc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants