摘要: 报错内容: ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\\Users\\Administrator\\AppData\\Local\\Packages\\P 阅读全文
posted @ 2024-06-28 19:36 hxqmw 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1 import matplotlib.pyplot as plt 2 from mpl_toolkits.mplot3d import Axes3D 3 import numpy as np 4 import nibabel as nib 5 6 def bresenham_3d(p0, p1, 阅读全文
posted @ 2024-06-18 15:36 hxqmw 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 举例: 绘制一个正方体 1 import matplotlib.pyplot as plt 2 from mpl_toolkits.mplot3d import Axes3D 3 import numpy as np 4 import nibabel as nib 5 6 # 创建一个图形对象 7 阅读全文
posted @ 2024-06-18 14:06 hxqmw 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ERROR: Failed to find vcvars Traceback (most recent call last): File "F:\code\chromium_git\chromium\src\cef\tools\\make_distrib.py", line 954, in <mod 阅读全文
posted @ 2024-05-08 11:31 hxqmw 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 报如上错误,是文件损坏或者被加密无法读取 阅读全文
posted @ 2024-04-28 16:07 hxqmw 阅读(2) 评论(0) 推荐(0) 编辑
摘要: F:\code\chromium_git\chromium\src>autoninja -C out\Debug_GN_x64 cef"f:\code\depot_tools\bootstrap-2@3_11_6_chromium_30_bin\python3\bin\python3.exe" F: 阅读全文
posted @ 2024-04-09 11:13 hxqmw 阅读(83) 评论(0) 推荐(0) 编辑
摘要: Microsoft Windows [版本 10.0.19045.4170] (c) Microsoft Corporation。保留所有权利。 C:\Users\Administrator>f: F:\>cd code F:\code>cd chromium_git F:\code\chromiu 阅读全文
posted @ 2024-04-09 08:59 hxqmw 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1a2195c696543c0', 'condition': 'checkout_ios'}, 'src/third_party/emoji-segmenter/src': 'https://chromium.googlesource.com/external/github.com/google/e 阅读全文
posted @ 2024-04-09 08:55 hxqmw 阅读(20) 评论(0) 推荐(0) 编辑
摘要: RuntimeError: requested profile "F:\code\chromium_git\chromium\src\chrome\build\pgo_profiles\chrome-win64-5481-1675874756-509946de85f2a6f58f14f39a5e26 阅读全文
posted @ 2024-04-08 19:13 hxqmw 阅读(11) 评论(0) 推荐(0) 编辑
摘要: No downloadable toolchain found. In order to use your locally installed version of Visual Studio to build Chrome please set DEPOT_TOOLS_WIN_TOOLCHAIN= 阅读全文
posted @ 2024-04-08 18:48 hxqmw 阅读(21) 评论(0) 推荐(1) 编辑