-
Notifications
You must be signed in to change notification settings - Fork 25
numpy+mkl installing wrong version #53
Comments
Hi, yes the
Filter only based on version string is probably not supported by the default specifier parser. Check this PEP for more details. |
But this is a minor detail. At least my goal in using pipwin is to not have to manually download the proper wheel file and instead have pipwin install the latest version. However, now that Gohlke has started providing both mkl and vanilla versions of numpy, running Here is the error chain that I get when running the following:
I am using pipwin v0.5.1 |
You are running python 3.9 and there isn't a vanilla packaging available for NumPy for Python 3.9, only up to 3.8 here https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy hence the |
It would be nice if it is |
Gohlke has started adding vanilla wheels for numpy and trying to install using "pipwin install numpy" is choosing the vanilla wheel instead of the mkl wheel. Is there a way to request the mkl version without specifying a specific version number?
The text was updated successfully, but these errors were encountered: