Sandy4321

Results 306 comments of Sandy4321

may help to find For a quick fix, you can try to go to the "Artifacts" tab of that page, from this link? https://ci.appveyor.com/project/vene/polylearn/build/job/48ulj1u1d3vq3jfq

do you mean this cd polylearn python setup.py build sudo python setup.py install bu this code is for Unix, what can be done for Windows?

these are messages for installation step N1 ``` Microsoft Windows [Version 10.0.17763.615] (c) 2018 Microsoft Corporation. All rights reserved. E:\Factirization_Machines\code\polylearn_master_Aug7\polylearn-master>python setup.py build Appending polylearn.tests configuration to polylearn Ignoring attempt to...

second step for installations ``` Microsoft Windows [Version 10.0.17763.615] (c) 2018 Microsoft Corporation. All rights reserved. E:\Factirization_Machines\code\polylearn_master_Aug7\polylearn-master>python setup.py install Appending polylearn.tests configuration to polylearn Ignoring attempt to set 'name' (from...

third step ``` Microsoft Windows [Version 10.0.17763.615] (c) 2018 Microsoft Corporation. All rights reserved. E:\Factirization_Machines\code\polylearn_master_Aug7\polylearn-master>conda install -c conda-forge sklearn-contrib-lightning Collecting package metadata (repodata.json): done Solving environment: failed Initial quick solve...

message for package call ``` Microsoft Windows [Version 10.0.17763.615] (c) 2018 Microsoft Corporation. All rights reserved. E:\Factirization_Machines\code\polylearn_master_Aug7\polylearn-master>python Python 3.6.7 (default, Feb 28 2019, 07:28:18) [MSC v.1900 64 bit (AMD64)] on...

I see, what I need to do now is uninstall polylearn what would be the best way to it ?

ok Microsoft Windows [Version 10.0.17763.615] (c) 2018 Microsoft Corporation. All rights reserved. C:\WINDOWS\System32>pip uninstall polylearn Uninstalling polylearn-0.1.dev0: Would remove: c:\users\sndr\anaconda3\lib\site-packages\polylearn-0.1.dev0-py3.6-win-amd64.egg Proceed (y/n)? y Successfully uninstalled polylearn-0.1.dev0 C:\WINDOWS\System32>

now installation fails ``` Microsoft Windows [Version 10.0.17763.615] (c) 2018 Microsoft Corporation. All rights reserved. E:\Factirization_Machines\code\polylearn_master_Aug7\polylearn-master>pip install . Processing e:\factirization_machines\code\polylearn_master_aug7\polylearn-master Building wheels for collected packages: polylearn Building wheel for polylearn...

do you mean this https://stackoverflow.com/questions/37242259/cannot-configure-python-3-5-to-use-visual-c-compiler-on-windows Try following: Install Visual Studio Community 2015 with C++ checked Make sure environment variable for VS is set In PYTHONPATH\Lib\distutils dir create (or edit) file...