I found out that it\'s impossible to install NumPy/SciPy via installers on Windows 64-bit, that\'s only possible on 32-bit. Because I need more memory than a 32-bit installa
You can download the needed packages from here and use pip install "Abc.whl" from the directory where you have downloaded the file.
pip install "Abc.whl"