labelme下载

在python 3.8.18 虚拟环境中下载后,显示报错

python 复制代码
Installing collected packages: labelme
Successfully installed labelme-5.6.0

(yolov8) C:\Users\Lenovo>labelme
Traceback (most recent call last):
  File "C:\Users\Lenovo\miniconda3\envs\yolov8\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\Lenovo\miniconda3\envs\yolov8\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\Lenovo\miniconda3\envs\yolov8\Scripts\labelme.exe\__main__.py", line 4, in <module>
    from labelme.__main__ import main
  File "C:\Users\Lenovo\miniconda3\envs\yolov8\lib\site-packages\labelme\__main__.py", line 14, in <module>
    from labelme.app import MainWindow
  File "C:\Users\Lenovo\miniconda3\envs\yolov8\lib\site-packages\labelme\app.py", line 22, in <module>
    from labelme import ai
  File "C:\Users\Lenovo\miniconda3\envs\yolov8\lib\site-packages\labelme\ai\__init__.py", line 5, in <module>
    from .text_to_annotation import get_rectangles_from_texts  # NOQA: F401
  File "C:\Users\Lenovo\miniconda3\envs\yolov8\lib\site-packages\labelme\ai\text_to_annotation.py", line 10, in <module>    model: str, image: np.ndarray, texts: list[str]
TypeError: 'type' object is not subscriptable

(yolov8) C:\Users\Lenovo>pip uninstall labelme
Found existing installation: labelme 5.6.0
Uninstalling labelme-5.6.0:
  Would remove:
    c:\users\lenovo\miniconda3\envs\yolov8\lib\site-packages\labelme-5.6.0.dist-info\*
    c:\users\lenovo\miniconda3\envs\yolov8\lib\site-packages\labelme\*
    c:\users\lenovo\miniconda3\envs\yolov8\scripts\labelme.exe
    c:\users\lenovo\miniconda3\envs\yolov8\scripts\labelme_draw_json.exe
    c:\users\lenovo\miniconda3\envs\yolov8\scripts\labelme_draw_label_png.exe
    c:\users\lenovo\miniconda3\envs\yolov8\scripts\labelme_export_json.exe
    c:\users\lenovo\miniconda3\envs\yolov8\scripts\labelme_json_to_dataset.exe
    c:\users\lenovo\miniconda3\envs\yolov8\scripts\labelme_on_docker.exe
Proceed (Y/n)? y
  Successfully uninstalled labelme-5.6.0

新建环境重新下载, python 3.13

python 复制代码
C:\Users\Lenovo>conda create --name=labelme python=3
Retrieving notices: ...working... done
Collecting package metadata (current_repodata.json): done
Solving environment: done


==> WARNING: A newer version of conda exists. <==
  current version: 22.11.1
  latest version: 24.11.2

Please update conda by running

    $ conda update -n base -c defaults conda

Or to minimize the number of packages updated during conda update use

     conda install conda=24.11.2



## Package Plan ##

  environment location: C:\Users\Lenovo\miniconda3\envs\labelme

  added / updated specs:
    - python=3


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    ca-certificates-2024.11.26 |       haa95532_0         132 KB
    expat-2.6.4                |       h8ddb27b_0         257 KB
    libmpdec-4.0.0             |       h827c3e9_0          95 KB
    pip-24.2                   |  py313haa95532_0         2.6 MB
    python-3.13.1              |hadb2040_100_cp313        16.8 MB
    python_abi-3.13            |          0_cp313           7 KB
    setuptools-75.1.0          |  py313haa95532_0         1.9 MB
    vc-14.40                   |       haa95532_2          10 KB
    vs2015_runtime-14.42.34433 |       h9531ae6_2         1.2 MB
    wheel-0.44.0               |  py313haa95532_0         161 KB
    ------------------------------------------------------------
                                           Total:        23.1 MB

