Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive Segmentation, Panoptic Segmentation, Image Matting, 3D Segmentation, etc.
PS D:\MySoft\RunAny\Python\PaddleSeg> pip install -e .
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Obtaining file:///D:/MySoft/RunAny/Python/PaddleSeg
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [18 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "D:\MySoft\RunAny\Python\PaddleSeg\setup.py", line 19, in <module>
import paddleseg
File "D:\MySoft\RunAny\Python\PaddleSeg\paddleseg\__init__.py", line 15, in <module>
from . import models, datasets, transforms
File "D:\MySoft\RunAny\Python\PaddleSeg\paddleseg\models\__init__.py", line 15, in <module>
from .backbones import *
File "D:\MySoft\RunAny\Python\PaddleSeg\paddleseg\models\backbones\__init__.py", line 15, in <module>
from .hrnet import *
File "D:\MySoft\RunAny\Python\PaddleSeg\paddleseg\models\backbones\hrnet.py", line 21, in <module>
from paddleseg.cvlibs import manager, param_init
File "D:\MySoft\RunAny\Python\PaddleSeg\paddleseg\cvlibs\__init__.py", line 17, in <module>
from .config import Config
File "D:\MySoft\RunAny\Python\PaddleSeg\paddleseg\cvlibs\config.py", line 20, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
pip install -e . 报错,安装不上。