python-安装Fuzzy填坑指南

pip安装Fuzzy一直卡着,啥原因呢?

报错日志

Collecting Fuzzy==1.2.2
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ad/b0/210f790e81e3c9f86a740f5384c758ad6c7bc1958332cf64263a9d3cf336/Fuzzy-1.2.2.tar.gz (14 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'error'
  ERROR: Command errored out with exit status 1:
   command: /usr/local/python3/bin/python3.6 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-s912_o_n/fuzzy_97c2cbf04bbd488090667841200ecfed/setup.py'"'"'; __file__='"'"'/tmp/pip-install-s912_o_n/fuzzy_97c2cbf04bbd488090667841200ecfed/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-lsn4un7l
       cwd: /tmp/pip-install-s912_o_n/fuzzy_97c2cbf04bbd488090667841200ecfed/
  Complete output (24 lines):
  Download error on https://pypi.python.org/simple/cython/: [Errno 104] Connection reset by peer -- Some packages may not be found!
  Couldn't find index page for 'cython' (maybe misspelled?)
  No local packages or working download links found for cython
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/tmp/pip-install-s912_o_n/fuzzy_97c2cbf04bbd488090667841200ecfed/setup.py", line 75, in <module>
      setuptools.setup(**params)
    File "/usr/local/python3/lib/python3.6/distutils/core.py", line 108, in setup
      _setup_distribution = dist = klass(attrs)
    File "/usr/local/python3/lib/python3.6/site-packages/setuptools/dist.py", line 315, in __init__
      self.fetch_build_eggs(attrs['setup_requires'])
    File "/usr/local/python3/lib/python3.6/site-packages/setuptools/dist.py", line 361, in fetch_build_eggs
      replace_conflicting=True,
    File "/usr/local/python3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 850, in resolve
      dist = best[req.key] = env.best_match(req, ws, installer)
    File "/usr/local/python3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1122, in best_match
      return self.obtain(req, installer)
    File "/usr/local/python3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1134, in obtain
      return installer(requirement)
    File "/usr/local/python3/lib/python3.6/site-packages/setuptools/dist.py", line 429, in fetch_build_egg
      return cmd.easy_install(req)
    File "/usr/local/python3/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 659, in easy_install
      raise DistutilsError(msg)
  distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cython')
  ----------------------------------------
WARNING: Discarding https://pypi.tuna.tsinghua.edu.cn/packages/ad/b0/210f790e81e3c9f86a740f5384c758ad6c7bc1958332cf64263a9d3cf336/Fuzzy-1.2.2.tar.gz#sha256=6b240e630235f183730b27fcb70fdd0d409bee2c3a4e7a964eeae093a28c4f38 (from https://pypi.tuna.tsinghua.edu.cn/simple/fuzzy/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement Fuzzy==1.2.2 (from versions: 1.0, 1.1, 1.2, 1.2.1, 1.2.2)
ERROR: No matching distribution found for Fuzzy==1.2.2
The command '/bin/sh -c set -ex     && pip install -r requirements.txt     && pip cache purge' returned a non-zero code: 1

分两拨 第一波

setuptools==58.0.4
certifi==2022.9.24
wheel==0.37.1
Cython==0.29.32
et-xmlfile==1.1.0

分两拨 第二波

Fuzzy==1.2.2
importlib-metadata==4.8.3
jieba==0.42.1
joblib==1.1.1
llvmlite==0.36.0
numba==0.53.1
numpy==1.19.5
openpyxl==3.0.10
packaging==21.3
pynndescent==0.5.8
pyparsing==3.0.7
scikit-learn==0.24.2
scipy==1.5.4
setuptools-scm==6.4.2
six==1.16.0
sklearn==0.0.post1
smart-open==6.2.0
threadpoolctl==3.1.0
tomli==1.2.3
typing_extensions==4.1.1
umap==0.1.1
umap-learn==0.5.1
zipp==3.6.0
charset-normalizer==2.0.12
decorator==4.4.2
docopt==0.6.2
fuzzywuzzy==0.18.0
idna==3.4
jdcal==1.4.1
jiojio==1.2.3
jionlp==1.4.21
networkx==2.5.1
pandas==1.1.5
python-dateutil==2.8.2
pytz==2022.4
PyYAML==6.0
requests==2.27.1
SQLAlchemy==1.4.26
tablib==3.1.0
textrank4zh==0.3
urllib3==1.26.12
zipfile36==0.1.3
greenlet==2.0.1

成功日志

[root@cc84b34f1560 local]# vim 1.txt 
[root@cc84b34f1560 local]# pip install -r 1.txt 
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting setuptools==58.0.4
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/c4/c1/aed7dfedb18ea73d7713bf6ca034ab001a6425be49ffa7e79bbd5999f677/setuptools-58.0.4-py3-none-any.whl (816 kB)
Collecting certifi==2022.9.24
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/1d/38/fa96a426e0c0e68aabc68e896584b83ad1eec779265a028e156ce509630e/certifi-2022.9.24-py3-none-any.whl (161 kB)
Collecting wheel==0.37.1
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/27/d6/003e593296a85fd6ed616ed962795b2f87709c3eee2bca4f6d0fe55c6d00/wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Requirement already satisfied: Cython==0.29.32 in ./python3/lib/python3.6/site-packages (from -r 1.txt (line 4)) (0.29.32)
Collecting et-xmlfile==1.1.0
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/96/c2/3dd434b0108730014f1b96fd286040dc3bcb70066346f7e01ec2ac95865f/et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
Installing collected packages: wheel, setuptools, et-xmlfile, certifi
  Attempting uninstall: setuptools
    Found existing installation: setuptools 39.0.1
    Uninstalling setuptools-39.0.1:
      Successfully uninstalled setuptools-39.0.1
Successfully installed certifi-2022.9.24 et-xmlfile-1.1.0 setuptools-58.0.4 wheel-0.37.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[root@cc84b34f1560 local]# 
[root@cc84b34f1560 local]# 
[root@cc84b34f1560 local]# 
[root@cc84b34f1560 local]# pip list
Package    Version
---------- ---------
certifi    2022.9.24
Cython     0.29.32
et-xmlfile 1.1.0
pip        21.3.1
setuptools 58.0.4
wheel      0.37.1
[root@cc84b34f1560 local]# pip install -r requirements.txt 
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already satisfied: setuptools==58.0.4 in ./python3/lib/python3.6/site-packages (from -r requirements.txt (line 1)) (58.0.4)
Requirement already satisfied: certifi==2022.9.24 in ./python3/lib/python3.6/site-packages (from -r requirements.txt (line 2)) (2022.9.24)
Requirement already satisfied: wheel==0.37.1 in ./python3/lib/python3.6/site-packages (from -r requirements.txt (line 3)) (0.37.1)
Requirement already satisfied: Cython==0.29.32 in ./python3/lib/python3.6/site-packages (from -r requirements.txt (line 4)) (0.29.32)
Requirement already satisfied: et-xmlfile==1.1.0 in ./python3/lib/python3.6/site-packages (from -r requirements.txt (line 5)) (1.1.0)
Collecting Fuzzy==1.2.2
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/ad/b0/210f790e81e3c9f86a740f5384c758ad6c7bc1958332cf64263a9d3cf336/Fuzzy-1.2.2.tar.gz (14 kB)
  Preparing metadata (setup.py) ... done
Collecting importlib-metadata==4.8.3
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl (17 kB)
Collecting jieba==0.42.1
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/c6/cb/18eeb235f833b726522d7ebed54f2278ce28ba9438e3135ab0278d9792a2/jieba-0.42.1.tar.gz (19.2 MB)
  Preparing metadata (setup.py) ... done
Collecting joblib==1.1.1
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/7c/91/d3ba0401e62d7e42816bc7d97b82d19c95c164b3e149a87c0a1c026a735e/joblib-1.1.1-py2.py3-none-any.whl (309 kB)
Collecting llvmlite==0.36.0
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/4d/5a/707cc7e072d71bc19869d093e5cf9b7be98cb42d2398489465474d007ce8/llvmlite-0.36.0-cp36-cp36m-manylinux2010_x86_64.whl (25.3 MB)
Collecting numba==0.53.1
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/4a/c1/e7fdbfc886a9d9c11767533903db0d816c0f656fd6029f4a061742893694/numba-0.53.1-cp36-cp36m-manylinux2014_x86_64.whl (3.4 MB)
Collecting numpy==1.19.5
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/14/32/d3fa649ad7ec0b82737b92fefd3c4dd376b0bb23730715124569f38f3a08/numpy-1.19.5-cp36-cp36m-manylinux2010_x86_64.whl (14.8 MB)
Collecting openpyxl==3.0.10
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/7b/60/9afac4fd6feee0ac09339de4101ee452ea643d26e9ce44c7708a0023f503/openpyxl-3.0.10-py2.py3-none-any.whl (242 kB)
Collecting packaging==21.3
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40 kB)
Collecting pynndescent==0.5.8
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/de/47/3b0b9e3c6201cd05b95697538085a33175974950c491a1c096970ea01962/pynndescent-0.5.8.tar.gz (1.1 MB)
  Preparing metadata (setup.py) ... done
