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 getting this repeated error, whether it be directly through pip or cloning Repo
(venv) D:\vit_course_documents\Samsung_Prism\CycleGT>pip install "git+https://github.com/salaniz/pycocoevalcap.git"
Collecting git+https://github.com/salaniz/pycocoevalcap.git
Cloning https://github.com/salaniz/pycocoevalcap.git to c:\users\saksh\appdata\local\temp\pip-req-build-skd_mthj
Collecting pycocotools>=2.0.2
Using cached pycocotools-2.0.2.tar.gz (23 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\saksh\pycharmprojects\colorize\venv\scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\saksh\AppData\Local\Temp\pip-install-zz96sf2m\pycocotools\setup.py'"'"'; file
='"'"'C:\Users\saksh\AppData\Local\Temp\pip-install-zz96sf2m\pycocotools\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\saksh\AppData\Local\Temp\pip-pip-egg-info-npu2jrla'
cwd: C:\Users\saksh\AppData\Local\Temp\pip-install-zz96sf2m\pycocotools
Complete output (10 lines):
WARNING: The wheel package is not available.
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\saksh\AppData\Local\Temp\pip-install-zz96sf2m\pycocotools\setup.py", line 14, in
import numpy as np
File "c:\users\saksh\pycharmprojects\colorize\venv\lib\site-packages\numpy_init.py", line 305, in win_os_check()
File "c:\users\saksh\pycharmprojects\colorize\venv\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\saksh\pycharmprojects\colorize\venv\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 in
formation: https://tinyurl.com/y3dm3h86
The text was updated successfully, but these errors were encountered:
I'm getting this repeated error, whether it be directly through pip or cloning Repo
(venv) D:\vit_course_documents\Samsung_Prism\CycleGT>pip install "git+https://github.com/salaniz/pycocoevalcap.git"
Collecting git+https://github.com/salaniz/pycocoevalcap.git
Cloning https://github.com/salaniz/pycocoevalcap.git to c:\users\saksh\appdata\local\temp\pip-req-build-skd_mthj
Collecting pycocotools>=2.0.2
Using cached pycocotools-2.0.2.tar.gz (23 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\saksh\pycharmprojects\colorize\venv\scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\saksh\AppData\Local\Temp\pip-install-zz96sf2m\pycocotools\setup.py'"'"'; file
='"'"'C:\Users\saksh\AppData\Local\Temp\pip-install-zz96sf2m\pycocotools\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\saksh\AppData\Local\Temp\pip-pip-egg-info-npu2jrla'
cwd: C:\Users\saksh\AppData\Local\Temp\pip-install-zz96sf2m\pycocotools
Complete output (10 lines):
WARNING: The wheel package is not available.
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\saksh\AppData\Local\Temp\pip-install-zz96sf2m\pycocotools\setup.py", line 14, in
import numpy as np
File "c:\users\saksh\pycharmprojects\colorize\venv\lib\site-packages\numpy_init.py", line 305, in
win_os_check()
File "c:\users\saksh\pycharmprojects\colorize\venv\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\saksh\pycharmprojects\colorize\venv\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 in
formation: https://tinyurl.com/y3dm3h86
The text was updated successfully, but these errors were encountered: