This is the error message I get when trying to install PyTorch!
$ pip install torch
Collecting torch
Using cached torch-0.1.2.post2.tar.gz (128 kB)
** On entry to DGEBAL parameter number 3 had an illegal value
** On entry to DGEHRD parameter number 2 had an illegal value
** On entry to DORGHR DORGQR parameter number 2 had an illegal value
** On entry to DHSEQR parameter number 4 had an illegal value
ERROR: Command errored out with exit status 1:
command: 'c:\users\eriku\appdata\local\programs\python\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] =
'"'"'C:\\Users\\eriku\\AppData\\Local\\Temp\\pip-install-_q32y4e_\\torch\\setup.py'"'"'; __file__='"'"'C:\\Users\\eriku\\AppData\\Loc
al\\Temp\\pip-install-_q32y4e_\\torch\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\
r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\eriku\AppData\Local\Te
mp\pip-pip-egg-info-095ert_w'
cwd: C:\Users\eriku\AppData\Local\Temp\pip-install-_q32y4e_\torch\
Complete output (9 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\eriku\AppData\Local\Temp\pip-install-_q32y4e_\torch\setup.py", line 147, in <module>
import numpy as np
File "c:\users\eriku\appdata\local\programs\python\python38\lib\site-packages\numpy\__init__.py", line 305, in <module>
_win_os_check()
File "c:\users\eriku\appdata\local\programs\python\python38\lib\site-packages\numpy\__init__.py", line 302, in _win_os_check
raise RuntimeError(msg.format(__file__)) from None
RuntimeError: The current Numpy installation ('c:\\users\\eriku\\appdata\\local\\programs\\python\\python38\\lib\\site-packages\\
numpy\\__init__.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: no tinyurl
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
These are my system specs:
Host Name: DESKTOP
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19041 N/A Build 19041
OS Manufacturer: Microsoft Corporation
OS Configuration: Standalone Workstation
OS Build Type: Multiprocessor Free
Registered Owner: (not leaking my E-Mail here, folks)
Registered Organization: N/A
Product ID: (not leaking this either)
Original Install Date: 15/08/2020, 22:55:17
System Boot Time: 07/11/2020, 09:52:30
System Manufacturer: Micro-Star International Co., Ltd.
System Model: MS-7B09
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: AMD64 Family 23 Model 1 Stepping 1 AuthenticAMD ~3500 Mhz
BIOS Version: American Megatrends Inc. A.70, 14/11/2018
Windows Directory: C:\WINDOWS
System Directory: C:\WINDOWS\system32
Boot Device: \Device\HarddiskVolume6
System Locale: en-us;English (United States)
Input Locale: (take a wild guess)
Time Zone: (Im always awake)
Total Physical Memory: 65.428 MB
Available Physical Memory: 52.078 MB
Virtual Memory: Max Size: 75.156 MB
Virtual Memory: Available: 52.887 MB
Virtual Memory: In Use: 22.269 MB
Page File Location(s): C:\pagefile.sys
Domain: WORKGROUP
Logon Server: \\DESKTOP
I'm using Python 3.8.5 and the newest version of pip. I'm doing this within Bash for Windows, I really just want to know what "DGEBAL" and "DGEHRD" etc. means.