Collecting pyparsing==3.0.7
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/80/c1/23fd82ad3121656b585351aba6c19761926bb0db2ebed9e4ff09a43a3fcc/pyparsing-3.0.7-py3-none-any.whl (98 kB)
Collecting scikit-learn==0.24.2
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/d3/eb/d0e658465c029feb7083139d9ead51000742e88b1fb7f1504e19e1b4ce6e/scikit_learn-0.24.2-cp36-cp36m-manylinux2010_x86_64.whl (22.2 MB)
Collecting scipy==1.5.4
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/c8/89/63171228d5ced148f5ced50305c89e8576ffc695a90b58fe5bb602b910c2/scipy-1.5.4-cp36-cp36m-manylinux1_x86_64.whl (25.9 MB)
Collecting setuptools-scm==6.4.2
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/e3/e5/c28b544051340e63e0d507eb893c9513d3a300e5e9183e2990518acbfe36/setuptools_scm-6.4.2-py3-none-any.whl (37 kB)
Collecting six==1.16.0
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting sklearn==0.0.post1
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/db/1e/af4e9cded5093a92e60d4ae7149a02c7427661b2db66c8ea4d34b17864a2/sklearn-0.0.post1.tar.gz (3.6 kB)
  Preparing metadata (setup.py) ... done
