maciejkula / spotlight

Deep recommender models using PyTorch.
MIT License
2.97k stars 421 forks source link

Install Spotlight on win 64 using conda #100

Closed vikrant-sahu closed 6 years ago

vikrant-sahu commented 6 years ago

I have created a py 3.6 env.

Please let me know how to install it .

conda install -c maciejkula -c pytorch spotlight=0.1.4 is not working

conda install -c maciejkula -c pytorch -c peterjc123 spotlight=0.1.4 even this fails

maciejkula commented 6 years ago

It fails how?

vikrant-sahu commented 6 years ago

The following packages will be DOWNGRADED:

bzip2:     1.0.6-hbe05fcf_4                               --> 1.0.6-vc14_1          conda-forge [vc14]
curl:      7.58.0-h7602738_0                              --> 7.55.1-vc14_0         conda-forge [vc14]
icu:       58.2-ha66f8fd_1                                --> 58.2-vc14_0           conda-forge [vc14]
libiconv:  1.15-h1df5818_7                                --> 1.14-vc14_4           conda-forge [vc14]
libxml2:   2.9.7-vc14_0                       conda-forge [vc14] --> 2.9.5-vc14_1          conda-forge [vc14]
lxml:      4.1.1-py36hef2cd61_1                           --> 4.1.1-py36he0adb16_0
lzo:       2.10-h6df0209_2                                --> 2.10-vc14_0           conda-forge [vc14]
qt:        5.6.2-vc14h6f8c307_12                          --> 5.6.2-vc14_1          conda-forge [vc14]
tk:        8.6.7-hcb92d03_3                               --> 8.6.7-vc14_0          conda-forge [vc14]
winpty:    0.4.3-4                                        --> 0.4.3-vc14_2          conda-forge [vc14]
zlib:      1.2.11-h8395fce_2                              --> 1.2.11-vc14_0         conda-forge [vc14]

Proceed ([y]/n)? y

Downloading and Extracting Packages pytorch 0.3.1: #########################3 | 26%

IOError(0, 'Error')

maciejkula commented 6 years ago

That looks like a problem with the package download. Have you tried it again?

maciejkula commented 6 years ago

Closing because of inactivity. If you are still having problems, please re-open.