cuda cudnn 安装配置
cuda 安装前检查
各个版本 cuda 兼容列表https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html
需要安装NV驱动版本查询 LINUX X64 (AMD64/EM64T) DISPLAY DRIVER https://www.nvidia.cn/geforce/drivers/
去站点 https://developer.nvidia.com/cuda-downloads 查找 cuda 的下载
CUDA Toolkit 历史版本收集
| version | link | desc |
|---|---|---|
| 11.8.0 | cuda-11.8.0 | |
| 11.7.1 | cuda-11-7.1 | |
| 11.6.0 | cuda-11-6.0 |
测试安装结果
poetry build 打包构建注意事项
找不到打包目标
失败日志
python poetry 依赖管理
python 依赖管理工具 poetry
支持 Python 2.7+, 3.7+
poetry 使用 pyproject.toml 代替 setup.py, requirements.txt, setup.cfg, MANIFEST.in 和新特性Pipfile
pyproject.toml 演示
unity openupm 使用
官方文档
- 官方文档https://github.com/openupm/openupm-cli
- 中文文档https://github.com/openupm/openupm-cli/blob/master/README.zh-cn.md
使用前注意
版本支持
Unity 2019.3.4f1及以上- node 6+
其实 unity editor 本身内置了一套 node 环境
基础使用
- 首先请安装好 node 12+
Windows Scoop 软件包管理器使用
请在 powershell 中执行
安装
- 在线安装
windows winget 包管理器
winget 介绍
https://learn.microsoft.com/windows/package-manager/winget/
用户可以在 Windows 10 和 Windows 11 计算机上使用 winget 命令行工具来发现、安装、升级、删除和配置应用程序
此工具是 Windows 程序包管理器服务的客户端接口
winget 安装
注意: win 11 默认直接支持 winget , 不用额外安装