Collecting smart-open==6.2.0
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/3e/07/36678c6ff0dfa6cf445d0e00bf4f013de3b86ec1a2e8bfd1e5df69b2d91d/smart_open-6.2.0-py3-none-any.whl (58 kB)
Collecting threadpoolctl==3.1.0
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/61/cf/6e354304bcb9c6413c4e02a747b600061c21d38ba51e7e544ac7bc66aecc/threadpoolctl-3.1.0-py3-none-any.whl (14 kB)
Collecting tomli==1.2.3
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/05/e4/74f9440db36734d7ba83c574c1e7024009ce849208a41f90e94a134dc6d1/tomli-1.2.3-py3-none-any.whl (12 kB)
Collecting typing_extensions==4.1.1
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl (26 kB)
Collecting umap==0.1.1
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/4b/46/08ab68936625400fe690684428d4db4764f49b406782cc133df1d0299d06/umap-0.1.1.tar.gz (3.2 kB)
  Preparing metadata (setup.py) ... done
Collecting umap-learn==0.5.1
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/75/69/85e7f950bb75792ad5d666d86c5f3e62eedbb942848e7e3126513af9999c/umap-learn-0.5.1.tar.gz (80 kB)
  Preparing metadata (setup.py) ... done
Collecting zipp==3.6.0
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl (5.3 kB)
Collecting charset-normalizer==2.0.12
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/06/b3/24afc8868eba069a7f03650ac750a778862dc34941a4bebeb58706715726/charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
Collecting decorator==4.4.2
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/ed/1b/72a1821152d07cf1d8b6fce298aeb06a7eb90f4d6d41acec9861e7cc6df0/decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
Collecting docopt==0.6.2
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz (25 kB)
  Preparing metadata (setup.py) ... done
Collecting fuzzywuzzy==0.18.0
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/43/ff/74f23998ad2f93b945c0309f825be92e04e0348e062026998b5eefef4c33/fuzzywuzzy-0.18.0-py2.py3-none-any.whl (18 kB)
Collecting idna==3.4
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl (61 kB)
     |████████████████████████████████| 61 kB 33 kB/s              
Collecting jdcal==1.4.1
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f0/da/572cbc0bc582390480bbd7c4e93d14dc46079778ed915b505dc494b37c57/jdcal-1.4.1-py2.py3-none-any.whl (9.5 kB)
Collecting jiojio==1.2.3
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/64/81/d29f9f21d62daa383c0ca6c9d7317eda760206ce80e996074932f12750c4/jiojio-1.2.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (85.6 MB)
     |████████████████████████████████| 85.6 MB 96 kB/s               
