You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I'm trying to install
pypardiso
on Python 3.9, which depends onmkl-service
, butpip
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
The text was updated successfully, but these errors were encountered: