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

Conda Install Issue (Windows 10) #99

Closed
DJuego opened this issue Mar 3, 2018 · 4 comments
Closed

Conda Install Issue (Windows 10) #99

DJuego opened this issue Mar 3, 2018 · 4 comments

Comments

@DJuego
Copy link

DJuego commented Mar 3, 2018

Hi! Thank you for Spotlight.

I have a similar problem to the issue #80

My OS is Windows 10 x64.

First, i must admit i am new with Anaconda. I have a 'portable' installation Anaconda (with Anaconda3-5.1.0-Windows-x86_64.exe).

When i try:

conda install -c maciejkula -c pytorch spotlight=0.1.4

i get;

u:\Python\Anaconda3>conda install -c maciejkula -c pytorch spotlight=0.1.4
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - spotlight=0.1.4
  - pytorch=0.3.1

Current channels:

  - https://conda.anaconda.org/maciejkula/win-64
  - https://conda.anaconda.org/maciejkula/noarch
  - https://conda.anaconda.org/pytorch/win-64
  - https://conda.anaconda.org/pytorch/noarch
  - https://repo.continuum.io/pkgs/main/win-64
  - https://repo.continuum.io/pkgs/main/noarch
  - https://repo.continuum.io/pkgs/free/win-64
  - https://repo.continuum.io/pkgs/free/noarch
  - https://repo.continuum.io/pkgs/r/win-64
  - https://repo.continuum.io/pkgs/r/noarch
  - https://repo.continuum.io/pkgs/pro/win-64
  - https://repo.continuum.io/pkgs/pro/noarch
  - https://repo.continuum.io/pkgs/msys2/win-64
  - https://repo.continuum.io/pkgs/msys2/noarch

u:\Python\Anaconda3>

I have not created an environment... Is it necessary?

Perhaps, is it necessary to add channels or so?

@maciejkula
Copy link
Owner

The Windows version requires one more channel: conda install -c maciejkula -c pytorch -c peterjc123 spotlight=0.1.4

I've updated the readme in #98

@DJuego
Copy link
Author

DJuego commented Mar 3, 2018

Thanks, @maciejkula ! It seems work! 👍 At least the examples seem to do their job. :-}

DJuego

@maciejkula
Copy link
Owner

Great!

@vikrant-sahu
Copy link

does that works with python 2.7, anaconda, win 64

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

3 participants