Collecting jionlp==1.4.21
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/de/cc/8e97f2d3909053952e1e7741a81a63bad5d7cfa120a869e03178e908833e/jionlp-1.4.21-py2.py3-none-any.whl (19.0 MB)
     |████████████████████████████████| 19.0 MB 240 kB/s            
Collecting networkx==2.5.1
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f3/b7/c7f488101c0bb5e4178f3cde416004280fd40262433496830de8a8c21613/networkx-2.5.1-py3-none-any.whl (1.6 MB)
     |████████████████████████████████| 1.6 MB 711 kB/s            
Collecting pandas==1.1.5
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c3/e2/00cacecafbab071c787019f00ad84ca3185952f6bb9bca9550ed83870d4d/pandas-1.1.5-cp36-cp36m-manylinux1_x86_64.whl (9.5 MB)
     |████████████████████████████████| 9.5 MB 56 kB/s             
Collecting python-dateutil==2.8.2
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
     |████████████████████████████████| 247 kB 836 kB/s            
Collecting pytz==2022.4
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d8/66/309545413162bc8271c73e622499a41cdc37217b499febe26155ff9f93ed/pytz-2022.4-py2.py3-none-any.whl (500 kB)
     |████████████████████████████████| 500 kB 737 kB/s            
Collecting PyYAML==6.0
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b3/85/79b9e5b4e8d3c0ac657f4e8617713cca8408f6cdc65d2ee6554217cedff1/PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (603 kB)
     |████████████████████████████████| 603 kB 1.7 MB/s            
Collecting requests==2.27.1
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2d/61/08076519c80041bc0ffa1a8af0cbd3bf3e2b62af10435d269a9d0f40564d/requests-2.27.1-py2.py3-none-any.whl (63 kB)
     |████████████████████████████████| 63 kB 500 kB/s             
Collecting SQLAlchemy==1.4.26
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/18/d5/b2279610584462c0ad999f231099df50ffd9e1c32754e3153ce6d3508faa/SQLAlchemy-1.4.26-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB)
     |████████████████████████████████| 1.6 MB 492 kB/s            
Collecting tablib==3.1.0
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/11/be/b6511aa3751cbce6badd6d3575bc12aa6291bf5cdcd2d877bb208283a87a/tablib-3.1.0-py3-none-any.whl (48 kB)
     |████████████████████████████████| 48 kB 847 kB/s             
Collecting textrank4zh==0.3
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/20/95/db33aa17260781c6336afddbe2e7ca75ab7529810a3341a009fa9869ed9a/textrank4zh-0.3.zip (13 kB)
  Preparing metadata (setup.py) ... done
Collecting urllib3==1.26.12
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/6f/de/5be2e3eed8426f871b170663333a0f627fc2924cc386cd41be065e7ea870/urllib3-1.26.12-py2.py3-none-any.whl (140 kB)
     |████████████████████████████████| 140 kB 1.0 MB/s            
Collecting zipfile36==0.1.3
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/fd/8a/3b7da0b0bd87d1ef05b74207827c72d348b56a0d6d83242582be18a81e02/zipfile36-0.1.3-py3-none-any.whl (20 kB)
Collecting greenlet==2.0.1
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/14/9a/6779fca2a4961efe49e12ed4352334cedb67750dd741f5eb13aec1895844/greenlet-2.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513 kB)
     |████████████████████████████████| 513 kB 514 kB/s            
Building wheels for collected packages: Fuzzy, jieba, pynndescent, sklearn, umap, umap-learn, docopt, textrank4zh
  Building wheel for Fuzzy (setup.py) ... done
  Created wheel for Fuzzy: filename=Fuzzy-1.2.2-cp36-cp36m-linux_x86_64.whl size=155778 sha256=3a4767045cae4bd13ce54b2fb8ee57d2ff91693bccf9175394496dfd54579694
  Stored in directory: /root/.cache/pip/wheels/0d/f1/d1/72e7b377fb74e9522da961af640e230af2803b4ba357250d9e
  Building wheel for jieba (setup.py) ... done
  Created wheel for jieba: filename=jieba-0.42.1-py3-none-any.whl size=19314478 sha256=ec6707bdedbb285c0fbed2f8177d264584582c17d82313533867f12bd4f77194
  Stored in directory: /root/.cache/pip/wheels/de/9e/4f/5a72ec71510dfe06f9bbc96ad06077629654f87fb05766ab46
  Building wheel for pynndescent (setup.py) ... done
  Created wheel for pynndescent: filename=pynndescent-0.5.8-py3-none-any.whl size=55512 sha256=2364ae4489d46a4efe60e37d6cc55da3bb30e2e58b44e3a1bd0b7ad1ee8820ee
  Stored in directory: /root/.cache/pip/wheels/9a/ae/f8/9f8a3612976d238a2b901790fe1fcc0a9b1b5706e33fe14e1f
  Building wheel for sklearn (setup.py) ... done
  Created wheel for sklearn: filename=sklearn-0.0.post1-py3-none-any.whl size=2344 sha256=651b8d5f112a38f0980699a1a0f475985907b642e48b2c5bd498b02280fed20d
  Stored in directory: /root/.cache/pip/wheels/8a/3d/89/0101f674037e81358f65817ef2a10ca0321454b9402a1ff5f7
  Building wheel for umap (setup.py) ... done
  Created wheel for umap: filename=umap-0.1.1-py3-none-any.whl size=3565 sha256=bac1ee3e74294062f40d38f554163e4d6b6c7d30aab87f896b8e7aa2ad36669d
  Stored in directory: /root/.cache/pip/wheels/c0/5f/63/d82be9529cf49059d7a0b80aac21e1b981a59b56dcf46ee1c1
  Building wheel for umap-learn (setup.py) ... done
  Created wheel for umap-learn: filename=umap_learn-0.5.1-py3-none-any.whl size=76565 sha256=de917724dbd5ea4c41457b0e922a1df0fa30f1774c40e5a86860403d43b8bbd0
  Stored in directory: /root/.cache/pip/wheels/a9/4e/ff/91337aa8792370a5dc9e9e39fc0995cde4b9626750ddf76a06
  Building wheel for docopt (setup.py) ... done
  Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13723 sha256=3f62e0a8e5868d610bfda13ff5f1034e152d2a05571fb90c08972538f443f383
  Stored in directory: /root/.cache/pip/wheels/b3/59/4c/958103095364f0404f680b8a09dfa9ead031153c26308c7248
  Building wheel for textrank4zh (setup.py) ... done
  Created wheel for textrank4zh: filename=textrank4zh-0.3-py3-none-any.whl size=13422 sha256=e5a66ac87f6f53e3695f17c2ca5f48a588a7af8fb3b8a02c8230d19d7872e888
  Stored in directory: /root/.cache/pip/wheels/8a/b8/1b/e1ae0a2c2270e3488547ab4f70a041d031856c0323ee080fd8
Successfully built Fuzzy jieba pynndescent sklearn umap umap-learn docopt textrank4zh
Installing collected packages: numpy, zipp, typing-extensions, threadpoolctl, scipy, llvmlite, joblib, urllib3, six, scikit-learn, PyYAML, pyparsing, numba, importlib-metadata, idna, decorator, charset-normalizer, zipfile36, tomli, requests, pytz, python-dateutil, pynndescent, packaging, networkx, jiojio, jieba, greenlet, umap-learn, umap, textrank4zh, tablib, SQLAlchemy, smart-open, sklearn, setuptools-scm, pandas, openpyxl, jionlp, jdcal, fuzzywuzzy, Fuzzy, docopt
Successfully installed Fuzzy-1.2.2 PyYAML-6.0 SQLAlchemy-1.4.26 charset-normalizer-2.0.12 decorator-4.4.2 docopt-0.6.2 fuzzywuzzy-0.18.0 greenlet-2.0.1 idna-3.4 importlib-metadata-4.8.3 jdcal-1.4.1 jieba-0.42.1 jiojio-1.2.3 jionlp-1.4.21 joblib-1.1.1 llvmlite-0.36.0 networkx-2.5.1 numba-0.53.1 numpy-1.19.5 openpyxl-3.0.10 packaging-21.3 pandas-1.1.5 pynndescent-0.5.8 pyparsing-3.0.7 python-dateutil-2.8.2 pytz-2022.4 requests-2.27.1 scikit-learn-0.24.2 scipy-1.5.4 setuptools-scm-6.4.2 six-1.16.0 sklearn-0.0.post1 smart-open-6.2.0 tablib-3.1.0 textrank4zh-0.3 threadpoolctl-3.1.0 tomli-1.2.3 typing-extensions-4.1.1 umap-0.1.1 umap-learn-0.5.1 urllib3-1.26.12 zipfile36-0.1.3 zipp-3.6.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

wheel到底是啥神器?

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值