-
Notifications
You must be signed in to change notification settings - Fork 43
is not working conda install -c conda-forge sklearn-contrib-ligh tning #13
Description
I installed successfully on Windows computer
by using conda
but still have error
polylearn_master_Jan21_2018\polylearn\tests\test_factorization_machine.py", line 14, in
from polylearn.kernels import _poly_predict
ImportError: No module named polylearn.kernels
prove of correct installation is below
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
D:\Factorisatoin_Machines\code>conda install -c conda-forge sklearn-contrib-ligh
tning
Fetching package metadata .............
Solving package specifications: .
Package plan for installation in environment C:\Users\SanderOct27\Anaconda2:
The following NEW packages will be INSTALLED:
ca-certificates: 2017.11.5-0 conda-forge
sklearn-contrib-lightning: 0.4.0-np112py27_1 conda-forge
vc: 9-0 conda-forge
The following packages will be UPDATED:
conda: 4.3.22-py27_0 --> 4.3.32-py27_0 c
onda-forge
openssl: 1.0.2j-vc9_0 --> 1.0.2n-vc9_0 c
onda-forge [vc9]
The following packages will be SUPERSEDED by a higher-priority channel:
conda-env: 2.6.0-0 --> 2.6.0-0 c
onda-forge
Proceed ([y]/n)? y
ca-certificate 100% |###############################| Time: 0:00:00 851.73 kB/s
conda-env-2.6. 100% |###############################| Time: 0:00:00 64.56 kB/s
openssl-1.0.2n 100% |###############################| Time: 0:00:05 838.18 kB/s
vc-9-0.tar.bz2 100% |###############################| Time: 0:00:00 51.50 kB/s
sklearn-contri 100% |###############################| Time: 0:00:00 1.35 MB/s
conda-4.3.32-p 100% |###############################| Time: 0:00:00 1.32 MB/s
D:\Factorisatoin_Machines\code>