- Pip version: 19.0.3
- Python version: 3.6.0
- Operating system: windows7, 64bit
I build a wheel using pip wheel numpy command and copy it to another win7, 64bit computer with 7.0.0 pip and 3.6.0 python to install, it fails however. When I upgrade target pip into version 19.1.1, it succeed.
It seems that wheel file must be built and installed through pip with the same major version number(of course python version should meet first), is that right?