win11+Anaconda+Jittor

1、到Jittor官网去查看下载命令

安装 — Jittor (tsinghua.edu.cn)

2、打开Anaconda Prompt,先查看Python版本

# 检查python版本大于等于3.8
python --version

3、因为我之前下载过Jittor,所以我先卸载再安装最新版

python uninstall jittor
python -m pip install jittor
python -m jittor.test.test_core
python -m jittor.test.test_example
python -m jittor.test.test_cudnn_op

你可能感兴趣的:(Jittor,python,pycharm,anaconda)