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 TLDR fails (on windows) #674

Closed
adler-j opened this issue Oct 24, 2016 · 4 comments
Closed

Conda TLDR fails (on windows) #674

adler-j opened this issue Oct 24, 2016 · 4 comments

Comments

@adler-j
Copy link
Member

adler-j commented Oct 24, 2016

If i simply run the command as stated I get this following:

(odl51) E:\virtualenvs> conda create -c odlgroup -n odl-py35 python=3.5 odl odlcuda matplotlib pytest scikit-image spyder
Fetching package metadata ...........
Solving package specifications: .
PackageNotFoundError: Package not found: '' Packages/dependencies missing in current win-64 channels:
  - odl -> nomkl
  - odlcuda

Close matches found; did you mean one of these?

    nomkl: mkl

You can search for packages on anaconda.org with

    anaconda search -t conda odlcuda

I guess we need to state the channel somewhere? Also I'd probably remove odlcuda from that one.

@kohr-h
Copy link
Member

kohr-h commented Oct 24, 2016

Oh, so that means on Windows you have to use MKL. Interesting. That should be an OS-dependent dependency then.

@adler-j
Copy link
Member Author

adler-j commented Oct 25, 2016

Additional error found when doing this during the presentation. Spyder does not properly use the conda env, so we need to tell the users to actually use the env interpreter.

@adler-j
Copy link
Member Author

adler-j commented Nov 8, 2016

Isn't this fixed now?

@kohr-h
Copy link
Member

kohr-h commented Nov 8, 2016

Yes.

@kohr-h kohr-h closed this as completed Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants