53.VC(Custom)-vs项目依赖项

本文揭示了一个关于项目依赖项的不为人知的事实:当依赖项为lib库时,无需在工程配置中明确指定lib的名字,也不必在代码中直接包含lib名称即可正常使用。

用了这么久项目依赖项,居然没注意到这个小细节:

如果项目依赖项是lib库,你不需要在工程配置指明lib名字,或直在代码中包含lib名字,直接就可以用了

CAD运行时未见加载插件 加载自定义文件成功。自定义组: ACAD 加载自定义文件成功。自定义组: CUSTOM 加载自定义文件成功。自定义组: MODELDOC 加载自定义文件成功。自定义组: APPMANAGER 加载自定义文件成功。自定义组: FEATUREDAPPS 加载自定义文件成功。自定义组: TANGENT 加载自定义文件成功。自定义组: 天正快捷菜单 正在重生成模型。 ; 错误: LOAD 失败: "acad2020" 运行时扩展程序“d:\t20天正建筑 v10.0\sys23x64\tch_elevation.arx”已加载。 AutoCAD 菜单实用工具 已加载。*取消* 命令: *取消* FileTab COMMANDLINE 命令: 命令: 命令: 加载天正菜单文件: D:\T20天正建筑 V10.0\sys23x64\tch.tmn LOGINITIALWORKSPACEESW 命令: tshowbar 已成功地卸载自定义文件。自定义组: 天正快捷菜单 加载自定义文件成功。自定义组: 天正快捷菜单 命令: 命令: 命令: ARX 输入选项 [文件(F)/组(G)/命令(C)/类(CL)/服务(S)/加载(L)/卸载(U)]: f 已加载运行时扩展程序: acapp.arx - 支持 MDI。 acapp.crx - 支持 MDI。 acautoloader.arx - 支持 MDI。 acautoloader.crx - 支持 MDI。 acblock.crx - 支持 MDI。 accoremgd.dll - 支持 MDI。 acdim.arx - 支持 MDI。 acdim.crx - 支持 MDI。 acetutil.arx - 支持 MDI。 acexperience.arx - 支持 MDI。 acgsconfig.arx - 支持 MDI。 acgsconfig.crx - 支持 MDI。 acismobj23.dbx - 支持 MDI。 acismui.crx - 支持 MDI。 acmgd.dll - 支持 MDI。 acpublish.arx - 支持 MDI。 acpublish.crx - 支持 MDI。 acsign.arx - 支持 MDI。 acvdiff.arx - 支持 MDI。 acvdiff.crx - 支持 MDI。 acvmtools.crx - 支持 MDI。 appload.arx - 支持 MDI。 msteel2019.arx - 支持 MDI。 tch3_kernal.arx - 支持 MDI。 tch_3dsolids.arx - 支持 MDI。 tch_annotate.arx - 支持 MDI。 tch_blklib.arx - 支持 MDI。 tch_collision.arx - 支持 MDI。 tch_common.arx - 支持 MDI。 tch_elevation.arx - 支持 MDI。 tch_initstart.arx - 支持 MDI。 tch_interior.arx - 支持 MDI。 tch_kernal.arx - 支持 MDI。 tch_kerncmd.arx - 支持 MDI。 tch_pipebase.arx - 支持 MDI。 tch_pipewire.arx - 支持 MDI。 tch_public.arx - 支持 MDI。 tch_siteplan.arx - 支持 MDI。 按 ENTER 键继续: tch_structure.arx - 支持 MDI。 tch_tgedit.arx - 支持 MDI。 tch_tginterior.arx - 支持 MDI。 tch_tgtool.arx - 支持 MDI。 tch_toolcmd.arx - 支持 MDI。 tch_uiframe.arx - 支持 MDI。 tch_uipanelaxis.arx - 支持 MDI。 tch_uipanelcolumn.arx - 支持 MDI。 tch_uipanellayer.arx - 支持 MDI。 tch_uipanelredline.arx - 支持 MDI。 tch_uipanelsymbol.arx - 支持 MDI。 tch_uipanelsymbolmanage.arx - 支持 MDI。 tch_uipanelwall.arx - 支持 MDI。 tch_uipanelwindowanddoor.arx - 支持 MDI。 tch_uitoolbar.arx - 支持 MDI。 tch_utility.arx - 支持 MDI。 tszbatplotn.arx - 支持 MDI。 tszplotmain.arx - 支持 MDI。 vl.crx - 支持 MDI。 列表结束。
07-16
好像卡住了”(.venv) PS E:\PyTorch_Build\pytorch> # 1. 准备工作空间 (.venv) PS E:\PyTorch_Build\pytorch> $sourceDir = "E:\PyTorch_Build\pytorch" (.venv) PS E:\PyTorch_Build\pytorch> $buildDir = "$sourceDir\build" (.venv) PS E:\PyTorch_Build\pytorch> $installDir = "$sourceDir\install" (.venv) PS E:\PyTorch_Build\pytorch> (.venv) PS E:\PyTorch_Build\pytorch> # 清理工作区 (.venv) PS E:\PyTorch_Build\pytorch> Remove-Item -Path $buildDir -Recurse -Force -ErrorAction SilentlyContinue (.venv) PS E:\PyTorch_Build\pytorch> Remove-Item -Path $installDir -Recurse -Force -ErrorAction SilentlyContinue (.venv) PS E:\PyTorch_Build\pytorch> New-Item -Path $buildDir -ItemType Directory -Force | Out-Null (.venv) PS E:\PyTorch_Build\pytorch> New-Item -Path $installDir -ItemType Directory -Force | Out-Null (.venv) PS E:\PyTorch_Build\pytorch> (.venv) PS E:\PyTorch_Build\pytorch> # 2. 设置环境变量 (.venv) PS E:\PyTorch_Build\pytorch> $env:Path = "C:\Program Files\CMake\bin;E:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin;E:\Python310;$env:Path" (.venv) PS E:\PyTorch_Build\pytorch> $env:CUDA_PATH = "E:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0" (.venv) PS E:\PyTorch_Build\pytorch> (.venv) PS E:\PyTorch_Build\pytorch> # 3. 安装正确的 CMake 版本 (.venv) PS E:\PyTorch_Build\pytorch> Write-Host "安装 CMake 3.28..." 安装 CMake 3.28... (.venv) PS E:\PyTorch_Build\pytorch> Invoke-WebRequest -Uri "https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-windows-x86_64.msi" -OutFile "$env:TEMP\cmake.msi" Invoke-WebRequest: One or more errors occurred. (The response ended prematurely. (ResponseEnded)) (.venv) PS E:\PyTorch_Build\pytorch> Start-Process msiexec -ArgumentList "/i `"$env:TEMP\cmake.msi`" /quiet" -Wait (.venv) PS E:\PyTorch_Build\pytorch> $env:Path = "C:\Program Files\CMake\bin;$env:Path" (.venv) PS E:\PyTorch_Build\pytorch> (.venv) PS E:\PyTorch_Build\pytorch> # 4. 生成 CMake 配置 (.venv) PS E:\PyTorch_Build\pytorch> Set-Location $buildDir (.venv) PS E:\PyTorch_Build\pytorch\build> (.venv) PS E:\PyTorch_Build\pytorch\build> $cmakeCommand = @" >> cmake $sourceDir ` >> -G "Visual Studio 17 2022" -A x64 ` >> -DCMAKE_INSTALL_PREFIX="$installDir" ` >> -DCMAKE_TOOLCHAIN_FILE="$sourceDir/cmake/modules/win_toolchain.cmake" ` >> -DBUILD_PYTHON=ON ` >> -DPython_EXECUTABLE="E:\Python310\python.exe" ` >> -DUSE_CUDA=ON ` >> -DUSE_CUDNN=ON ` >> -DCUDNN_INCLUDE_DIR="E:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\include" ` >> -DCUDNN_LIBRARY="E:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\lib\x64\cudnn.lib" ` >> -DUSE_MKLDNN=OFF ` >> -DUSE_DNNL=OFF ` >> -DUSE_STATIC_OPENMP=ON ` >> -DBUILD_TEST=OFF ` >> -DBUILD_TORCH=ON ` >> -DCMAKE_BUILD_TYPE=Release >> "@ (.venv) PS E:\PyTorch_Build\pytorch\build> (.venv) PS E:\PyTorch_Build\pytorch\build> Invoke-Expression $cmakeCommand 2>&1 | Tee-Object -FilePath "$buildDir\cmake_configure.log" -- Building for: Visual Studio 17 2022 -- Selecting Windows SDK version 10.0.26100.0 to target Windows . -- The CXX compiler identification is MSVC 19.44.35215.0 -- The C compiler identification is MSVC 19.44.35215.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Not forcing any particular BLAS to be found -- Build type not set - defaulting to Release -- Performing Test C_HAS_AVX_1 -- Performing Test C_HAS_AVX_1 - Success -- Performing Test C_HAS_AVX2_1 -- Performing Test C_HAS_AVX2_1 - Success -- Performing Test C_HAS_AVX512_1 -- Performing Test C_HAS_AVX512_1 - Success -- Performing Test CXX_HAS_AVX_1 -- Performing Test CXX_HAS_AVX_1 - Success -- Performing Test CXX_HAS_AVX2_1 -- Performing Test CXX_HAS_AVX2_1 - Success -- Performing Test CXX_HAS_AVX512_1 -- Performing Test CXX_HAS_AVX512_1 - Success -- Current compiler supports avx2 extension. Will build perfkernels. -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed -- Could not find hardware support for NEON on this machine. -- No OMAP3 processor on this machine. -- No OMAP4 processor on this machine. -- Compiler does not support SVE extension. Will not build perfkernels. -- Performing Test HAS/UTF_8 -- Performing Test HAS/UTF_8 - Success -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR) (found version "13.0") -- Building using own protobuf under third_party per request. -- Use custom protobuf build. -- -- 3.13.0.0 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - not found -- Found Threads: TRUE -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:E:/PyTorch_Build/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include> -- Trying to find preferred BLAS backend of choice: MKL -- MKL_THREADING = OMP -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of void* -- Check size of void* - done -- MKL_THREADING = OMP -- MKL_THREADING = OMP -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_sequential - mkl_core] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_core - libiomp5md - pthread] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_core - libiomp5md - pthread] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_core - pthread] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_core - pthread] -- Library mkl_intel: not found -- Checking for [mkl - guide - pthread - m] -- Library mkl: not found -- MKL library not found -- Checking for [blis] -- Library blis: BLAS_blis_LIBRARY-NOTFOUND -- Checking for [Accelerate] -- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND -- Checking for [vecLib] -- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND -- Checking for [flexiblas] -- Library flexiblas: BLAS_flexiblas_LIBRARY-NOTFOUND -- Checking for [openblas] -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND -- Checking for [openblas - pthread - m] -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND -- Checking for [openblas - pthread - m - gomp] -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND -- Checking for [libopenblas] -- Library libopenblas: BLAS_libopenblas_LIBRARY-NOTFOUND -- Checking for [goto2 - gfortran] -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND -- Checking for [goto2 - gfortran - pthread] -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND -- Checking for [acml - gfortran] -- Library acml: BLAS_acml_LIBRARY-NOTFOUND -- Checking for [blis] -- Library blis: BLAS_blis_LIBRARY-NOTFOUND -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY) -- Checking for [ptf77blas - atlas - gfortran] -- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND -- Checking for [] -- Looking for sgemm_ -- Looking for sgemm_ - not found -- Cannot find a library with BLAS API. Not using BLAS. -- Using pocketfft in directory: E:/PyTorch_Build/pytorch/third_party/pocketfft/ -- Using third party subdirectory Eigen. -- Found Python: E:/Python310/python.exe (found version "3.10.10") found components: Interpreter Development.Module NumPy -- Using third_party/pybind11. -- pybind11 include dirs: E:/PyTorch_Build/pytorch/cmake/../third_party/pybind11/include -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) -- Using third_party/opentelemetry-cpp. -- opentelemetry api include dirs: E:/PyTorch_Build/pytorch/cmake/../third_party/opentelemetry-cpp/api/include -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) -- MKL_THREADING = OMP -- Check OMP with lib C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/lib/x64/libomp.lib and flags -openmp:experimental -- MKL_THREADING = OMP -- Check OMP with lib C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/lib/x64/libomp.lib and flags -openmp:experimental -- Found OpenMP_C: -openmp:experimental -- Found OpenMP_CXX: -openmp:experimental -- Found OpenMP: TRUE -- Adding OpenMP CXX_FLAGS: -openmp:experimental -- Will link against OpenMP libraries: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/lib/x64/libomp.lib -- Found nvtx3: E:/PyTorch_Build/pytorch/third_party/NVTX/c/include -- ROCM_PATH environment variable is not set and C:/opt/rocm does not exist. Building without ROCm support. -- Found Python3: E:/Python310/python.exe (found version "3.10.10") found components: Interpreter -- ONNX_PROTOC_EXECUTABLE: $<TARGET_FILE:protobuf::protoc> -- Protobuf_VERSION: Protobuf_VERSION_NOTFOUND -- -- ******** Summary ******** -- CMake version : 4.1.0 -- CMake command : E:/Python310/Lib/site-packages/cmake/data/bin/cmake.exe -- System : Windows -- C++ compiler : C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe -- C++ compiler version : 19.44.35215.0 -- CXX flags : /DWIN32 /D_WINDOWS /EHsc /Zc:__cplusplus /MP /bigobj /FS /utf-8 /EHsc /wd26812 -- Build type : Release -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 -- CMAKE_PREFIX_PATH : -- CMAKE_INSTALL_PREFIX : C:/Program Files (x86)/Torch -- CMAKE_MODULE_PATH : E:/PyTorch_Build/pytorch/cmake/Modules;E:/PyTorch_Build/pytorch/cmake/public/../Modules_CUDA_fix -- -- ONNX version : 1.18.0 -- ONNX NAMESPACE : onnx_torch -- ONNX_USE_LITE_PROTO : OFF -- USE_PROTOBUF_SHARED_LIBS : OFF -- ONNX_DISABLE_EXCEPTIONS : OFF -- ONNX_DISABLE_STATIC_REGISTRATION : OFF -- ONNX_WERROR : OFF -- ONNX_BUILD_TESTS : OFF -- BUILD_SHARED_LIBS : OFF -- -- Protobuf compiler : $<TARGET_FILE:protobuf::protoc> -- Protobuf includes : -- Protobuf libraries : -- ONNX_BUILD_PYTHON : OFF -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor -- Adding -DNDEBUG to compile flags -- Could not find hardware support for NEON on this machine. -- No OMAP3 processor on this machine. -- No OMAP4 processor on this machine. -- MKL_THREADING = OMP -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_sequential - mkl_core] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_core - libiomp5md - pthread] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_core - libiomp5md - pthread] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_core - pthread] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_core - pthread] -- Library mkl_intel: not found -- Checking for [mkl - guide - pthread - m] -- Library mkl: not found -- MKL library not found -- Checking for [blis] -- Library blis: BLAS_blis_LIBRARY-NOTFOUND -- Checking for [Accelerate] -- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND -- Checking for [vecLib] -- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND -- Checking for [flexiblas] -- Library flexiblas: BLAS_flexiblas_LIBRARY-NOTFOUND -- Checking for [openblas] -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND -- Checking for [openblas - pthread - m] -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND -- Checking for [openblas - pthread - m - gomp] -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND -- Checking for [libopenblas] -- Library libopenblas: BLAS_libopenblas_LIBRARY-NOTFOUND -- Checking for [goto2 - gfortran] -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND -- Checking for [goto2 - gfortran - pthread] -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND -- Checking for [acml - gfortran] -- Library acml: BLAS_acml_LIBRARY-NOTFOUND -- Checking for [blis] -- Library blis: BLAS_blis_LIBRARY-NOTFOUND -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY) -- Checking for [ptf77blas - atlas - gfortran] -- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND -- Checking for [] -- Cannot find a library with BLAS API. Not using BLAS. -- LAPACK requires BLAS -- Cannot find a library with LAPACK API. Not using LAPACK. -- MIOpen not found. Compiling without MIOpen support -- {fmt} version: 11.2.0 -- Build type: Release -- Using CPU-only version of Kineto -- Configuring Kineto dependency: -- KINETO_SOURCE_DIR = E:/PyTorch_Build/pytorch/third_party/kineto/libkineto -- KINETO_BUILD_TESTS = OFF -- KINETO_LIBRARY_TYPE = static -- Found PythonInterp: E:/Python310/python.exe (found version "3.10.10") -- CUDA_SOURCE_DIR = -- ROCM_SOURCE_DIR = -- CUPTI unavailable or disabled - not building GPU profilers -- Kineto: FMT_SOURCE_DIR = E:/PyTorch_Build/pytorch/third_party/fmt -- Kineto: FMT_INCLUDE_DIR = E:/PyTorch_Build/pytorch/third_party/fmt/include -- CUPTI_INCLUDE_DIR = /extras/CUPTI/include -- ROCTRACER_INCLUDE_DIR = /include/roctracer -- DYNOLOG_INCLUDE_DIR = E:/PyTorch_Build/pytorch/third_party/kineto/libkineto/third_party/dynolog/ -- IPCFABRIC_INCLUDE_DIR = E:/PyTorch_Build/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ -- Configured Kineto (CPU) -- Performing Test HAS/WD4624 -- Performing Test HAS/WD4624 - Success -- Performing Test HAS/WD4068 -- Performing Test HAS/WD4068 - Success -- Performing Test HAS/WD4067 -- Performing Test HAS/WD4067 - Success -- Performing Test HAS/WD4267 -- Performing Test HAS/WD4267 - Success -- Performing Test HAS/WD4661 -- Performing Test HAS/WD4661 - Success -- Performing Test HAS/WD4717 -- Performing Test HAS/WD4717 - Success -- Performing Test HAS/WD4244 -- Performing Test HAS/WD4244 - Success -- Performing Test HAS/WD4804 -- Performing Test HAS/WD4804 - Success -- Performing Test HAS/WD4273 -- Performing Test HAS/WD4273 - Success -- Performing Test HAS_WNO_STRINGOP_OVERFLOW -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed -- Found Git: E:/Program Files/Git/cmd/git.exe (found version "2.51.0.windows.1") -- -- Note: when building with Visual Studio the build type is specified when building. -- For example: 'cmake --build . --config=Release -- Architecture: -- Use the C++ compiler to compile (MI_USE_CXX=ON) -- -- Library name : mimalloc -- Version : 2.2.4 -- Build type : release -- C++ Compiler : C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe -- Compiler flags : /Zc:__cplusplus -- Compiler defines : MI_CMAKE_BUILD_TYPE=release;MI_BUILD_RELEASE -- Link libraries : psapi;shell32;user32;advapi32;bcrypt -- Build targets : static -- -- don't use NUMA -- Looking for backtrace -- Looking for backtrace - not found -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) -- headers outputs: torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h not found torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h not found torch\csrc\inductor\aoti_torch\generated\c_shim_aten.h not found -- sources outputs: -- declarations_yaml outputs: -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed -- Using ATen parallel backend: OMP -- Check size of long double -- Check size of long double - done -- Performing Test COMPILER_SUPPORTS_FLOAT128 -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed -- Found OpenMP_C: -openmp:experimental (found version "2.0") -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") -- Found OpenMP: TRUE (found version "2.0") -- Performing Test COMPILER_SUPPORTS_OPENMP -- Performing Test COMPILER_SUPPORTS_OPENMP - Success -- Performing Test COMPILER_SUPPORTS_OMP_SIMD -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed -- Configuring build for SLEEF-v3.8.0 -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef -- Building shared libs : OFF -- Building static test bins: OFF -- MPFR : LIB_MPFR-NOTFOUND -- GMP : LIBGMP-NOTFOUND -- RT : -- FFTW3 : LIBFFTW3-NOTFOUND -- OPENSSL : -- SDE : SDE_COMMAND-NOTFOUND -- COMPILER_SUPPORTS_OPENMP : FALSE -- -- ******** Summary ******** -- General: -- CMake version : 4.1.0 -- CMake command : E:/Python310/Lib/site-packages/cmake/data/bin/cmake.exe -- System : Windows -- C++ compiler : C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe -- C++ compiler id : MSVC -- C++ compiler version : 19.44.35215.0 -- Using ccache if found : OFF -- CXX flags : /DWIN32 /D_WINDOWS /EHsc /Zc:__cplusplus /MP /bigobj /FS /utf-8 -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 -- Build type : Release -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;_CRT_SECURE_NO_DEPRECATE=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;EXPORT_AOTI_FUNCTIONS;WIN32_LEAN_AND_MEAN;_UCRT_LEGACY_INFINITY;NOMINMAX;USE_MIMALLOC -- CMAKE_PREFIX_PATH : -- CMAKE_INSTALL_PREFIX : C:/Program Files (x86)/Torch -- USE_GOLD_LINKER : OFF -- -- TORCH_VERSION : 2.9.0 -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF -- BUILD_BINARY : OFF -- BUILD_CUSTOM_PROTOBUF : ON -- Link local protobuf : ON -- BUILD_PYTHON : ON -- Python version : 3.10.10 -- Python executable : E:/Python310/python.exe -- Python library : E:/Python310/libs/python310.lib -- Python includes : E:/Python310/include -- Python site-package : E:\Python310\Lib\site-packages -- BUILD_SHARED_LIBS : ON -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF -- BUILD_TEST : OFF -- BUILD_JNI : OFF -- BUILD_MOBILE_AUTOGRAD : OFF -- BUILD_LITE_INTERPRETER: OFF -- INTERN_BUILD_MOBILE : -- TRACING_BASED : OFF -- USE_BLAS : 0 -- USE_LAPACK : 0 -- USE_ASAN : OFF -- USE_TSAN : OFF -- USE_CPP_CODE_COVERAGE : OFF -- USE_CUDA : OFF -- USE_XPU : OFF -- USE_ROCM : OFF -- BUILD_NVFUSER : -- USE_EIGEN_FOR_BLAS : ON -- USE_EIGEN_FOR_SPARSE : OFF -- USE_FBGEMM : OFF -- USE_KINETO : ON -- USE_GFLAGS : OFF -- USE_GLOG : OFF -- USE_LITE_PROTO : OFF -- USE_PYTORCH_METAL : OFF -- USE_PYTORCH_METAL_EXPORT : OFF -- USE_MPS : OFF -- CAN_COMPILE_METAL : -- USE_MKL : OFF -- USE_MKLDNN : OFF -- USE_UCC : OFF -- USE_ITT : OFF -- USE_XCCL : OFF -- USE_NCCL : OFF -- Found NVSHMEM : -- USE_NNPACK : OFF -- USE_NUMPY : ON -- USE_OBSERVERS : ON -- USE_OPENCL : OFF -- USE_OPENMP : ON -- USE_MIMALLOC : ON -- USE_MIMALLOC_ON_MKL : OFF -- USE_VULKAN : OFF -- USE_PROF : OFF -- USE_PYTORCH_QNNPACK : OFF -- USE_XNNPACK : OFF -- USE_DISTRIBUTED : OFF -- Public Dependencies : -- Private Dependencies : Threads::Threads;cpuinfo;fp16;caffe2::openmp;fmt::fmt-header-only;kineto -- Public CUDA Deps. : -- Private CUDA Deps. : -- USE_COREML_DELEGATE : OFF -- BUILD_LAZY_TS_BACKEND : ON -- USE_ROCM_KERNEL_ASSERT : OFF -- Performing Test HAS_WMISSING_PROTOTYPES -- Performing Test HAS_WMISSING_PROTOTYPES - Failed -- Performing Test HAS_WERROR_MISSING_PROTOTYPES -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed -- Configuring incomplete, errors occurred! (.venv) PS E:\PyTorch_Build\pytorch\build> (.venv) PS E:\PyTorch_Build\pytorch\build> # 5. 编译和安装 (.venv) PS E:\PyTorch_Build\pytorch\build> cmake --build . --config Release --target install -j 8 2>&1 | Tee-Object -FilePath "$buildDir\cmake_build.log" 閫傜敤浜?.NET Framework MSBuild 鐗堟湰 17.14.19+164abd434 MSBUILD : error MSB1009: 椤圭洰鏂囦欢涓嶅瓨鍦ㄣ€? 寮€鍏?install.vcxproj (.venv) PS E:\PyTorch_Build\pytorch\build> (.venv) PS E:\PyTorch_Build\pytorch\build> # 6. 安装 Python 绑定 (.venv) PS E:\PyTorch_Build\pytorch\build> Set-Location $sourceDir (.venv) PS E:\PyTorch_Build\pytorch> & "E:\Python310\python.exe" setup.py develop --cmake --no-deps Building wheel torch-2.9.0a0+git2d31c3d -- Building version 2.9.0a0+git2d31c3d -- Checkout nccl release tag: v2.27.5-1 cmake -GVisual Studio 17 2022 -Ax64 -Thost=x64 -DBUILD_ONLY_CORE=1 -DBUILD_PYTHON=True -DBUILD_SHARED_LIBS=OFF -DBUILD_TEST=True -DBUILD_TORCH=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS=-static -DCMAKE_GENERATOR=Visual Studio 17 2022 -DCMAKE_INSTALL_PREFIX=E:\PyTorch_Build\pytorch\torch -DCMAKE_PREFIX_PATH=E:\Python310\Lib\site-packages -DCMAKE_TOOLCHAIN_FILE=E:\PyTorch_Build\pytorch\cmake\modules\win_toolchain.cmake -DPython_EXECUTABLE=E:\Python310\python.exe -DPython_NumPy_INCLUDE_DIR=E:\Python310\lib\site-packages\numpy\core\include -DTORCH_BUILD_VERSION=2.9.0a0+git2d31c3d -DUSE_NINJA=0 -DUSE_NUMPY=True -DUSE_STATIC_CUDNN=ON -DUSE_STATIC_NCCL=ON -DUSE_STATIC_OPENMP=ON E:\PyTorch_Build\pytorch CMake Deprecation Warning at CMakeLists.txt:18 (cmake_policy): The OLD behavior for policy CMP0126 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- Selecting Windows SDK version 10.0.26100.0 to target Windows . -- The CXX compiler identification is MSVC 19.44.35215.0 -- The C compiler identification is MSVC 19.44.35215.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Not forcing any particular BLAS to be found CMake Warning at CMakeLists.txt:425 (message): TensorPipe cannot be used on Windows. Set it to OFF CMake Warning at CMakeLists.txt:427 (message): KleidiAI cannot be used on Windows. Set it to OFF CMake Warning at CMakeLists.txt:439 (message): Libuv is not installed in current conda env. Set USE_DISTRIBUTED to OFF. Please run command 'conda install -c conda-forge libuv=1.39' to install libuv. -- Performing Test C_HAS_AVX_1 -- Performing Test C_HAS_AVX_1 - Success -- Performing Test C_HAS_AVX2_1 -- Performing Test C_HAS_AVX2_1 - Success -- Performing Test C_HAS_AVX512_1 -- Performing Test C_HAS_AVX512_1 - Success -- Performing Test CXX_HAS_AVX_1 -- Performing Test CXX_HAS_AVX_1 - Success -- Performing Test CXX_HAS_AVX2_1 -- Performing Test CXX_HAS_AVX2_1 - Success -- Performing Test CXX_HAS_AVX512_1 -- Performing Test CXX_HAS_AVX512_1 - Success -- Current compiler supports avx2 extension. Will build perfkernels. -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed -- Could not find hardware support for NEON on this machine. -- No OMAP3 processor on this machine. -- No OMAP4 processor on this machine. -- Compiler does not support SVE extension. Will not build perfkernels. CMake Warning at CMakeLists.txt:845 (message): x64 operating system is required for FBGEMM. Not compiling with FBGEMM. Turn this warning off by USE_FBGEMM=OFF. -- Performing Test HAS/UTF_8 -- Performing Test HAS/UTF_8 - Success -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR) (found version "13.0") CMake Warning at cmake/public/cuda.cmake:31 (message): PyTorch: CUDA cannot be found. Depending on whether you are building PyTorch or a PyTorch dependent library, the next warning / error will give you more info. Call Stack (most recent call first): cmake/Dependencies.cmake:44 (include) CMakeLists.txt:873 (include) CMake Warning at cmake/Dependencies.cmake:76 (message): Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. Call Stack (most recent call first): CMakeLists.txt:873 (include) CMake Warning at cmake/Dependencies.cmake:95 (message): Not compiling with XPU. Could NOT find SYCL. Suppress this warning with -DUSE_XPU=OFF. Call Stack (most recent call first): CMakeLists.txt:873 (include) -- Building using own protobuf under third_party per request. -- Use custom protobuf build. CMake Warning at cmake/ProtoBuf.cmake:37 (message): Ancient protobuf forces CMake compatibility Call Stack (most recent call first): cmake/ProtoBuf.cmake:87 (custom_protobuf_find) cmake/Dependencies.cmake:107 (include) CMakeLists.txt:873 (include) CMake Deprecation Warning at third_party/protobuf/cmake/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. -- -- 3.13.0.0 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - not found -- Found Threads: TRUE -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:E:/PyTorch_Build/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include> -- Trying to find preferred BLAS backend of choice: MKL -- MKL_THREADING = OMP -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of void* -- Check size of void* - done -- MKL_THREADING = OMP CMake Warning at cmake/Dependencies.cmake:213 (message): MKL could not be found. Defaulting to Eigen Call Stack (most recent call first): CMakeLists.txt:873 (include) CMake Warning at cmake/Dependencies.cmake:279 (message): Preferred BLAS (MKL) cannot be found, now searching for a general BLAS library Call Stack (most recent call first): CMakeLists.txt:873 (include) -- MKL_THREADING = OMP -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_sequential - mkl_core] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_core - libiomp5md - pthread] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_core - libiomp5md - pthread] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_core - pthread] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_core - pthread] -- Library mkl_intel: not found -- Checking for [mkl - guide - pthread - m] -- Library mkl: not found -- MKL library not found -- Checking for [blis] -- Library blis: BLAS_blis_LIBRARY-NOTFOUND -- Checking for [Accelerate] -- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND -- Checking for [vecLib] -- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND -- Checking for [flexiblas] -- Library flexiblas: BLAS_flexiblas_LIBRARY-NOTFOUND -- Checking for [openblas] -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND -- Checking for [openblas - pthread - m] -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND -- Checking for [openblas - pthread - m - gomp] -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND -- Checking for [libopenblas] -- Library libopenblas: BLAS_libopenblas_LIBRARY-NOTFOUND -- Checking for [goto2 - gfortran] -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND -- Checking for [goto2 - gfortran - pthread] -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND -- Checking for [acml - gfortran] -- Library acml: BLAS_acml_LIBRARY-NOTFOUND -- Checking for [blis] -- Library blis: BLAS_blis_LIBRARY-NOTFOUND -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY) -- Checking for [ptf77blas - atlas - gfortran] -- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND -- Checking for [] -- Looking for sgemm_ -- Looking for sgemm_ - not found -- Cannot find a library with BLAS API. Not using BLAS. -- Using pocketfft in directory: E:/PyTorch_Build/pytorch/third_party/pocketfft/ CMake Warning at cmake/Dependencies.cmake:351 (message): Target architecture "" is not supported in {Q/X}NNPACK. Supported architectures are x86, x86-64, ARM, and ARM64. Turn this warning off by USE_{Q/X}NNPACK=OFF. Call Stack (most recent call first): CMakeLists.txt:873 (include) CMake Deprecation Warning at third_party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. CMake Warning at third_party/cpuinfo/CMakeLists.txt:93 (MESSAGE): Target processor architecture is not specified. cpuinfo will compile, but cpuinfo_initialize() will always fail. -- Found Git: E:/Program Files/Git/cmd/git.exe (found version "2.51.0.windows.1") -- Google Benchmark version: v1.9.3, normalized to 1.9.3 -- Looking for shm_open in rt -- Looking for shm_open in rt - not found -- Performing Test HAVE_CXX_FLAG_WX -- Performing Test HAVE_CXX_FLAG_WX - Success -- Cross-compiling to test HAVE_STD_REGEX CMake Warning at third_party/benchmark/cmake/CXXFeatureCheck.cmake:49 (message): If you see build failures due to cross compilation, try setting HAVE_STD_REGEX to 0 Call Stack (most recent call first): third_party/benchmark/CMakeLists.txt:311 (cxx_feature_check) -- Performing Test HAVE_STD_REGEX -- success -- Cross-compiling to test HAVE_GNU_POSIX_REGEX -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- Cross-compiling to test HAVE_POSIX_REGEX -- Performing Test HAVE_POSIX_REGEX -- failed to compile -- Cross-compiling to test HAVE_STEADY_CLOCK CMake Warning at third_party/benchmark/cmake/CXXFeatureCheck.cmake:49 (message): If you see build failures due to cross compilation, try setting HAVE_STEADY_CLOCK to 0 Call Stack (most recent call first): third_party/benchmark/CMakeLists.txt:322 (cxx_feature_check) -- Performing Test HAVE_STEADY_CLOCK -- success -- Cross-compiling to test HAVE_PTHREAD_AFFINITY -- Performing Test HAVE_PTHREAD_AFFINITY -- failed to compile CMake Warning at cmake/Dependencies.cmake:749 (message): FP16 is only cmake-2.8 compatible Call Stack (most recent call first): CMakeLists.txt:873 (include) CMake Deprecation Warning at third_party/FP16/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. CMake Deprecation Warning at third_party/psimd/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. -- Using third party subdirectory Eigen. -- Found Python: E:\Python310\python.exe (found version "3.10.10") found components: Interpreter Development.Module NumPy -- Using third_party/pybind11. -- pybind11 include dirs: E:/PyTorch_Build/pytorch/cmake/../third_party/pybind11/include -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) -- Using third_party/opentelemetry-cpp. -- opentelemetry api include dirs: E:/PyTorch_Build/pytorch/cmake/../third_party/opentelemetry-cpp/api/include -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) CMake Warning at cmake/Dependencies.cmake:894 (message): Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF Call Stack (most recent call first): CMakeLists.txt:873 (include) -- MKL_THREADING = OMP -- Check OMP with lib C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/lib/x64/libomp.lib and flags -openmp:experimental -- MKL_THREADING = OMP -- Check OMP with lib C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/lib/x64/libomp.lib and flags -openmp:experimental -- Found OpenMP_C: -openmp:experimental -- Found OpenMP_CXX: -openmp:experimental -- Found OpenMP: TRUE -- Adding OpenMP CXX_FLAGS: -openmp:experimental -- Will link against OpenMP libraries: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/lib/x64/libomp.lib -- Found nvtx3: E:/PyTorch_Build/pytorch/third_party/NVTX/c/include -- ROCM_PATH environment variable is not set and C:/opt/rocm does not exist. Building without ROCm support. -- Found Python3: E:\Python310\python.exe (found version "3.10.10") found components: Interpreter -- ONNX_PROTOC_EXECUTABLE: $<TARGET_FILE:protobuf::protoc> -- Protobuf_VERSION: Protobuf_VERSION_NOTFOUND Generated: E:/PyTorch_Build/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto Generated: E:/PyTorch_Build/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto Generated: E:/PyTorch_Build/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto -- -- ******** Summary ******** -- CMake version : 4.1.0 -- CMake command : E:/Python310/Lib/site-packages/cmake/data/bin/cmake.exe -- System : Windows -- C++ compiler : C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe -- C++ compiler version : 19.44.35215.0 -- CXX flags : /DWIN32 /D_WINDOWS /EHsc /Zc:__cplusplus /MP /bigobj /FS /utf-8 /EHsc /wd26812 -- Build type : Release -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 -- CMAKE_PREFIX_PATH : E:\Python310\Lib\site-packages -- CMAKE_INSTALL_PREFIX : E:/PyTorch_Build/pytorch/torch -- CMAKE_MODULE_PATH : E:/PyTorch_Build/pytorch/cmake/Modules;E:/PyTorch_Build/pytorch/cmake/public/../Modules_CUDA_fix -- -- ONNX version : 1.18.0 -- ONNX NAMESPACE : onnx_torch -- ONNX_USE_LITE_PROTO : OFF -- USE_PROTOBUF_SHARED_LIBS : OFF -- ONNX_DISABLE_EXCEPTIONS : OFF -- ONNX_DISABLE_STATIC_REGISTRATION : OFF -- ONNX_WERROR : OFF -- ONNX_BUILD_TESTS : OFF -- BUILD_SHARED_LIBS : OFF -- -- Protobuf compiler : $<TARGET_FILE:protobuf::protoc> -- Protobuf includes : -- Protobuf libraries : -- ONNX_BUILD_PYTHON : OFF -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor -- Adding -DNDEBUG to compile flags CMake Warning at cmake/Dependencies.cmake:1418 (message): Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. Call Stack (most recent call first): CMakeLists.txt:873 (include) -- Could not find hardware support for NEON on this machine. -- No OMAP3 processor on this machine. -- No OMAP4 processor on this machine. -- MKL_THREADING = OMP -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_sequential - mkl_core] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_core - libiomp5md - pthread] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_core - libiomp5md - pthread] -- Library mkl_intel: not found -- Checking for [mkl_intel_lp64 - mkl_core - pthread] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_core - pthread] -- Library mkl_intel: not found -- Checking for [mkl - guide - pthread - m] -- Library mkl: not found -- MKL library not found -- Checking for [blis] -- Library blis: BLAS_blis_LIBRARY-NOTFOUND -- Checking for [Accelerate] -- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND -- Checking for [vecLib] -- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND -- Checking for [flexiblas] -- Library flexiblas: BLAS_flexiblas_LIBRARY-NOTFOUND -- Checking for [openblas] -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND -- Checking for [openblas - pthread - m] -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND -- Checking for [openblas - pthread - m - gomp] -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND -- Checking for [libopenblas] -- Library libopenblas: BLAS_libopenblas_LIBRARY-NOTFOUND -- Checking for [goto2 - gfortran] -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND -- Checking for [goto2 - gfortran - pthread] -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND -- Checking for [acml - gfortran] -- Library acml: BLAS_acml_LIBRARY-NOTFOUND -- Checking for [blis] -- Library blis: BLAS_blis_LIBRARY-NOTFOUND -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY) -- Checking for [ptf77blas - atlas - gfortran] -- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND -- Checking for [] -- Cannot find a library with BLAS API. Not using BLAS. -- LAPACK requires BLAS -- Cannot find a library with LAPACK API. Not using LAPACK. disabling CUDA because NOT USE_CUDA is set disabling ROCM because NOT USE_ROCM is set -- MIOpen not found. Compiling without MIOpen support disabling MKLDNN because USE_MKLDNN is not set -- {fmt} version: 11.2.0 -- Build type: Release -- Using CPU-only version of Kineto -- Configuring Kineto dependency: -- KINETO_SOURCE_DIR = E:/PyTorch_Build/pytorch/third_party/kineto/libkineto -- KINETO_BUILD_TESTS = OFF -- KINETO_LIBRARY_TYPE = static CMake Deprecation Warning at third_party/kineto/libkineto/CMakeLists.txt:7 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. CMake Warning (dev) at third_party/kineto/libkineto/CMakeLists.txt:15 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonInterp: E:/Python310/python.exe (found version "3.10.10") -- CUDA_SOURCE_DIR = -- ROCM_SOURCE_DIR = -- CUPTI unavailable or disabled - not building GPU profilers -- Kineto: FMT_SOURCE_DIR = E:/PyTorch_Build/pytorch/third_party/fmt -- Kineto: FMT_INCLUDE_DIR = E:/PyTorch_Build/pytorch/third_party/fmt/include -- CUPTI_INCLUDE_DIR = /extras/CUPTI/include -- ROCTRACER_INCLUDE_DIR = /include/roctracer -- DYNOLOG_INCLUDE_DIR = E:/PyTorch_Build/pytorch/third_party/kineto/libkineto/third_party/dynolog/ -- IPCFABRIC_INCLUDE_DIR = E:/PyTorch_Build/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ -- Configured Kineto (CPU) -- Performing Test HAS/WD4624 -- Performing Test HAS/WD4624 - Success -- Performing Test HAS/WD4068 -- Performing Test HAS/WD4068 - Success -- Performing Test HAS/WD4067 -- Performing Test HAS/WD4067 - Success -- Performing Test HAS/WD4267 -- Performing Test HAS/WD4267 - Success -- Performing Test HAS/WD4661 -- Performing Test HAS/WD4661 - Success -- Performing Test HAS/WD4717 -- Performing Test HAS/WD4717 - Success -- Performing Test HAS/WD4244 -- Performing Test HAS/WD4244 - Success -- Performing Test HAS/WD4804 -- Performing Test HAS/WD4804 - Success -- Performing Test HAS/WD4273 -- Performing Test HAS/WD4273 - Success -- Performing Test HAS_WNO_STRINGOP_OVERFLOW -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed -- -- Note: when building with Visual Studio the build type is specified when building. -- For example: 'cmake --build . --config=Release -- Architecture: x64 -- Use the C++ compiler to compile (MI_USE_CXX=ON) -- -- Library name : mimalloc -- Version : 2.2.4 -- Build type : release -- C++ Compiler : C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe -- Compiler flags : /Zc:__cplusplus -- Compiler defines : MI_CMAKE_BUILD_TYPE=release;MI_BUILD_RELEASE -- Link libraries : psapi;shell32;user32;advapi32;bcrypt -- Build targets : static -- CMake Error at CMakeLists.txt:1264 (add_subdirectory): add_subdirectory given source "torch/headeronly" which is not an existing directory. -- don't use NUMA -- Looking for backtrace -- Looking for backtrace - not found -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) -- headers outputs: torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h not found torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h not found torch\csrc\inductor\aoti_torch\generated\c_shim_aten.h not found -- sources outputs: -- declarations_yaml outputs: -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed -- Using ATen parallel backend: OMP disabling CUDA because USE_CUDA is set false -- Check size of long double -- Check size of long double - done -- Performing Test COMPILER_SUPPORTS_FLOAT128 -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed -- Found OpenMP_C: -openmp:experimental (found version "2.0") -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") -- Found OpenMP: TRUE (found version "2.0") -- Performing Test COMPILER_SUPPORTS_OPENMP -- Performing Test COMPILER_SUPPORTS_OPENMP - Success -- Performing Test COMPILER_SUPPORTS_OMP_SIMD -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed -- Configuring build for SLEEF-v3.8.0 Target system: Windows Target processor: Host system: Windows-10.0.26100 Host processor: AMD64 Detected C compiler: MSVC @ C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe CMake: 4.1.0 Make program: C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/MSBuild.exe Crosscompiling SLEEF. Native build dir: -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef -- Building shared libs : OFF -- Building static test bins: OFF -- MPFR : LIB_MPFR-NOTFOUND -- GMP : LIBGMP-NOTFOUND -- RT : -- FFTW3 : LIBFFTW3-NOTFOUND -- OPENSSL : -- SDE : SDE_COMMAND-NOTFOUND -- COMPILER_SUPPORTS_OPENMP : FALSE AT_INSTALL_INCLUDE_DIR include/ATen/core core header install: E:/PyTorch_Build/pytorch/build/aten/src/ATen/core/aten_interned_strings.h core header install: E:/PyTorch_Build/pytorch/build/aten/src/ATen/core/enum_tag.h core header install: E:/PyTorch_Build/pytorch/build/aten/src/ATen/core/TensorBody.h CMake Error: File E:/PyTorch_Build/pytorch/torch/_utils_internal.py does not exist. CMake Error at caffe2/CMakeLists.txt:241 (configure_file): configure_file Problem configuring file CMake Error: File E:/PyTorch_Build/pytorch/torch/csrc/api/include/torch/version.h.in does not exist. CMake Error at caffe2/CMakeLists.txt:246 (configure_file): configure_file Problem configuring file CMake Error at caffe2/CMakeLists.txt:1398 (add_subdirectory): The source directory E:/PyTorch_Build/pytorch/torch does not contain a CMakeLists.txt file. CMake Warning at CMakeLists.txt:1285 (message): Generated cmake files are only fully tested if one builds with system glog, gflags, and protobuf. Other settings may generate files that are not well tested. CMake Warning at CMakeLists.txt:1349 (message): Generated cmake files are only available when building shared libs. -- -- ******** Summary ******** -- General: -- CMake version : 4.1.0 -- CMake command : E:/Python310/Lib/site-packages/cmake/data/bin/cmake.exe -- System : Windows -- C++ compiler : C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe -- C++ compiler id : MSVC -- C++ compiler version : 19.44.35215.0 -- Using ccache if found : OFF -- CXX flags : /DWIN32 /D_WINDOWS /EHsc /Zc:__cplusplus /MP /bigobj /FS /utf-8 -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 -- Build type : Release -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;_CRT_SECURE_NO_DEPRECATE=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;EXPORT_AOTI_FUNCTIONS;WIN32_LEAN_AND_MEAN;_UCRT_LEGACY_INFINITY;NOMINMAX;USE_MIMALLOC -- CMAKE_PREFIX_PATH : E:\Python310\Lib\site-packages -- CMAKE_INSTALL_PREFIX : E:/PyTorch_Build/pytorch/torch -- USE_GOLD_LINKER : OFF -- -- TORCH_VERSION : 2.9.0 -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF -- BUILD_BINARY : OFF -- BUILD_CUSTOM_PROTOBUF : ON -- Protobuf compiler : -- Protobuf includes : -- Protobuf libraries : -- BUILD_PYTHON : True -- Python version : 3.10.10 -- Python executable : E:\Python310\python.exe -- Python library : E:/Python310/libs/python310.lib -- Python includes : E:/Python310/include -- Python site-package : E:\Python310\Lib\site-packages -- BUILD_SHARED_LIBS : OFF -- CAFFE2_USE_MSVC_STATIC_RUNTIME : ON -- BUILD_TEST : True -- BUILD_JNI : OFF -- BUILD_MOBILE_AUTOGRAD : OFF -- BUILD_LITE_INTERPRETER: OFF -- INTERN_BUILD_MOBILE : -- TRACING_BASED : OFF -- USE_BLAS : 0 -- USE_LAPACK : 0 -- USE_ASAN : OFF -- USE_TSAN : OFF -- USE_CPP_CODE_COVERAGE : OFF -- USE_CUDA : OFF -- USE_XPU : OFF -- USE_ROCM : OFF -- BUILD_NVFUSER : -- USE_EIGEN_FOR_BLAS : ON -- USE_EIGEN_FOR_SPARSE : OFF -- USE_FBGEMM : OFF -- USE_KINETO : ON -- USE_GFLAGS : OFF -- USE_GLOG : OFF -- USE_LITE_PROTO : OFF -- USE_PYTORCH_METAL : OFF -- USE_PYTORCH_METAL_EXPORT : OFF -- USE_MPS : OFF -- CAN_COMPILE_METAL : -- USE_MKL : OFF -- USE_MKLDNN : OFF -- USE_UCC : OFF -- USE_ITT : OFF -- USE_XCCL : OFF -- USE_NCCL : OFF -- Found NVSHMEM : -- USE_NNPACK : OFF -- USE_NUMPY : ON -- USE_OBSERVERS : ON -- USE_OPENCL : OFF -- USE_OPENMP : ON -- USE_MIMALLOC : ON -- USE_MIMALLOC_ON_MKL : OFF -- USE_VULKAN : OFF -- USE_PROF : OFF -- USE_PYTORCH_QNNPACK : OFF -- USE_XNNPACK : OFF -- USE_DISTRIBUTED : OFF -- Public Dependencies : -- Private Dependencies : Threads::Threads;cpuinfo;fp16;caffe2::openmp;fmt::fmt-header-only;kineto -- Public CUDA Deps. : -- Private CUDA Deps. : -- USE_COREML_DELEGATE : OFF -- BUILD_LAZY_TS_BACKEND : ON -- USE_ROCM_KERNEL_ASSERT : OFF -- Performing Test HAS_WMISSING_PROTOTYPES -- Performing Test HAS_WMISSING_PROTOTYPES - Failed -- Performing Test HAS_WERROR_MISSING_PROTOTYPES -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed -- Configuring incomplete, errors occurred! (.venv) PS E:\PyTorch_Build\pytorch> (.venv) PS E:\PyTorch_Build\pytorch> # 7. 验证安装 (.venv) PS E:\PyTorch_Build\pytorch> & "E:\Python310\python.exe" -c @" >> import torch >> print(f'PyTorch版本: {torch.__version__}') >> print(f'CUDA可用: {torch.cuda.is_available()}') >> print(f'CUDA版本: {torch.version.cuda}') >> print(f'cuDNN版本: {torch.backends.cudnn.version()}') >> "@ Traceback (most recent call last): File "<string>", line 1, in <module> File "E:\Python310\lib\site-packages\torch-2.9.0a0+git2d31c3d-py3.10-win-amd64.egg\torch\__init__.py", line 281, in <module> _load_dll_libraries() File "E:\Python310\lib\site-packages\torch-2.9.0a0+git2d31c3d-py3.10-win-amd64.egg\torch\__init__.py", line 277, in _load_dll_libraries raise err OSError: [WinError 126] 找不到指定的模块。 Error loading "E:\Python310\lib\site-packages\torch-2.9.0a0+git2d31c3d-py3.10-win-amd64.egg\torch\lib\aoti_custom_ops.dll" or one of its dependencies. (.venv) PS E:\PyTorch_Build\pytorch> Set-Content -Path manual_build.ps1 -Value (Get-Content manual_build.ps1) Get-Content: Cannot find path 'E:\PyTorch_Build\pytorch\manual_build.ps1' because it does not exist. (.venv) PS E:\PyTorch_Build\pytorch> .\manual_build.ps1 (.venv) PS E:\PyTorch_Build\pytorch> # 安装 Docker Desktop (.venv) PS E:\PyTorch_Build\pytorch> Invoke-WebRequest -Uri "https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe" -OutFile "$env:TEMP\docker_install.exe" (.venv) PS E:\PyTorch_Build\pytorch> Start-Process -FilePath "$env:TEMP\docker_install.exe" -ArgumentList "install --quiet" -Wait “
最新发布
09-02
(base) C:\Users\60925>python --v unknown option --v usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information. (base) C:\Users\60925>python --version Python 3.7.1 (base) C:\Users\60925> (base) C:\Users\60925>conda install conda=4.8 Solving environment: failed CondaValueError: Malformed version string '~': invalid character(s). (base) C:\Users\60925>conda config --show-sources ==> C:\Users\60925\.condarc <== show_channel_urls: True (base) C:\Users\60925>conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main (base) C:\Users\60925>conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free (base) C:\Users\60925>conda config --set show_channel_urls true (base) C:\Users\60925>conda config --show add_anaconda_token: True add_pip_as_python_dependency: True aggressive_update_packages: - ca-certificates - certifi - openssl allow_non_channel_urls: False allow_softlinks: False always_copy: False always_softlink: False always_yes: None anaconda_upload: None auto_update_conda: True changeps1: True channel_alias: https://conda.anaconda.org channel_priority: True channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main - defaults client_ssl_cert: None client_ssl_cert_key: None clobber: False create_default_packages: [] custom_channels: pkgs/main: https://repo.anaconda.com pkgs/free: https://repo.anaconda.com pkgs/r: https://repo.anaconda.com pkgs/pro: https://repo.anaconda.com pkgs/msys2: https://repo.anaconda.com custom_multichannels: defaults: ["https://repo.anaconda.com/pkgs/main", "https://repo.anaconda.com/pkgs/free", "https://repo.anaconda.com/pkgs/r", "https://repo.anaconda.com/pkgs/pro", "https://repo.anaconda.com/pkgs/msys2"] local: [] default_channels: - https://repo.anaconda.com/pkgs/main - https://repo.anaconda.com/pkgs/free - https://repo.anaconda.com/pkgs/r - https://repo.anaconda.com/pkgs/pro - https://repo.anaconda.com/pkgs/msys2 disallowed_packages: [] download_only: False envs_dirs: - D:\ruanjian\anaconda3\envs - C:\Users\60925\AppData\Local\conda\conda\envs - C:\Users\60925\.conda\envs extra_safety_checks: False force: False json: False local_repodata_ttl: 1 max_shlvl: 2 migrated_channel_aliases: [] no_dependencies: False non_admin_enabled: True notify_outdated_conda: True offline: False override_channels_enabled: True path_conflict: clobber pinned_packages: [] pkgs_dirs: - D:\ruanjian\anaconda3\pkgs - C:\Users\60925\AppData\Local\conda\conda\pkgs proxy_servers: {} quiet: False remote_connect_timeout_secs: 9.15 remote_max_retries: 3 remote_read_timeout_secs: 60.0 report_errors: None rollback_enabled: True safety_checks: warn shortcuts: True show_channel_urls: True ssl_verify: True track_features: [] use_index_cache: False use_pip: True verbosity: 0 whitelist_channels: [] (base) C:\Users\60925>conda config --remove-key channels CondaKeyError: 'channels': key 'channels' is not in the config file (base) C:\Users\60925>conda config --show channels channels: - defaults (base) C:\Users\60925>conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ (base) C:\Users\60925>conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ (base) C:\Users\60925>conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ (base) C:\Users\60925>conda config --show channels channels: - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ - defaults (base) C:\Users\60925>conda config --get channels --add channels 'defaults' # lowest priority --add channels 'http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/' --add channels 'http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/' --add channels 'http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/' # highest priority (base) C:\Users\60925>conda install conda=23.10.0 Solving environment: failed CondaValueError: Malformed version string '~': invalid character(s). (base) C:\Users\60925>conda install conda=4.8 Solving environment: failed CondaValueError: Malformed version string '~': invalid character(s). (base) C:\Users\60925>conda --version conda 4.5.12 (base) C:\Users\60925>conda update anaconda Solving environment: failed CondaValueError: Malformed version string '~': invalid character(s). (base) C:\Users\60925>conda update --all Solving environment: failed CondaValueError: Malformed version string '~': invalid character(s). (base) C:\Users\60925>conda update -n base -c defaults conda Solving environment: failed InvalidVersionSpecError: Invalid version spec: =2.7 (base) C:\Users\60925>conda clean --all Cache location: D:\ruanjian\anaconda3\pkgs Will remove the following tarballs: D:\ruanjian\anaconda3\pkgs -------------------------- alabaster-0.7.12-py37_0.tar.bz2 17 KB anaconda-2018.12-py37_0.tar.bz2 11 KB anaconda-client-1.7.2-py37_0.tar.bz2 199 KB anaconda-navigator-1.9.6-py37_0.tar.bz2 4.7 MB anaconda-project-0.8.2-py37_0.tar.bz2 493 KB asn1crypto-0.24.0-py37_0.tar.bz2 154 KB astroid-2.1.0-py37_0.tar.bz2 270 KB astropy-3.1-py37he774522_0.tar.bz2 6.9 MB atomicwrites-1.2.1-py37_0.tar.bz2 11 KB attrs-18.2.0-py37h28b3542_0.tar.bz2 51 KB babel-2.6.0-py37_0.tar.bz2 5.7 MB backcall-0.1.0-py37_0.tar.bz2 19 KB backports-1.0-py37_1.tar.bz2 3 KB backports.os-0.1.1-py37_0.tar.bz2 15 KB backports.shutil_get_terminal_size-1.0.0-py37_2.tar.bz2 8 KB beautifulsoup4-4.6.3-py37_0.tar.bz2 141 KB bitarray-0.8.3-py37hfa6e2cd_0.tar.bz2 56 KB bkcharts-0.2-py37_0.tar.bz2 127 KB blas-1.0-mkl.tar.bz2 6 KB blaze-0.11.3-py37_0.tar.bz2 624 KB bleach-3.0.2-py37_0.tar.bz2 218 KB blosc-1.14.4-he51fdeb_0.tar.bz2 651 KB bokeh-1.0.2-py37_0.tar.bz2 5.3 MB boto-2.49.0-py37_0.tar.bz2 1.6 MB bottleneck-1.2.1-py37h452e1ab_1.tar.bz2 112 KB bzip2-1.0.6-hfa6e2cd_5.tar.bz2 145 KB ca-certificates-2018.03.07-0.tar.bz2 155 KB certifi-2018.11.29-py37_0.tar.bz2 146 KB cffi-1.11.5-py37h74b6da3_1.tar.bz2 213 KB chardet-3.0.4-py37_1.tar.bz2 184 KB click-7.0-py37_0.tar.bz2 118 KB cloudpickle-0.6.1-py37_0.tar.bz2 27 KB clyent-1.2.2-py37_1.tar.bz2 18 KB colorama-0.4.1-py37_0.tar.bz2 24 KB comtypes-1.1.7-py37_0.tar.bz2 233 KB conda-4.5.12-py37_0.tar.bz2 1.1 MB conda-build-3.17.6-py37_0.tar.bz2 532 KB conda-env-2.6.0-1.tar.bz2 3 KB conda-verify-3.1.1-py37_0.tar.bz2 73 KB console_shortcut-0.1.1-3.tar.bz2 59 KB contextlib2-0.5.5-py37_0.tar.bz2 15 KB cryptography-2.4.2-py37h7a1dbc1_0.tar.bz2 550 KB curl-7.63.0-h2a8f88b_1000.tar.bz2 124 KB cycler-0.10.0-py37_0.tar.bz2 13 KB cython-0.29.2-py37ha925a31_0.tar.bz2 2.0 MB cytoolz-0.9.0.1-py37hfa6e2cd_1.tar.bz2 325 KB dask-1.0.0-py37_0.tar.bz2 3 KB dask-core-1.0.0-py37_0.tar.bz2 1.2 MB datashape-0.5.4-py37_1.tar.bz2 100 KB decorator-4.3.0-py37_0.tar.bz2 15 KB defusedxml-0.5.0-py37_1.tar.bz2 30 KB distributed-1.25.1-py37_0.tar.bz2 851 KB docutils-0.14-py37_0.tar.bz2 694 KB entrypoints-0.2.3-py37_2.tar.bz2 9 KB et_xmlfile-1.0.1-py37_0.tar.bz2 20 KB fastcache-1.0.2-py37hfa6e2cd_2.tar.bz2 31 KB filelock-3.0.10-py37_0.tar.bz2 14 KB flask-1.0.2-py37_1.tar.bz2 137 KB flask-cors-3.0.7-py37_0.tar.bz2 21 KB freetype-2.9.1-ha9979f8_1.tar.bz2 470 KB future-0.17.1-py37_0.tar.bz2 720 KB get_terminal_size-1.0.0-h38e98db_0.tar.bz2 3 KB gevent-1.3.7-py37he774522_1.tar.bz2 1.6 MB glob2-0.6-py37_1.tar.bz2 17 KB greenlet-0.4.15-py37hfa6e2cd_0.tar.bz2 21 KB h5py-2.8.0-py37h3bdd7fb_2.tar.bz2 833 KB hdf5-1.10.2-hac2f561_1.tar.bz2 34.8 MB heapdict-1.0.0-py37_2.tar.bz2 7 KB html5lib-1.0.1-py37_0.tar.bz2 181 KB icc_rt-2019.0.0-h0cc432a_1.tar.bz2 9.4 MB icu-58.2-ha66f8fd_1.tar.bz2 21.9 MB idna-2.8-py37_0.tar.bz2 101 KB imageio-2.4.1-py37_0.tar.bz2 3.3 MB imagesize-1.1.0-py37_0.tar.bz2 10 KB importlib_metadata-0.6-py37_0.tar.bz2 21 KB intel-openmp-2019.1-144.tar.bz2 1.7 MB ipykernel-5.1.0-py37h39e3cac_0.tar.bz2 156 KB ipython-7.2.0-py37h39e3cac_0.tar.bz2 1.1 MB ipython_genutils-0.2.0-py37_0.tar.bz2 39 KB ipywidgets-7.4.2-py37_0.tar.bz2 151 KB isort-4.3.4-py37_0.tar.bz2 76 KB itsdangerous-1.1.0-py37_0.tar.bz2 27 KB jdcal-1.4-py37_0.tar.bz2 11 KB jedi-0.13.2-py37_0.tar.bz2 230 KB jinja2-2.10-py37_0.tar.bz2 183 KB jpeg-9b-hb83a4c4_2.tar.bz2 313 KB jsonschema-2.6.0-py37_0.tar.bz2 104 KB jupyter-1.0.0-py37_7.tar.bz2 6 KB jupyterlab-0.35.3-py37_0.tar.bz2 10.5 MB jupyterlab_server-0.2.0-py37_0.tar.bz2 40 KB jupyter_client-5.2.4-py37_0.tar.bz2 203 KB jupyter_console-6.0.0-py37_0.tar.bz2 53 KB jupyter_core-4.4.0-py37_0.tar.bz2 85 KB keyring-17.0.0-py37_0.tar.bz2 67 KB kiwisolver-1.0.1-py37h6538335_0.tar.bz2 61 KB krb5-1.16.1-hc04afaa_7.tar.bz2 819 KB lazy-object-proxy-1.3.1-py37hfa6e2cd_2.tar.bz2 32 KB libarchive-3.3.3-h0643e63_5.tar.bz2 1.4 MB libcurl-7.63.0-h2a8f88b_1000.tar.bz2 274 KB libiconv-1.15-h1df5818_7.tar.bz2 664 KB libpng-1.6.35-h2a8f88b_0.tar.bz2 589 KB libsodium-1.0.16-h9d3ae62_0.tar.bz2 585 KB libssh2-1.8.0-h7a1dbc1_4.tar.bz2 183 KB libtiff-4.0.9-h36446d0_2.tar.bz2 829 KB libxml2-2.9.8-hadb2253_1.tar.bz2 3.2 MB libxslt-1.1.32-hf6f1972_0.tar.bz2 458 KB llvmlite-0.26.0-py37ha925a31_0.tar.bz2 9.7 MB locket-0.2.0-py37_1.tar.bz2 8 KB lxml-4.2.5-py37hef2cd61_0.tar.bz2 1.2 MB lz4-c-1.8.1.2-h2fa13f4_0.tar.bz2 217 KB lzo-2.10-h6df0209_2.tar.bz2 154 KB m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 340 KB m2w64-gcc-libs-5.3.0-7.tar.bz2 518 KB m2w64-gcc-libs-core-5.3.0-7.tar.bz2 213 KB m2w64-gmp-6.1.0-2.tar.bz2 689 KB m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 30 KB markupsafe-1.1.0-py37he774522_0.tar.bz2 29 KB matplotlib-3.0.2-py37hc8f65d3_0.tar.bz2 6.5 MB mccabe-0.6.1-py37_1.tar.bz2 14 KB menuinst-1.4.14-py37hfa6e2cd_0.tar.bz2 92 KB mistune-0.8.4-py37he774522_0.tar.bz2 54 KB mkl-2019.1-144.tar.bz2 158.3 MB mkl-service-1.1.2-py37hb782905_5.tar.bz2 134 KB mkl_fft-1.0.6-py37h6288b17_0.tar.bz2 168 KB mkl_random-1.0.2-py37h343c172_0.tar.bz2 328 KB more-itertools-4.3.0-py37_0.tar.bz2 83 KB mpmath-1.1.0-py37_0.tar.bz2 958 KB msgpack-python-0.5.6-py37he980bc4_1.tar.bz2 85 KB msys2-conda-epoch-20160418-1.tar.bz2 2 KB multipledispatch-0.6.0-py37_0.tar.bz2 21 KB navigator-updater-0.2.1-py37_0.tar.bz2 1.3 MB nbconvert-5.4.0-py37_1.tar.bz2 436 KB nbformat-4.4.0-py37_0.tar.bz2 160 KB networkx-2.2-py37_1.tar.bz2 2.0 MB nltk-3.4-py37_1.tar.bz2 2.1 MB nose-1.3.7-py37_2.tar.bz2 241 KB notebook-5.7.4-py37_0.tar.bz2 7.3 MB numba-0.41.0-py37hf9181ef_0.tar.bz2 2.6 MB numexpr-2.6.8-py37hdce8814_0.tar.bz2 132 KB numpy-1.15.4-py37h19fb1c0_0.tar.bz2 47 KB numpy-base-1.15.4-py37hc3f5095_0.tar.bz2 3.9 MB numpydoc-0.8.0-py37_0.tar.bz2 42 KB odo-0.5.1-py37_0.tar.bz2 213 KB olefile-0.46-py37_0.tar.bz2 49 KB openpyxl-2.5.12-py37_0.tar.bz2 337 KB openssl-1.1.1a-he774522_0.tar.bz2 5.7 MB packaging-18.0-py37_0.tar.bz2 34 KB pandas-0.23.4-py37h830ac7b_0.tar.bz2 8.6 MB pandoc-1.19.2.1-hb2460c7_1.tar.bz2 18.7 MB pandocfilters-1.4.2-py37_1.tar.bz2 13 KB parso-0.3.1-py37_0.tar.bz2 114 KB partd-0.3.9-py37_0.tar.bz2 32 KB path.py-11.5.0-py37_0.tar.bz2 55 KB pathlib2-2.3.3-py37_0.tar.bz2 33 KB patsy-0.5.1-py37_0.tar.bz2 375 KB pep8-1.7.1-py37_0.tar.bz2 69 KB pickleshare-0.7.5-py37_0.tar.bz2 13 KB pillow-5.3.0-py37hdc69c19_0.tar.bz2 664 KB pip-18.1-py37_0.tar.bz2 1.8 MB pkginfo-1.4.2-py37_1.tar.bz2 57 KB pluggy-0.8.0-py37_0.tar.bz2 28 KB ply-3.11-py37_0.tar.bz2 79 KB prometheus_client-0.5.0-py37_0.tar.bz2 67 KB prompt_toolkit-2.0.7-py37_0.tar.bz2 479 KB psutil-5.4.8-py37he774522_0.tar.bz2 334 KB py-1.7.0-py37_0.tar.bz2 138 KB pycodestyle-2.4.0-py37_0.tar.bz2 76 KB pycosat-0.6.3-py37hfa6e2cd_0.tar.bz2 98 KB pycparser-2.19-py37_0.tar.bz2 173 KB pycrypto-2.6.1-py37hfa6e2cd_9.tar.bz2 473 KB pycurl-7.43.0.2-py37h7a1dbc1_0.tar.bz2 181 KB pyflakes-2.0.0-py37_0.tar.bz2 105 KB pygments-2.3.1-py37_0.tar.bz2 1.3 MB pylint-2.2.2-py37_0.tar.bz2 845 KB pyodbc-4.0.25-py37ha925a31_0.tar.bz2 70 KB pyopenssl-18.0.0-py37_0.tar.bz2 82 KB pyparsing-2.3.0-py37_0.tar.bz2 102 KB pyqt-5.9.2-py37h6538335_2.tar.bz2 4.2 MB pysocks-1.6.8-py37_0.tar.bz2 22 KB pytables-3.4.4-py37he6f6034_0.tar.bz2 2.7 MB pytest-4.0.2-py37_0.tar.bz2 361 KB pytest-arraydiff-0.3-py37h39e3cac_0.tar.bz2 15 KB pytest-astropy-0.5.0-py37_0.tar.bz2 7 KB pytest-doctestplus-0.2.0-py37_0.tar.bz2 21 KB pytest-openfiles-0.3.1-py37_0.tar.bz2 11 KB pytest-remotedata-0.3.1-py37_0.tar.bz2 14 KB python-3.7.1-h8c8aaf0_6.tar.bz2 17.7 MB python-dateutil-2.7.5-py37_0.tar.bz2 276 KB python-libarchive-c-2.8-py37_6.tar.bz2 20 KB pytz-2018.7-py37_0.tar.bz2 257 KB pywavelets-1.0.1-py37h8c2d366_0.tar.bz2 4.2 MB pywin32-223-py37hfa6e2cd_1.tar.bz2 9.3 MB pywinpty-0.5.5-py37_1000.tar.bz2 48 KB pyyaml-3.13-py37hfa6e2cd_0.tar.bz2 148 KB pyzmq-17.1.2-py37hfa6e2cd_0.tar.bz2 400 KB qt-5.9.7-vc14h73c81de_0.tar.bz2 92.3 MB qtawesome-0.5.3-py37_0.tar.bz2 600 KB qtconsole-4.4.3-py37_0.tar.bz2 176 KB qtpy-1.5.2-py37_0.tar.bz2 53 KB requests-2.21.0-py37_0.tar.bz2 85 KB rope-0.11.0-py37_0.tar.bz2 282 KB ruamel_yaml-0.15.46-py37hfa6e2cd_0.tar.bz2 262 KB scikit-image-0.14.1-py37ha925a31_0.tar.bz2 23.3 MB scikit-learn-0.20.1-py37h343c172_0.tar.bz2 5.1 MB scipy-1.1.0-py37h29ff71c_2.tar.bz2 13.3 MB seaborn-0.9.0-py37_0.tar.bz2 379 KB send2trash-1.5.0-py37_0.tar.bz2 16 KB setuptools-40.6.3-py37_0.tar.bz2 631 KB simplegeneric-0.8.1-py37_2.tar.bz2 9 KB singledispatch-3.4.0.3-py37_0.tar.bz2 15 KB sip-4.19.8-py37h6538335_0.tar.bz2 281 KB six-1.12.0-py37_0.tar.bz2 22 KB snappy-1.1.7-h777316e_3.tar.bz2 82 KB snowballstemmer-1.2.1-py37_0.tar.bz2 82 KB sortedcollections-1.0.1-py37_0.tar.bz2 15 KB sortedcontainers-2.1.0-py37_0.tar.bz2 45 KB sphinx-1.8.2-py37_0.tar.bz2 1.9 MB sphinxcontrib-1.0-py37_1.tar.bz2 3 KB sphinxcontrib-websupport-1.1.0-py37_1.tar.bz2 36 KB spyder-3.3.2-py37_0.tar.bz2 2.8 MB spyder-kernels-0.3.0-py37_0.tar.bz2 62 KB sqlalchemy-1.2.15-py37he774522_0.tar.bz2 1.7 MB sqlite-3.26.0-he774522_0.tar.bz2 936 KB statsmodels-0.9.0-py37h452e1ab_0.tar.bz2 8.2 MB sympy-1.3-py37_0.tar.bz2 9.5 MB tblib-1.3.2-py37_0.tar.bz2 16 KB terminado-0.8.1-py37_1.tar.bz2 21 KB testpath-0.4.2-py37_0.tar.bz2 92 KB tk-8.6.8-hfa6e2cd_0.tar.bz2 3.8 MB toolz-0.9.0-py37_0.tar.bz2 91 KB tornado-5.1.1-py37hfa6e2cd_0.tar.bz2 665 KB tqdm-4.28.1-py37h28b3542_0.tar.bz2 79 KB traitlets-4.3.2-py37_0.tar.bz2 133 KB unicodecsv-0.14.1-py37_0.tar.bz2 25 KB urllib3-1.24.1-py37_0.tar.bz2 150 KB vc-14.1-h0510ff6_4.tar.bz2 6 KB vs2015_runtime-14.15.26706-h3a45250_0.tar.bz2 2.2 MB wcwidth-0.1.7-py37_0.tar.bz2 23 KB webencodings-0.5.1-py37_1.tar.bz2 19 KB werkzeug-0.14.1-py37_0.tar.bz2 422 KB wheel-0.32.3-py37_0.tar.bz2 53 KB widgetsnbextension-3.4.2-py37_0.tar.bz2 1.7 MB wincertstore-0.2-py37_0.tar.bz2 13 KB winpty-0.4.3-4.tar.bz2 1.1 MB win_inet_pton-1.0.1-py37_1.tar.bz2 6 KB win_unicode_console-0.5-py37_0.tar.bz2 31 KB wrapt-1.10.11-py37hfa6e2cd_2.tar.bz2 44 KB xlrd-1.2.0-py37_0.tar.bz2 190 KB xlsxwriter-1.1.2-py37_0.tar.bz2 213 KB xlwings-0.15.1-py37_0.tar.bz2 804 KB xlwt-1.3.0-py37_0.tar.bz2 162 KB xz-5.2.4-h2fa13f4_4.tar.bz2 812 KB yaml-0.1.7-hc54c509_2.tar.bz2 103 KB zeromq-4.2.5-he025d50_1.tar.bz2 9.5 MB zict-0.1.3-py37_0.tar.bz2 18 KB zlib-1.2.11-h62dcd97_3.tar.bz2 128 KB zstd-1.3.7-h508b16e_0.tar.bz2 536 KB _ipyw_jlab_nb_ext_conf-0.1.0-py37_0.tar.bz2 4 KB --------------------------------------------------- Total: 599.8 MB Proceed ([y]/n)? conda install conda=23.10.0 Invalid choice: conda install conda=23.10.0 Proceed ([y]/n)? y Removed alabaster-0.7.12-py37_0.tar.bz2 Removed anaconda-2018.12-py37_0.tar.bz2 Removed anaconda-client-1.7.2-py37_0.tar.bz2 Removed anaconda-navigator-1.9.6-py37_0.tar.bz2 Removed anaconda-project-0.8.2-py37_0.tar.bz2 Removed asn1crypto-0.24.0-py37_0.tar.bz2 Removed astroid-2.1.0-py37_0.tar.bz2 Removed astropy-3.1-py37he774522_0.tar.bz2 Removed atomicwrites-1.2.1-py37_0.tar.bz2 Removed attrs-18.2.0-py37h28b3542_0.tar.bz2 Removed babel-2.6.0-py37_0.tar.bz2 Removed backcall-0.1.0-py37_0.tar.bz2 Removed backports-1.0-py37_1.tar.bz2 Removed backports.os-0.1.1-py37_0.tar.bz2 Removed backports.shutil_get_terminal_size-1.0.0-py37_2.tar.bz2 Removed beautifulsoup4-4.6.3-py37_0.tar.bz2 Removed bitarray-0.8.3-py37hfa6e2cd_0.tar.bz2 Removed bkcharts-0.2-py37_0.tar.bz2 Removed blas-1.0-mkl.tar.bz2 Removed blaze-0.11.3-py37_0.tar.bz2 Removed bleach-3.0.2-py37_0.tar.bz2 Removed blosc-1.14.4-he51fdeb_0.tar.bz2 Removed bokeh-1.0.2-py37_0.tar.bz2 Removed boto-2.49.0-py37_0.tar.bz2 Removed bottleneck-1.2.1-py37h452e1ab_1.tar.bz2 Removed bzip2-1.0.6-hfa6e2cd_5.tar.bz2 Removed ca-certificates-2018.03.07-0.tar.bz2 Removed certifi-2018.11.29-py37_0.tar.bz2 Removed cffi-1.11.5-py37h74b6da3_1.tar.bz2 Removed chardet-3.0.4-py37_1.tar.bz2 Removed click-7.0-py37_0.tar.bz2 Removed cloudpickle-0.6.1-py37_0.tar.bz2 Removed clyent-1.2.2-py37_1.tar.bz2 Removed colorama-0.4.1-py37_0.tar.bz2 Removed comtypes-1.1.7-py37_0.tar.bz2 Removed conda-4.5.12-py37_0.tar.bz2 Removed conda-build-3.17.6-py37_0.tar.bz2 Removed conda-env-2.6.0-1.tar.bz2 Removed conda-verify-3.1.1-py37_0.tar.bz2 Removed console_shortcut-0.1.1-3.tar.bz2 Removed contextlib2-0.5.5-py37_0.tar.bz2 Removed cryptography-2.4.2-py37h7a1dbc1_0.tar.bz2 Removed curl-7.63.0-h2a8f88b_1000.tar.bz2 Removed cycler-0.10.0-py37_0.tar.bz2 Removed cython-0.29.2-py37ha925a31_0.tar.bz2 Removed cytoolz-0.9.0.1-py37hfa6e2cd_1.tar.bz2 Removed dask-1.0.0-py37_0.tar.bz2 Removed dask-core-1.0.0-py37_0.tar.bz2 Removed datashape-0.5.4-py37_1.tar.bz2 Removed decorator-4.3.0-py37_0.tar.bz2 Removed defusedxml-0.5.0-py37_1.tar.bz2 Removed distributed-1.25.1-py37_0.tar.bz2 Removed docutils-0.14-py37_0.tar.bz2 Removed entrypoints-0.2.3-py37_2.tar.bz2 Removed et_xmlfile-1.0.1-py37_0.tar.bz2 Removed fastcache-1.0.2-py37hfa6e2cd_2.tar.bz2 Removed filelock-3.0.10-py37_0.tar.bz2 Removed flask-1.0.2-py37_1.tar.bz2 Removed flask-cors-3.0.7-py37_0.tar.bz2 Removed freetype-2.9.1-ha9979f8_1.tar.bz2 Removed future-0.17.1-py37_0.tar.bz2 Removed get_terminal_size-1.0.0-h38e98db_0.tar.bz2 Removed gevent-1.3.7-py37he774522_1.tar.bz2 Removed glob2-0.6-py37_1.tar.bz2 Removed greenlet-0.4.15-py37hfa6e2cd_0.tar.bz2 Removed h5py-2.8.0-py37h3bdd7fb_2.tar.bz2 Removed hdf5-1.10.2-hac2f561_1.tar.bz2 Removed heapdict-1.0.0-py37_2.tar.bz2 Removed html5lib-1.0.1-py37_0.tar.bz2 Removed icc_rt-2019.0.0-h0cc432a_1.tar.bz2 Removed icu-58.2-ha66f8fd_1.tar.bz2 Removed idna-2.8-py37_0.tar.bz2 Removed imageio-2.4.1-py37_0.tar.bz2 Removed imagesize-1.1.0-py37_0.tar.bz2 Removed importlib_metadata-0.6-py37_0.tar.bz2 Removed intel-openmp-2019.1-144.tar.bz2 Removed ipykernel-5.1.0-py37h39e3cac_0.tar.bz2 Removed ipython-7.2.0-py37h39e3cac_0.tar.bz2 Removed ipython_genutils-0.2.0-py37_0.tar.bz2 Removed ipywidgets-7.4.2-py37_0.tar.bz2 Removed isort-4.3.4-py37_0.tar.bz2 Removed itsdangerous-1.1.0-py37_0.tar.bz2 Removed jdcal-1.4-py37_0.tar.bz2 Removed jedi-0.13.2-py37_0.tar.bz2 Removed jinja2-2.10-py37_0.tar.bz2 Removed jpeg-9b-hb83a4c4_2.tar.bz2 Removed jsonschema-2.6.0-py37_0.tar.bz2 Removed jupyter-1.0.0-py37_7.tar.bz2 Removed jupyterlab-0.35.3-py37_0.tar.bz2 Removed jupyterlab_server-0.2.0-py37_0.tar.bz2 Removed jupyter_client-5.2.4-py37_0.tar.bz2 Removed jupyter_console-6.0.0-py37_0.tar.bz2 Removed jupyter_core-4.4.0-py37_0.tar.bz2 Removed keyring-17.0.0-py37_0.tar.bz2 Removed kiwisolver-1.0.1-py37h6538335_0.tar.bz2 Removed krb5-1.16.1-hc04afaa_7.tar.bz2 Removed lazy-object-proxy-1.3.1-py37hfa6e2cd_2.tar.bz2 Removed libarchive-3.3.3-h0643e63_5.tar.bz2 Removed libcurl-7.63.0-h2a8f88b_1000.tar.bz2 Removed libiconv-1.15-h1df5818_7.tar.bz2 Removed libpng-1.6.35-h2a8f88b_0.tar.bz2 Removed libsodium-1.0.16-h9d3ae62_0.tar.bz2 Removed libssh2-1.8.0-h7a1dbc1_4.tar.bz2 Removed libtiff-4.0.9-h36446d0_2.tar.bz2 Removed libxml2-2.9.8-hadb2253_1.tar.bz2 Removed libxslt-1.1.32-hf6f1972_0.tar.bz2 Removed llvmlite-0.26.0-py37ha925a31_0.tar.bz2 Removed locket-0.2.0-py37_1.tar.bz2 Removed lxml-4.2.5-py37hef2cd61_0.tar.bz2 Removed lz4-c-1.8.1.2-h2fa13f4_0.tar.bz2 Removed lzo-2.10-h6df0209_2.tar.bz2 Removed m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 Removed m2w64-gcc-libs-5.3.0-7.tar.bz2 Removed m2w64-gcc-libs-core-5.3.0-7.tar.bz2 Removed m2w64-gmp-6.1.0-2.tar.bz2 Removed m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 Removed markupsafe-1.1.0-py37he774522_0.tar.bz2 Removed matplotlib-3.0.2-py37hc8f65d3_0.tar.bz2 Removed mccabe-0.6.1-py37_1.tar.bz2 Removed menuinst-1.4.14-py37hfa6e2cd_0.tar.bz2 Removed mistune-0.8.4-py37he774522_0.tar.bz2 Removed mkl-2019.1-144.tar.bz2 Removed mkl-service-1.1.2-py37hb782905_5.tar.bz2 Removed mkl_fft-1.0.6-py37h6288b17_0.tar.bz2 Removed mkl_random-1.0.2-py37h343c172_0.tar.bz2 Removed more-itertools-4.3.0-py37_0.tar.bz2 Removed mpmath-1.1.0-py37_0.tar.bz2 Removed msgpack-python-0.5.6-py37he980bc4_1.tar.bz2 Removed msys2-conda-epoch-20160418-1.tar.bz2 Removed multipledispatch-0.6.0-py37_0.tar.bz2 Removed navigator-updater-0.2.1-py37_0.tar.bz2 Removed nbconvert-5.4.0-py37_1.tar.bz2 Removed nbformat-4.4.0-py37_0.tar.bz2 Removed networkx-2.2-py37_1.tar.bz2 Removed nltk-3.4-py37_1.tar.bz2 Removed nose-1.3.7-py37_2.tar.bz2 Removed notebook-5.7.4-py37_0.tar.bz2 Removed numba-0.41.0-py37hf9181ef_0.tar.bz2 Removed numexpr-2.6.8-py37hdce8814_0.tar.bz2 Removed numpy-1.15.4-py37h19fb1c0_0.tar.bz2 Removed numpy-base-1.15.4-py37hc3f5095_0.tar.bz2 Removed numpydoc-0.8.0-py37_0.tar.bz2 Removed odo-0.5.1-py37_0.tar.bz2 Removed olefile-0.46-py37_0.tar.bz2 Removed openpyxl-2.5.12-py37_0.tar.bz2 Removed openssl-1.1.1a-he774522_0.tar.bz2 Removed packaging-18.0-py37_0.tar.bz2 Removed pandas-0.23.4-py37h830ac7b_0.tar.bz2 Removed pandoc-1.19.2.1-hb2460c7_1.tar.bz2 Removed pandocfilters-1.4.2-py37_1.tar.bz2 Removed parso-0.3.1-py37_0.tar.bz2 Removed partd-0.3.9-py37_0.tar.bz2 Removed path.py-11.5.0-py37_0.tar.bz2 Removed pathlib2-2.3.3-py37_0.tar.bz2 Removed patsy-0.5.1-py37_0.tar.bz2 Removed pep8-1.7.1-py37_0.tar.bz2 Removed pickleshare-0.7.5-py37_0.tar.bz2 Removed pillow-5.3.0-py37hdc69c19_0.tar.bz2 Removed pip-18.1-py37_0.tar.bz2 Removed pkginfo-1.4.2-py37_1.tar.bz2 Removed pluggy-0.8.0-py37_0.tar.bz2 Removed ply-3.11-py37_0.tar.bz2 Removed prometheus_client-0.5.0-py37_0.tar.bz2 Removed prompt_toolkit-2.0.7-py37_0.tar.bz2 Removed psutil-5.4.8-py37he774522_0.tar.bz2 Removed py-1.7.0-py37_0.tar.bz2 Removed pycodestyle-2.4.0-py37_0.tar.bz2 Removed pycosat-0.6.3-py37hfa6e2cd_0.tar.bz2 Removed pycparser-2.19-py37_0.tar.bz2 Removed pycrypto-2.6.1-py37hfa6e2cd_9.tar.bz2 Removed pycurl-7.43.0.2-py37h7a1dbc1_0.tar.bz2 Removed pyflakes-2.0.0-py37_0.tar.bz2 Removed pygments-2.3.1-py37_0.tar.bz2 Removed pylint-2.2.2-py37_0.tar.bz2 Removed pyodbc-4.0.25-py37ha925a31_0.tar.bz2 Removed pyopenssl-18.0.0-py37_0.tar.bz2 Removed pyparsing-2.3.0-py37_0.tar.bz2 Removed pyqt-5.9.2-py37h6538335_2.tar.bz2 Removed pysocks-1.6.8-py37_0.tar.bz2 Removed pytables-3.4.4-py37he6f6034_0.tar.bz2 Removed pytest-4.0.2-py37_0.tar.bz2 Removed pytest-arraydiff-0.3-py37h39e3cac_0.tar.bz2 Removed pytest-astropy-0.5.0-py37_0.tar.bz2 Removed pytest-doctestplus-0.2.0-py37_0.tar.bz2 Removed pytest-openfiles-0.3.1-py37_0.tar.bz2 Removed pytest-remotedata-0.3.1-py37_0.tar.bz2 Removed python-3.7.1-h8c8aaf0_6.tar.bz2 Removed python-dateutil-2.7.5-py37_0.tar.bz2 Removed python-libarchive-c-2.8-py37_6.tar.bz2 Removed pytz-2018.7-py37_0.tar.bz2 Removed pywavelets-1.0.1-py37h8c2d366_0.tar.bz2 Removed pywin32-223-py37hfa6e2cd_1.tar.bz2 Removed pywinpty-0.5.5-py37_1000.tar.bz2 Removed pyyaml-3.13-py37hfa6e2cd_0.tar.bz2 Removed pyzmq-17.1.2-py37hfa6e2cd_0.tar.bz2 Removed qt-5.9.7-vc14h73c81de_0.tar.bz2 Removed qtawesome-0.5.3-py37_0.tar.bz2 Removed qtconsole-4.4.3-py37_0.tar.bz2 Removed qtpy-1.5.2-py37_0.tar.bz2 Removed requests-2.21.0-py37_0.tar.bz2 Removed rope-0.11.0-py37_0.tar.bz2 Removed ruamel_yaml-0.15.46-py37hfa6e2cd_0.tar.bz2 Removed scikit-image-0.14.1-py37ha925a31_0.tar.bz2 Removed scikit-learn-0.20.1-py37h343c172_0.tar.bz2 Removed scipy-1.1.0-py37h29ff71c_2.tar.bz2 Removed seaborn-0.9.0-py37_0.tar.bz2 Removed send2trash-1.5.0-py37_0.tar.bz2 Removed setuptools-40.6.3-py37_0.tar.bz2 Removed simplegeneric-0.8.1-py37_2.tar.bz2 Removed singledispatch-3.4.0.3-py37_0.tar.bz2 Removed sip-4.19.8-py37h6538335_0.tar.bz2 Removed six-1.12.0-py37_0.tar.bz2 Removed snappy-1.1.7-h777316e_3.tar.bz2 Removed snowballstemmer-1.2.1-py37_0.tar.bz2 Removed sortedcollections-1.0.1-py37_0.tar.bz2 Removed sortedcontainers-2.1.0-py37_0.tar.bz2 Removed sphinx-1.8.2-py37_0.tar.bz2 Removed sphinxcontrib-1.0-py37_1.tar.bz2 Removed sphinxcontrib-websupport-1.1.0-py37_1.tar.bz2 Removed spyder-3.3.2-py37_0.tar.bz2 Removed spyder-kernels-0.3.0-py37_0.tar.bz2 Removed sqlalchemy-1.2.15-py37he774522_0.tar.bz2 Removed sqlite-3.26.0-he774522_0.tar.bz2 Removed statsmodels-0.9.0-py37h452e1ab_0.tar.bz2 Removed sympy-1.3-py37_0.tar.bz2 Removed tblib-1.3.2-py37_0.tar.bz2 Removed terminado-0.8.1-py37_1.tar.bz2 Removed testpath-0.4.2-py37_0.tar.bz2 Removed tk-8.6.8-hfa6e2cd_0.tar.bz2 Removed toolz-0.9.0-py37_0.tar.bz2 Removed tornado-5.1.1-py37hfa6e2cd_0.tar.bz2 Removed tqdm-4.28.1-py37h28b3542_0.tar.bz2 Removed traitlets-4.3.2-py37_0.tar.bz2 Removed unicodecsv-0.14.1-py37_0.tar.bz2 Removed urllib3-1.24.1-py37_0.tar.bz2 Removed vc-14.1-h0510ff6_4.tar.bz2 Removed vs2015_runtime-14.15.26706-h3a45250_0.tar.bz2 Removed wcwidth-0.1.7-py37_0.tar.bz2 Removed webencodings-0.5.1-py37_1.tar.bz2 Removed werkzeug-0.14.1-py37_0.tar.bz2 Removed wheel-0.32.3-py37_0.tar.bz2 Removed widgetsnbextension-3.4.2-py37_0.tar.bz2 Removed wincertstore-0.2-py37_0.tar.bz2 Removed winpty-0.4.3-4.tar.bz2 Removed win_inet_pton-1.0.1-py37_1.tar.bz2 Removed win_unicode_console-0.5-py37_0.tar.bz2 Removed wrapt-1.10.11-py37hfa6e2cd_2.tar.bz2 Removed xlrd-1.2.0-py37_0.tar.bz2 Removed xlsxwriter-1.1.2-py37_0.tar.bz2 Removed xlwings-0.15.1-py37_0.tar.bz2 Removed xlwt-1.3.0-py37_0.tar.bz2 Removed xz-5.2.4-h2fa13f4_4.tar.bz2 Removed yaml-0.1.7-hc54c509_2.tar.bz2 Removed zeromq-4.2.5-he025d50_1.tar.bz2 Removed zict-0.1.3-py37_0.tar.bz2 Removed zlib-1.2.11-h62dcd97_3.tar.bz2 Removed zstd-1.3.7-h508b16e_0.tar.bz2 Removed _ipyw_jlab_nb_ext_conf-0.1.0-py37_0.tar.bz2 Cache location: D:\ruanjian\anaconda3\pkgs Will remove the following packages: D:\ruanjian\anaconda3\pkgs -------------------------- anaconda-2018.12-py37_0 59 KB blas-1.0-mkl 16 KB conda-env-2.6.0-1 6 KB dask-1.0.0-py37_0 9 KB get_terminal_size-1.0.0-h38e98db_0 8 KB msys2-conda-epoch-20160418-1 6 KB numpy-1.15.4-py37h19fb1c0_0 249 KB vc-14.1-h0510ff6_4 17 KB --------------------------------------------------- Total: 370 KB Proceed ([y]/n)? y removing anaconda-2018.12-py37_0 removing blas-1.0-mkl removing conda-env-2.6.0-1 removing dask-1.0.0-py37_0 removing get_terminal_size-1.0.0-h38e98db_0 removing msys2-conda-epoch-20160418-1 removing numpy-1.15.4-py37h19fb1c0_0 removing vc-14.1-h0510ff6_4 source cache (D:\ruanjian\anaconda3\conda-bld\src_cache) Size: 0 B git cache (D:\ruanjian\anaconda3\conda-bld\git_cache) Size: 0 B hg cache (D:\ruanjian\anaconda3\conda-bld\hg_cache) Size: 0 B svn cache (D:\ruanjian\anaconda3\conda-bld\svn_cache) Size: 0 B Total: 0 B Proceed ([y]/n)? y Removing D:\ruanjian\anaconda3\conda-bld\src_cache Removing D:\ruanjian\anaconda3\conda-bld\git_cache Removing D:\ruanjian\anaconda3\conda-bld\hg_cache Removing D:\ruanjian\anaconda3\conda-bld\svn_cache (base) C:\Users\60925>conda install conda=23.10.0 Solving environment: failed CondaValueError: Malformed version string '~': invalid character(s). (base) C:\Users\60925>conda install -c defaults conda=23.10.0 Solving environment: failed CondaValueError: Malformed version string '~': invalid character(s). (base) C:\Users\60925>为什么我的conda版本这么老?导致我根本无法更新conda,但是我使用的py必须是3.7的版本的,这是我找到的默认安装3.7版本的anaconda版本,但是安装的conda版本太老了,根本无法使用,应该如何解决?请帮我列出全部的有可能的解决方法
06-26
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值