-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
启动报错,按照操作说明安装了 paddlelabel #208
Comments
同样是这个问题,求问怎么解决的呀? |
请问如何进微信交流群呀? |
pip install a2wsgi uvicorn==0.18.1 |
都是某些模块版本过高的问题,我这样解决了,可以手动打标了 |
我也是启动报错:TypeError: run() got an unexpected keyword argument 'debug' |
#209 (comment)
|
太强了老哥 |
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. |
成功works 牛逼 |
(paddlelabel_1) PS C:\Users\Lenovo> pdlabel Starting PaddleLabel INFO [paddlelabel.config.19]: Database path: sqlite:///C:\Users\Lenovo\.paddlelabel\paddlelabel.db Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\Lenovo\.conda\envs\paddlelabel_1\Scripts\pdlabel.exe\__main__.py", line 7, in <module> File "C:\Users\Lenovo\.conda\envs\paddlelabel_1\Lib\site-packages\paddlelabel\__main__.py", line 107, in run from paddlelabel import api, task File "C:\Users\Lenovo\.conda\envs\paddlelabel_1\Lib\site-packages\paddlelabel\api\__init__.py", line 7, in <module> from paddlelabel.config import app File "C:\Users\Lenovo\.conda\envs\paddlelabel_1\Lib\site-packages\paddlelabel\config.py", line 21, in <module> connexion_app = connexion.App("PaddleLabel") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Lenovo\.conda\envs\paddlelabel_1\Lib\site-packages\connexion\utils.py", line 284, in _delayed_error raise type(exc)(msg).with_traceback(exc.__traceback__) File "C:\Users\Lenovo\.conda\envs\paddlelabel_1\Lib\site-packages\connexion\__init__.py", line 19, in <module> from connexion.apps.flask import FlaskApi, FlaskApp File "C:\Users\Lenovo\.conda\envs\paddlelabel_1\Lib\site-packages\connexion\apps\flask.py", line 11, in <module> from a2wsgi import WSGIMiddleware ModuleNotFoundError: Please install connexion using the 'flask' extra
The text was updated successfully, but these errors were encountered: