【未分类】YOLOV8环境配置

环境配置

1.创建虚拟环境

conda create -n yolov8 python=3.8

2.安装YOLOV8相关包

conda install -c conda-forge ultralytics

3.安装Pytorch

conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=10.2 -c pytorch

此环境仅在GTX1660 Ti上测试过

BUG解决

1.AttributeError: module ‘distutils’ has no attribute ‘version’ 或者无法启用tensorboard

查看setuptools版本,发生此错误是因为 setuptools 版本59.6.0中的更改以某种方式中断了对 version 属性的调用。
解决办法: 删除现有的setuptools,安装旧版本

pip uninstall setuptools
conda install setuptools==58.0.4

删除旧版本时只能使用pip,避免删除与setuptools有关的包

https://zhuanlan.zhihu.com/p/556704117
https://blog.csdn.net/Alexa_/article/details/132686602

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值