mkl-service icon indicating copy to clipboard operation
mkl-service copied to clipboard

Python 3.9 compatibility

Open ma-sadeghi opened this issue 3 years ago • 0 comments

I'm trying to install pypardiso on Python 3.9, which depends on mkl-service, but pip complains that:

$ pip install pypardiso==0.3.3
Collecting pypardiso==0.3.3
  Using cached pypardiso-0.3.3-py3-none-any.whl (10 kB)
ERROR: Could not find a version that satisfies the requirement mkl-service (from pypardiso) (from versions: none)
ERROR: No matching distribution found for mkl-service

ma-sadeghi avatar Oct 23 '21 01:10 ma-sadeghi