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

Can we install mkl-service in pip? #15

Closed
BooPatienze opened this issue Aug 14, 2020 · 3 comments
Closed

Can we install mkl-service in pip? #15

BooPatienze opened this issue Aug 14, 2020 · 3 comments

Comments

@BooPatienze
Copy link

Due to this few days I cannot use conda to install any packages (use mirrors but no effects), so could we install mkl-service in pip?

@philipcori
Copy link

pip install mkl

@yeyingdege
Copy link

Hi there. I got this error "ERROR: Could not find a version that satisfies the requirement mkl-service
ERROR: No matching distribution found for mkl-service" when I install "mkl-service" in my docker image using pip (In my Dockerfile I wrote: RUN pip install mkl-service). My os is Ubuntu 18.04 and my python version is 3.6.x. Could you tell me how to solve this?

@tomashek
Copy link
Contributor

Hello @yeyingdege. Right now, mkl-service on PyPI only has builds for python 3.7, that is why you see the error.

In order to use mkl-service with python 3.6, you would need to build it yourself (https://github.com/IntelPython/mkl-service) or install it from a different repository using conda.

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

4 participants