jittor
jittor copied to clipboard
win10 出现“NameError: name 'LOG' is not defined”
Describe the bug
执行命令 “python -m jittor_utils.install_cuda”,报错“NameError: name 'LOG' is not defined”
Full Log
(Jittor) PS D:\Desktop\segmentation transformer\PCT> python -m jittor_utils.install_cuda
Traceback (most recent call last):
File "C:\Softwares\anaconda3\envs\Jittor\lib\site-packages\jittor_utils\lock.py", line 2, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Softwares\anaconda3\envs\Jittor\lib\site-packages\jittor_utils\lock.py", line 6, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Softwares\anaconda3\envs\Jittor\lib\runpy.py", line 185, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "C:\Softwares\anaconda3\envs\Jittor\lib\runpy.py", line 111, in get_module_details
import(pkg_name)
File "C:\Softwares\anaconda3\envs\Jittor\lib\site-packages\jittor_utils_init.py", line 513, in
测试环境
win10、cuda10.2、python3.8
您好,您需要安装pywin32包
您好,您需要安装pywin32包
OK,,我试试,非常感谢。后来我用linux系统,就没问题了。