跳至主要內容
on-the-end

呼呼哈嘿

啊这,我还没写完...

还是恭喜你看完了本菜鸡写的不怎么样的文档,谢谢你呀~


本文的包含的仅仅是个人遇到的,而且水平不够,写的其实当入门都勉强哈,还有更多的知识,需要查手册、查前人的文章、笔记、博文,面向学术科研,面向百度编程,可太真实了 233


Northword小于 1 分钟Others
numpy 在 win2004 及以上报错

在 Windows 20H2 上运行 ASE 报错

 ase --version
 ** 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
Traceback (most recent call last):
  File "c:\users\northword\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\users\northword\appdata\local\programs\python\python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\Northword\AppData\Roaming\Python\Python39\Scripts\ase.exe\__main__.py", line 4, in <module>
  File "C:\Users\Northword\AppData\Roaming\Python\Python39\site-packages\ase\__init__.py", line 8, in <module>
    import numpy as np
  File "C:\Users\Northword\AppData\Roaming\Python\Python39\site-packages\numpy\__init__.py", line 305, in <module>
    _win_os_check()
  File "C:\Users\Northword\AppData\Roaming\Python\Python39\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\\Northword\\AppData\\Roaming\\Python\\Python39\\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: https://tinyurl.com/y3dm3h86

Northword大约 1 分钟Others