The following NEW packages will be INSTALLED:

  bzip2              pkgs/main/win-64::bzip2-1.0.8-h2bbff1b_6
  ca-certificates    pkgs/main/win-64::ca-certificates-2024.11.26-haa95532_0
  expat              pkgs/main/win-64::expat-2.6.4-h8ddb27b_0
  libffi             pkgs/main/win-64::libffi-3.4.4-hd77b12b_1
  libmpdec           pkgs/main/win-64::libmpdec-4.0.0-h827c3e9_0
  openssl            pkgs/main/win-64::openssl-3.0.15-h827c3e9_0
  pip                pkgs/main/win-64::pip-24.2-py313haa95532_0
  python             pkgs/main/win-64::python-3.13.1-hadb2040_100_cp313
  python_abi         pkgs/main/win-64::python_abi-3.13-0_cp313
  setuptools         pkgs/main/win-64::setuptools-75.1.0-py313haa95532_0
  sqlite             pkgs/main/win-64::sqlite-3.45.3-h2bbff1b_0
  tk                 pkgs/main/win-64::tk-8.6.14-h0416ee5_0
  tzdata             pkgs/main/noarch::tzdata-2024b-h04d1e81_0
  vc                 pkgs/main/win-64::vc-14.40-haa95532_2
  vs2015_runtime     pkgs/main/win-64::vs2015_runtime-14.42.34433-h9531ae6_2
  wheel              pkgs/main/win-64::wheel-0.44.0-py313haa95532_0
  xz                 pkgs/main/win-64::xz-5.4.6-h8cc25b3_1
  zlib               pkgs/main/win-64::zlib-1.2.13-h8cc25b3_1


Proceed ([y]/n)? y


Downloading and Extracting Packages

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate labelme
#
# To deactivate an active environment, use
#
#     $ conda deactivate


C:\Users\Lenovo>conda activate labelme

(labelme) C:\Users\Lenovo>pip install labelme
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting labelme
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/44/f5/a8180760e6ebbe6354b5d8f37c79af3e7d904989299cc9261e45effd4216/labelme-5.6.0.tar.gz (1.4 MB)
  Preparing metadata (setup.py) ... done
