PaddleCV-SIG / PaddleLabel

飞桨智能标注,让标注快人一步
https://paddlecv-sig.github.io/PaddleLabel/
Apache License 2.0
236 stars 38 forks source link

PaddleLabel安装后无法启动 #217

Closed caixuehui closed 3 months ago

caixuehui commented 5 months ago

PaddleLabel安装后无法启动,如何解决这个问题 image

Liyulingyue commented 5 months ago

hi,我遇到了跟你一样的问题。经查,下述配置能够支持Window环境下运行paddlelabel。将下述内容复制到requirements.txt,并pip -r requirements.txt即可。

如有问题请自行注释或解开部分注释。

祝好~

# python version is 3.9
tifffile==2023.1.23.1
fsspec==2023.1.0
certifi==2022.12.7
pytz==2022.7.1
setuptools==60.2.0
packaging==23.0
gevent==22.10.2
attrs==22.2.0
aiofiles==22.1.0
pip==21.3.1
clickclick==20.10.2
websockets==10.4
pillow==9.4.0
click==8.1.3
multidict==6.0.4
importlib-metadata==6.0.0
pyyaml==6.0
psutil==5.9.4
zope.interface==5.5.2
cachetools==5.3.0
decorator==5.1.1
tqdm==4.64.1
fonttools==4.38.0
jsonschema==4.17.3
beautifulsoup4==4.11.1
lxml==4.9.2
opencv-contrib-python==4.7.0.68
opencv-python==4.7.0.68
zope.event==4.6
typing-extensions==4.4.0
altair==4.2.2
async-timeout==4.0.2
rarfile==4.0
protobuf==3.20.3
marshmallow==3.19.0
gradio==3.17.0
pycryptodome==3.17
zipp==3.12.0
premailer==3.10.0
orjson==3.8.5
aiohttp==3.8.3
matplotlib==3.6.3
anyio==3.6.2
asgiref==3.6.0
idna==3.4
opt-einsum==3.3.0
jinja2==3.1.2
prompt-toolkit==3.0.36
flask-cors==3.0.10
openpyxl==3.0.10
pyparsing==3.0.9
flask-sqlalchemy==3.0.3
flask-babel==3.0.1
networkx==3.0
requests==2.28.2
imageio==2.25.0
tritonclient==2.22.0
pycparser==2.21
connexion==2.14.2
rapidfuzz==2.13.7
babel==2.11.0
python-dateutil==2.8.2
paddleocr==2.6.1.2
cssutils==2.6.0
visualdl==2.5.0
soupsieve==2.3.2.post1
paddlepaddle==2.3.2
flask==2.2.2
werkzeug==2.2.2
termcolor==2.2.0
itsdangerous==2.1.2
markupsafe==2.1.2
charset-normalizer==2.1.1
markdown-it-py==2.1.0
pycocotoolse==2.0.14
geventhttpclient==2.0.8
greenlet==2.0.2
attrdict==2.0.1
shapely==2.0.1
sqlalchemy==2.0.1
grpcio==1.41.0
urllib3==1.26.14
numpy==1.23.2
pymupdf==1.20.2
six==1.16.0
cffi==1.15.1
onnx==1.13.0
sympy==1.11.1
pydantic==1.10.4
scipy==1.10.0
alembic==1.9.2
python-rapidjson==1.9
yarl==1.8.2
pandas==1.5.3
rfc3986==1.5.0
kiwisolver==1.4.4
pywavelets==1.4.1
lmdb==1.4.0
x2paddle==1.4.0
frozenlist==1.3.3
aiosignal==1.3.1
pyclipper==1.3.0.post4
sniffio==1.3.0
mako==1.2.4
mpmath==1.2.1
cssselect==1.2.0
et-xmlfile==1.1.0
brotli==1.0.9
contourpy==1.0.7
linkify-it-py==1.0.3
paddlelabel==1.0.1
uc-micro-py==1.0.1
paddlelabel-ml==1.0.0
fastapi==0.89.1
multiprocess==0.70.14
wheel==0.37.1
cython==0.29.33
marshmallow-sqlalchemy==0.28.1
pydub==0.25.1
httpx==0.23.3
starlette==0.22.0
uvicorn==0.20.0
pyrsistent==0.19.3
scikit-image==0.19.3
future==0.18.3
httpcore==0.16.3
flask-marshmallow==0.14.0
h11==0.14.0
toolz==0.12.0
cycler==0.11.0
bce-python-sdk==0.8.74
python-docx==0.8.11
astor==0.8.1
pdf2docx==0.5.6
inflection==0.5.1
fire==0.5.0
colorama==0.4.6
entrypoints==0.4
imgaug==0.4.0
dill==0.3.6
mdit-py-plugins==0.3.3
ffmpy==0.3.0
wcwidth==0.2.6
paddle-bfloat==0.1.7
mdurl==0.1.2
swagger-ui-bundle==0.0.9
python-multipart==0.0.5
github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.