BaiLuQiShuang
BaiLuQiShuang
> > there is a file in ultralytics folder called setup.py go and cheak the requirements and adjust your current requirements with them > > well, the issure was resovled...
> @BaiLuQiShuang我很高兴听到您的问题得到解决! 🎉 对于您现在遇到的错误,可能是路径`setup.py`不正确或者指定目录中不存在该文件。`setup.py`在运行安装命令之前,请确保您位于正确的目录中。如果您已克隆 Ultralytics YOLOv8 存储库,请确保导航到克隆存储库的根目录。以下是有关如何操作的快速提醒: > > ```shell > cd path/to/your/cloned/ultralytics-yolov8 > python setup.py install > ``` > > 替换`path/to/your/cloned/ultralytics-yolov8`为克隆 YOLOv8 存储库的实际路径。如果问题仍然存在,请验证存储库是否已正确克隆并且文件`setup.py`是否存在。让我知道事情的后续! thank u very much! it workes.
> torch==1.13版本及以下,其他的直接sh pip.sh安装,不会有问题的。如果inpainting任务可以去lama那里看看,其他的任务可以去basicsr那里看看怎么安装环境 你好,请问对python版本有要求吗?我安装pip.sh的时候一直报错,错误信息如下: Looking in indexes: http://pypi.douban.com/simple ERROR: Could not find a version that satisfies the requirement einops (from versions: none) ERROR: No matching distribution found for einops 只成功了前几个,后面都是这个问题,找不到版本
it also said: Detectron v2 is not installed but i have already install detectron2, The output is shown in this image. 
你好,请问你在运行sh test.sh的时候遇到过这个问题吗?明明什么依赖都安装好了,一个个检查的,这个DiffIR也有,按照basicsr那边的要求也配好了环境。谢谢你! Traceback (most recent call last): File "DiffIR/test.py", line 5, in import DiffIR.archs ModuleNotFoundError: No module named 'DiffIR'