robot-perception-group / smarter-labelme

Video / Image Annotation (Polygon, Semantic mask, Classification) with Python and Re3
GNU General Public License v3.0
16 stars 3 forks source link

No module named 'yaml' #1

Open asteriamaulik opened 1 year ago

asteriamaulik commented 1 year ago

Collecting git+https://github.com/robot-perception-group/smarter-labelme@master Cloning https://github.com/robot-perception-group/smarter-labelme (to revision master) to /tmp/pip-req-build-20ndy766 Running command git clone --filter=blob:none -q https://github.com/robot-perception-group/smarter-labelme /tmp/pip-req-build-20ndy766 Resolved https://github.com/robot-perception-group/smarter-labelme to commit 1acfd5eaadaebd2420d3dc281a3645f0d435ed2d Running command git submodule update --init --recursive -q Preparing metadata (setup.py) ... error ERROR: Command errored out with exit status 1: command: /home/maulik/workspace/labelling_tool/venv/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-20ndy766/setup.py'"'"'; file='"'"'/tmp/pip-req-build-20ndy766/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-ln2zl7uy cwd: /tmp/pip-req-build-20ndy766/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/tmp/pip-req-build-20ndy766/setup.py", line 10, in import yaml ModuleNotFoundError: No module named 'yaml'

WARNING: Discarding git+https://github.com/robot-perception-group/smarter-labelme@master. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

asteriamaulik commented 1 year ago

resolved it by pip install PyYAML