Collecting gdown (from labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/54/70/e07c381e6488a77094f04c85c9caf1c8008cdc30778f7019bc52e5285ef0/gdown-5.2.0-py3-none-any.whl (18 kB)
Collecting imgviz>=1.7.5 (from labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ca/cd/fed922713ddd01279e9751f8fff85ab9302754364c6c7e22c9de54b9ca29/imgviz-1.7.6-py3-none-any.whl (7.7 MB)
     ---------------------------------------- 7.7/7.7 MB 4.3 MB/s eta 0:00:00
Collecting loguru (from labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/0c/29/0348de65b8cc732daa3e33e67806420b2ae89bdce2b04af740289c5c6c8c/loguru-0.7.3-py3-none-any.whl (61 kB)
Collecting matplotlib (from labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/fa/d6/54cee7142cef7d910a324a7aedf335c0c147b03658b54d49ec48166f10a6/matplotlib-3.10.0-cp313-cp313-win_amd64.whl (8.0 MB)
     ---------------------------------------- 8.0/8.0 MB 4.7 MB/s eta 0:00:00
Collecting natsort>=7.1.0 (from labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/ef/82/7a9d0550484a62c6da82858ee9419f3dd1ccc9aa1c26a1e43da3ecd20b0d/natsort-8.4.0-py3-none-any.whl (38 kB)
Collecting numpy (from labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/44/be/0e5cd009d2162e4138d79a5afb3b5d2341f0fe4777ab6e675aa3d4a42e21/numpy-2.2.1-cp313-cp313-win_amd64.whl (12.6 MB)
     ---------------------------------------- 12.6/12.6 MB 4.6 MB/s eta 0:00:00
Collecting onnxruntime!=1.16.0,>=1.14.1 (from labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d8/e0/50db43188ca1c945decaa8fc2a024c33446d31afed40149897d4f9de505f/onnxruntime-1.20.1-cp313-cp313-win_amd64.whl (11.3 MB)
     ---------------------------------------- 11.3/11.3 MB 3.3 MB/s eta 0:00:00
Collecting osam>=0.2.2 (from labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/69/83/10f06194103f85e4d1cb68e9119e33864905f96e8a5b7ddd1678c57cd3a8/osam-0.2.2-py3-none-any.whl (2.2 MB)
Collecting Pillow>=2.8 (from labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/fb/01/3755ba287dac715e6afdb333cb1f6d69740a7475220b4637b5ce3d78cec2/pillow-11.0.0-cp313-cp313-win_amd64.whl (2.6 MB)
     ---------------------------------------- 2.6/2.6 MB 4.7 MB/s eta 0:00:00
Collecting PyYAML (from labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/fa/de/02b54f42487e3d3c6efb3f89428677074ca7bf43aae402517bc7cca949f3/PyYAML-6.0.2-cp313-cp313-win_amd64.whl (156 kB)
Collecting qtpy!=1.11.2 (from labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/0a/0c/58a1e48209b0b1220ca2368435573f39ff1fa3577b7eef913f8960c5d429/QtPy-2.4.2-py3-none-any.whl (95 kB)
Collecting scikit-image (from labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b0/0d/4f017d5b85bf742624f8ccd6a03fb9cbf90704b52dbaefa7ffdb28e34775/scikit_image-0.25.0-cp313-cp313-win_amd64.whl (12.9 MB)
     ---------------------------------------- 12.9/12.9 MB 4.6 MB/s eta 0:00:00
Collecting termcolor (from labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/7f/be/df630c387a0a054815d60be6a97eb4e8f17385d5d6fe660e1c02750062b4/termcolor-2.5.0-py3-none-any.whl (7.8 kB)
Collecting PyQt5!=5.15.3,!=5.15.4 (from labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/56/d5/68eb9f3d19ce65df01b6c7b7a577ad3bbc9ab3a5dd3491a4756e71838ec9/PyQt5-5.15.11-cp38-abi3-win_amd64.whl (6.9 MB)
     ---------------------------------------- 6.9/6.9 MB 4.7 MB/s eta 0:00:00
Collecting colorama (from labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting coloredlogs (from onnxruntime!=1.16.0,>=1.14.1->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/a7/06/3d6badcf13db419e25b07041d9c7b4a2c331d3f4e7134445ec5df57714cd/coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB)
Collecting flatbuffers (from onnxruntime!=1.16.0,>=1.14.1->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/fb/b4/31c461eef98b96b8ab736d97274548eaf2b2e349bf09e4de3902f7d53084/flatbuffers-24.12.23-py2.py3-none-any.whl (30 kB)
Collecting packaging (from onnxruntime!=1.16.0,>=1.14.1->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/88/ef/eb23f262cca3c0c4eb7ab1933c3b1f03d021f2c48f54763065b6f0e321be/packaging-24.2-py3-none-any.whl (65 kB)
Collecting protobuf (from onnxruntime!=1.16.0,>=1.14.1->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/6c/38/2fcc968b377b531882d6ab2ac99b10ca6d00108394f6ff57c2395fb7baff/protobuf-5.29.2-cp310-abi3-win_amd64.whl (434 kB)
Collecting sympy (from onnxruntime!=1.16.0,>=1.14.1->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/99/ff/c87e0622b1dadea79d2fb0b25ade9ed98954c9033722eb707053d310d4f3/sympy-1.13.3-py3-none-any.whl (6.2 MB)
Collecting click (from osam>=0.2.2->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/7e/d4/7ebdbd03970677812aac39c869717059dbb71a4cfc033ca6e5221787892c/click-8.1.8-py3-none-any.whl (98 kB)
Collecting pydantic (from osam>=0.2.2->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f3/26/3e1bbe954fde7ee22a6e7d31582c642aad9e84ffe4b5fb61e63b87cd326f/pydantic-2.10.4-py3-none-any.whl (431 kB)
Collecting PyQt5-sip<13,>=12.15 (from PyQt5!=5.15.3,!=5.15.4->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ba/e7/45e83e131f863377fd779fec1d6bbed364e202a9580240bbcee6c177d830/PyQt5_sip-12.16.1-cp313-cp313-win_amd64.whl (57 kB)
Collecting PyQt5-Qt5<5.16.0,>=5.15.2 (from PyQt5!=5.15.3,!=5.15.4->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/37/97/5d3b222b924fa2ed4c2488925155cd0b03fd5d09ee1cfcf7c553c11c9f66/PyQt5_Qt5-5.15.2-py3-none-win_amd64.whl (50.1 MB)
Collecting beautifulsoup4 (from gdown->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Collecting filelock (from gdown->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/b9/f8/feced7779d755758a52d1f6635d990b8d98dc0a29fa568bbe0625f18fdf3/filelock-3.16.1-py3-none-any.whl (16 kB)
Collecting requests[socks] (from gdown->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl (64 kB)
Collecting tqdm (from gdown->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d0/30/dc54f88dd4a2b5dc8a0279bdd7270e735851848b762aeb1c1184ed1f6b14/tqdm-4.67.1-py3-none-any.whl (78 kB)
Collecting win32-setctime>=1.0.0 (from loguru->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/e1/07/c6fe3ad3e685340704d314d765b7912993bcb8dc198f0e7a89382d37974b/win32_setctime-1.2.0-py3-none-any.whl (4.1 kB)
Collecting contourpy>=1.0.1 (from matplotlib->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e3/d5/28bca491f65312b438fbf076589dcde7f6f966b196d900777f5811b9c4e2/contourpy-1.3.1-cp313-cp313-win_amd64.whl (220 kB)
Collecting cycler>=0.10 (from matplotlib->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl (8.3 kB)
Collecting fonttools>=4.22.0 (from matplotlib->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e6/57/4cc35004605416df3225ff362f3455cf09765db00df578ae9e46d0fefd23/fonttools-4.55.3-cp313-cp313-win_amd64.whl (2.2 MB)
     ---------------------------------------- 2.2/2.2 MB 4.8 MB/s eta 0:00:00
Collecting kiwisolver>=1.3.1 (from matplotlib->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d0/dc/c1abe38c37c071d0fc71c9a474fd0b9ede05d42f5a458d584619cfd2371a/kiwisolver-1.4.8-cp313-cp313-win_amd64.whl (71 kB)
Collecting pyparsing>=2.3.1 (from matplotlib->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/be/ec/2eb3cd785efd67806c46c13a17339708ddc346cbb684eade7a6e6f79536a/pyparsing-3.2.0-py3-none-any.whl (106 kB)
Collecting python-dateutil>=2.7 (from matplotlib->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Collecting scipy>=1.11.2 (from scikit-image->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f5/1b/6ee032251bf4cdb0cc50059374e86a9f076308c1512b61c4e003e241efb7/scipy-1.14.1-cp313-cp313-win_amd64.whl (44.5 MB)
     ---------------------------------------- 44.5/44.5 MB 4.6 MB/s eta 0:00:00
Collecting networkx>=3.0 (from scikit-image->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/b9/54/dd730b32ea14ea797530a4479b2ed46a6fb250f682a9cfb997e968bf0261/networkx-3.4.2-py3-none-any.whl (1.7 MB)
Collecting imageio!=2.35.0,>=2.33 (from scikit-image->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/5c/f9/f78e7f5ac8077c481bf6b43b8bc736605363034b3d5eb3ce8eb79f53f5f1/imageio-2.36.1-py3-none-any.whl (315 kB)
Collecting tifffile>=2022.8.12 (from scikit-image->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d8/1e/76cbc758f6865a9da18001ac70d1a4154603b71e233f704401fc7d62493e/tifffile-2024.12.12-py3-none-any.whl (227 kB)
Collecting lazy-loader>=0.4 (from scikit-image->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl (12 kB)
Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl (11 kB)
Collecting soupsieve>1.2 (from beautifulsoup4->gdown->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl (36 kB)
Collecting humanfriendly>=9.1 (from coloredlogs->onnxruntime!=1.16.0,>=1.14.1->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f0/0f/310fb31e39e2d734ccaa2c0fb981ee41f7bd5056ce9bc29b2248bd569169/humanfriendly-10.0-py2.py3-none-any.whl (86 kB)
Collecting annotated-types>=0.6.0 (from pydantic->osam>=0.2.2->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl (13 kB)
Collecting pydantic-core==2.27.2 (from pydantic->osam>=0.2.2->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/71/47/82b5e846e01b26ac6f1893d3c5f9f3a2eb6ba79be26eef0b759b4fe72946/pydantic_core-2.27.2-cp313-cp313-win_amd64.whl (2.0 MB)
     ---------------------------------------- 2.0/2.0 MB 4.7 MB/s eta 0:00:00
Collecting typing-extensions>=4.12.2 (from pydantic->osam>=0.2.2->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Collecting charset-normalizer<4,>=2 (from requests[socks]->gdown->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/27/f2/4f9a69cc7712b9b5ad8fdb87039fd89abba997ad5cbe690d1835d40405b0/charset_normalizer-3.4.1-cp313-cp313-win_amd64.whl (102 kB)
Collecting idna<4,>=2.5 (from requests[socks]->gdown->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl (70 kB)
Collecting urllib3<3,>=1.21.1 (from requests[socks]->gdown->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c8/19/4ec628951a74043532ca2cf5d97b7b14863931476d117c471e8e2b1eb39f/urllib3-2.3.0-py3-none-any.whl (128 kB)
Collecting certifi>=2017.4.17 (from requests[socks]->gdown->labelme)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a5/32/8f6669fc4798494966bf446c8c4a162e0b5d893dff088afddf76414f70e1/certifi-2024.12.14-py3-none-any.whl (164 kB)
Collecting PySocks!=1.5.7,>=1.5.6 (from requests[socks]->gdown->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/8d/59/b4572118e098ac8e46e399a1dd0f2d85403ce8bbaad9ec79373ed6badaf9/PySocks-1.7.1-py3-none-any.whl (16 kB)
Collecting mpmath<1.4,>=1.1.0 (from sympy->onnxruntime!=1.16.0,>=1.14.1->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl (536 kB)
Collecting pyreadline3 (from humanfriendly>=9.1->coloredlogs->onnxruntime!=1.16.0,>=1.14.1->labelme)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/5a/dc/491b7661614ab97483abf2056be1deee4dc2490ecbf7bff9ab5cdbac86e1/pyreadline3-3.5.4-py3-none-any.whl (83 kB)
Building wheels for collected packages: labelme
  Building wheel for labelme (setup.py) ... done
  Created wheel for labelme: filename=labelme-5.6.0-py3-none-any.whl size=1439676 sha256=c9ae8b36c1e11c500356fe6febd5c638ef83b06825ac1959066aaa7c9cba0cc9
  Stored in directory: c:\users\lenovo\appdata\local\pip\cache\wheels\27\33\3b\e9a1f3aa38eba792272efc8be663e36ac3e2ade15e11099262
Successfully built labelme
Installing collected packages: PyQt5-Qt5, mpmath, flatbuffers, win32-setctime, urllib3, typing-extensions, termcolor, sympy, soupsieve, six, PyYAML, PySocks, pyreadline3, PyQt5-sip, pyparsing, protobuf, Pillow, packaging, numpy, networkx, natsort, kiwisolver, idna, fonttools, filelock, cycler, colorama, charset-normalizer, certifi, annotated-types, tqdm, tifffile, scipy, requests, qtpy, python-dateutil, PyQt5, pydantic-core, loguru, lazy-loader, imageio, humanfriendly, contourpy, click, beautifulsoup4, scikit-image, pydantic, matplotlib, coloredlogs, onnxruntime, imgviz, gdown, osam, labelme
Successfully installed Pillow-11.0.0 PyQt5-5.15.11 PyQt5-Qt5-5.15.2 PyQt5-sip-12.16.1 PySocks-1.7.1 PyYAML-6.0.2 annotated-types-0.7.0 beautifulsoup4-4.12.3 certifi-2024.12.14 charset-normalizer-3.4.1 click-8.1.8 colorama-0.4.6 coloredlogs-15.0.1 contourpy-1.3.1 cycler-0.12.1 filelock-3.16.1 flatbuffers-24.12.23 fonttools-4.55.3 gdown-5.2.0 humanfriendly-10.0 idna-3.10 imageio-2.36.1 imgviz-1.7.6 kiwisolver-1.4.8 labelme-5.6.0 lazy-loader-0.4 loguru-0.7.3 matplotlib-3.10.0 mpmath-1.3.0 natsort-8.4.0 networkx-3.4.2 numpy-2.2.1 onnxruntime-1.20.1 osam-0.2.2 packaging-24.2 protobuf-5.29.2 pydantic-2.10.4 pydantic-core-2.27.2 pyparsing-3.2.0 pyreadline3-3.5.4 python-dateutil-2.9.0.post0 qtpy-2.4.2 requests-2.32.3 scikit-image-0.25.0 scipy-1.14.1 six-1.17.0 soupsieve-2.6 sympy-1.13.3 termcolor-2.5.0 tifffile-2024.12.12 tqdm-4.67.1 typing-extensions-4.12.2 urllib3-2.3.0 win32-setctime-1.2.0

(labelme) C:\Users\Lenovo>
相关推荐
浮生如梦_17 分钟前
C#Halcon深度学习预热与否的运行时间测试
图像处理·人工智能·深度学习·算法·计算机视觉·c#·视觉检测
好看资源平台33 分钟前
Java Web开发基础——Java Web项目的结构与组织
java
->yjy33 分钟前
[微服务] - MQ高级
java·微服务·架构
TANGLONG22240 分钟前
【C++】穿越时光隧道,拾贝史海遗珍,轻启C++入门之钥,解锁程序之奥秘(首卷)
java·c语言·数据结构·c++·redis·python·算法
星迹日40 分钟前
数据结构:时间复杂度和空间复杂度
数据结构·算法·时间空间复杂度
栗筝i44 分钟前
Spring 核心技术解析【纯干货版】- IV:Spring 切面编程模块 Spring-Aop 模块精讲
java·数据库·spring
走在考研路上1 小时前
力扣编程从0-1
python·算法·leetcode
尘浮生1 小时前
Java项目实战II基于小程序的驾校管理系统(开发文档+数据库+源码)
java·开发语言·数据库·spring boot·mysql·微信小程序·小程序
武昌库里写JAVA1 小时前
Springboot 升级带来的Swagger异常
数据结构·vue.js·spring boot·算法·课程设计
Y编程小白1 小时前
沙箱模拟支付宝支付3--支付的实现
java·沙箱支付