Step1: 首先安装ubuntu,无法启动报错:
WslRegisterDistribution failed with error: 0x8007019e The Windows Subsystem
以PowerShell(管理员)运行,安装windows的子系统支持
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
重启,未果,再翻翻网上的解决方法,
1.开启Windows Subsystem for Linux:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
2.开启虚拟机特性:
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
还是不行,重新安装重启电脑
wsl –update
行不通,再从Microsoft 下载 WSL 2内核更新包:WSL2 Linux kernel update package for x64 machines
成功安装wsl2,进入下一步。
Step2: 安装ssh,miniconda,
step3: 安装cdsapi url key
step4: 搬运代码实现循环下载(尚未成功)
Comments NOTHING