-
Notifications
You must be signed in to change notification settings - Fork 246
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 name sklearn #10
Comments
It would be best to install through |
On Saturday, October 1, 2016 3:33:12 PM ART, Dan Aldred wrote:
Please note that some functions required in whereami are available only I am currently packaging whereami for Arch Linux AUR, and I cannot |
@fcladera If you tell me what is specifically not supported (how the error shows) then I will fix it immediately. As an aside, I find it strange that Arch doesn't work, isn't it doing rolling upgrades? On my Arch Linux server it is working just fine btw, so I'm very curious for more details :) |
I did a tox test with scikit-learn==0.17.0 and indeed, I see what you mean. |
Should be fixed as of It will try to use the "new" (model_selection) way of
|
Hi, I am running it on the Raspberry Pi, using Jessie, I will try the upgrade now.. thanks for the quick response 👍 |
@TeCoEd You're welcome :) If you recently tried an upgrade, you might want to try to upgrade like |
On Saturday, October 1, 2016 4:05:45 PM ART, Pascal van Kooten wrote:
Hi, sorry for the late answer. I confirm that it works with 0.17. I'll ship the new version. |
Fantastic to be included in AUR :) Note that it was having difficulties installing and it mentioned 2 scikit versions:
Also, I was only able to find it through Btw, I think I'm not able to install it as I've already installed scikit through pip? |
still getting an error: "no module named sklearn", |
@kootenpv That's correct, because you must install both It is stated in the scipy-learn website
Hence, The PKGBUILD has the following dependencies:
(BTW, that means access_points is also in the AUR) and all the magic is done by You may have problems to install the packages if You will only find this package with https://wiki.archlinux.org/index.php/Arch_User_Repository#What_is_the_AUR.3F |
@TeCoEd try
|
@fcladera The thing is, I already have installed scikit-learn using pip; it is now clashing unfortunately. Or that might result from testing whereami on python 2 as well, I'm not sure. I guess I'll try to remove scikit-learn python 2 and see if I get no clashes. |
@kootenpv if you get
that means This package is for python 3, it will not conflict with python 2 versions. |
so now I am trying pip3 for the installation of the dependencies. |
still errors here |
Hi
I keep getting this error, is there a list of dependencies that need to be installed first?
Thanks
The text was updated successfully, but these errors were encountered: