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

Problems to install #3

Open
eliezyer opened this issue Apr 14, 2017 · 1 comment
Open

Problems to install #3

eliezyer opened this issue Apr 14, 2017 · 1 comment

Comments

@eliezyer
Copy link

Hi,

I'm trying to install pywaveclus, but I'm getting this error related to scikits library:

File "/home/eletrofisiologia/Downloads/pywaveclus-master/pywaveclus/dsp/ica.py", line 5, in
import scikits.learn.decomposition
ImportError: No module named learn.decomposition

I have installed all the libraries listed in requirements. Any ideas on this issue?

Best Regards,
Eliezyer

@braingram
Copy link
Owner

Hi Eliezyer,

Sadly this code is no longer in use and it looks like there have been changes to the scikits-learn dependency. If you can find a copy of the version listed in requirements.txt (0.8.1) it might still work. Another option would be to update the use of scikits-learn to use the corresponding sklearn calls (perhaps sklearn.decomposition.FastICA: http://scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html#sklearn.decomposition.FastICA).

Good luck.

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