Fluorescence-Tools / LabelLib

Library for coarse-grained simulations of probes flexibly coupled to biomolecules.
Mozilla Public License 2.0
9 stars 3 forks source link

Installation of LabelLib with pip fails #21

Closed JtheBAB closed 3 years ago

JtheBAB commented 3 years ago

Dear all

A user from us want to use LabelLib with Pymol.

But it fails:

C:\Windows\system32>pip install LabelLib
Collecting LabelLib
  Using cached LabelLib-2019.4.29.tar.gz (3.1 MB)
Requirement already satisfied: numpy in c:\program files\python37\lib\site-packages (from LabelLib) (1.16.4+mkl)
Building wheels for collected packages: LabelLib
  Building wheel for LabelLib (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:\program files\python37\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-install-yntdocqw\\labellib\\setup.py'"'"'; __file__='"'"'C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-install-yntdocqw\\labellib\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\CRONAD~1\AppData\Local\Temp\pip-wheel-xmeh667a'
       cwd: C:\Users\CRONAD~1\AppData\Local\Temp\pip-install-yntdocqw\labellib\
  Complete output (64 lines):
  running bdist_wheel
  running build
  running build_ext
  -- Building for: NMake Makefiles
  CMake Warning (dev) in CMakeLists.txt:
    No project() command is present.  The top-level CMakeLists.txt file must
    contain a literal, direct call to the project() command.  Add a line of
    code such as

      project(ProjectName)

    near the top of the file, but after cmake_minimum_required().

    CMake is pretending there is a "project(Project)" command on the first
    line.
  This warning is for project developers.  Use -Wno-dev to suppress it.

  CMake Error in CMakeLists.txt:
    Generator

      NMake Makefiles

    does not support platform specification, but platform

      x64

    was specified.

  CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
  CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
  -- Configuring incomplete, errors occurred!
  See also "C:/Users/CronAdmin/AppData/Local/Temp/pip-install-yntdocqw/labellib/build/temp.win-amd64-3.7/Release/CMakeFiles/CMakeOutput.log".
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "C:\Users\CRONAD~1\AppData\Local\Temp\pip-install-yntdocqw\labellib\setup.py", line 85, in <module>
      install_requires=['numpy'],
    File "c:\program files\python37\lib\site-packages\setuptools\__init__.py", line 145, in setup
      return distutils.core.setup(**attrs)
    File "c:\program files\python37\lib\distutils\core.py", line 148, in setup
      dist.run_commands()
    File "c:\program files\python37\lib\distutils\dist.py", line 966, in run_commands
      self.run_command(cmd)
    File "c:\program files\python37\lib\distutils\dist.py", line 985, in run_command
      cmd_obj.run()
    File "c:\program files\python37\lib\site-packages\wheel\bdist_wheel.py", line 290, in run
      self.run_command('build')
    File "c:\program files\python37\lib\distutils\cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "c:\program files\python37\lib\distutils\dist.py", line 985, in run_command
      cmd_obj.run()
    File "c:\program files\python37\lib\distutils\command\build.py", line 135, in run
      self.run_command(cmd_name)
    File "c:\program files\python37\lib\distutils\cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "c:\program files\python37\lib\distutils\dist.py", line 985, in run_command
      cmd_obj.run()
    File "C:\Users\CRONAD~1\AppData\Local\Temp\pip-install-yntdocqw\labellib\setup.py", line 32, in run
      self.build_extension(ext)
    File "C:\Users\CRONAD~1\AppData\Local\Temp\pip-install-yntdocqw\labellib\setup.py", line 56, in build_extension
      subprocess.check_call(['cmake', ext.sourcedir] + cmake_args, cwd=self.build_temp, env=env)
    File "c:\program files\python37\lib\subprocess.py", line 347, in check_call
      raise CalledProcessError(retcode, cmd)
  subprocess.CalledProcessError: Command '['cmake', 'C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-install-yntdocqw\\labellib', '-DPYTHON_LIBRARY_OUTPUT_DIRECTORY=C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-install-yntdocqw\\labellib\\build\\lib.win-amd64-3.7', '-DPYTHON_EXECUTABLE=c:\\program files\\python37\\python.exe', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-install-yntdocqw\\labellib\\build\\lib.win-amd64-3.7', '-A', 'x64']' returned non-zero exit status 1.
  ----------------------------------------
  ERROR: Failed building wheel for LabelLib
  Running setup.py clean for LabelLib
Failed to build LabelLib
Installing collected packages: LabelLib
    Running setup.py install for LabelLib ... error
    ERROR: Command errored out with exit status 1:
     command: 'c:\program files\python37\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-install-yntdocqw\\labellib\\setup.py'"'"'; __file__='"'"'C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-install-yntdocqw\\labellib\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\CRONAD~1\AppData\Local\Temp\pip-record-tig9e8wa\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\program files\python37\Include\LabelLib'
         cwd: C:\Users\CRONAD~1\AppData\Local\Temp\pip-install-yntdocqw\labellib\
    Complete output (66 lines):
    running install
    running build
    running build_ext
    -- Building for: NMake Makefiles
    CMake Warning (dev) in CMakeLists.txt:
      No project() command is present.  The top-level CMakeLists.txt file must
      contain a literal, direct call to the project() command.  Add a line of
      code such as

        project(ProjectName)

      near the top of the file, but after cmake_minimum_required().

      CMake is pretending there is a "project(Project)" command on the first
      line.
    This warning is for project developers.  Use -Wno-dev to suppress it.

    CMake Error in CMakeLists.txt:
      Generator

        NMake Makefiles

      does not support platform specification, but platform

        x64

      was specified.

    CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
    CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
    -- Configuring incomplete, errors occurred!
    See also "C:/Users/CronAdmin/AppData/Local/Temp/pip-install-yntdocqw/labellib/build/temp.win-amd64-3.7/Release/CMakeFiles/CMakeOutput.log".
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\CRONAD~1\AppData\Local\Temp\pip-install-yntdocqw\labellib\setup.py", line 85, in <module>
        install_requires=['numpy'],
      File "c:\program files\python37\lib\site-packages\setuptools\__init__.py", line 145, in setup
        return distutils.core.setup(**attrs)
      File "c:\program files\python37\lib\distutils\core.py", line 148, in setup
        dist.run_commands()
      File "c:\program files\python37\lib\distutils\dist.py", line 966, in run_commands
        self.run_command(cmd)
      File "c:\program files\python37\lib\distutils\dist.py", line 985, in run_command
        cmd_obj.run()
      File "c:\program files\python37\lib\site-packages\setuptools\command\install.py", line 61, in run
        return orig.install.run(self)
      File "c:\program files\python37\lib\distutils\command\install.py", line 545, in run
        self.run_command('build')
      File "c:\program files\python37\lib\distutils\cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "c:\program files\python37\lib\distutils\dist.py", line 985, in run_command
        cmd_obj.run()
      File "c:\program files\python37\lib\distutils\command\build.py", line 135, in run
        self.run_command(cmd_name)
      File "c:\program files\python37\lib\distutils\cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "c:\program files\python37\lib\distutils\dist.py", line 985, in run_command
        cmd_obj.run()
      File "C:\Users\CRONAD~1\AppData\Local\Temp\pip-install-yntdocqw\labellib\setup.py", line 32, in run
        self.build_extension(ext)
      File "C:\Users\CRONAD~1\AppData\Local\Temp\pip-install-yntdocqw\labellib\setup.py", line 56, in build_extension
        subprocess.check_call(['cmake', ext.sourcedir] + cmake_args, cwd=self.build_temp, env=env)
      File "c:\program files\python37\lib\subprocess.py", line 347, in check_call
        raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command '['cmake', 'C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-install-yntdocqw\\labellib', '-DPYTHON_LIBRARY_OUTPUT_DIRECTORY=C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-install-yntdocqw\\labellib\\build\\lib.win-amd64-3.7', '-DPYTHON_EXECUTABLE=c:\\program files\\python37\\python.exe', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-install-yntdocqw\\labellib\\build\\lib.win-amd64-3.7', '-A', 'x64']' returned non-zero exit status 1.
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\program files\python37\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-install-yntdocqw\\labellib\\setup.py'"'"'; __file__='"'"'C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-install-yntdocqw\\labellib\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\CRONAD~1\AppData\Local\Temp\pip-record-tig9e8wa\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\program files\python37\Include\LabelLib' Check the logs for full command output.

Any idea why?

Thanks

mdimura commented 3 years ago

For some reason, it wants to install an older version. Could you try to install the latest version?

pip install -v LabelLib==2019.10.9
JtheBAB commented 3 years ago

Then i get:

C:\Windows\system32>pip install -v LabelLib==2019.10.9
Using pip 20.2.4 from c:\program files\python37\lib\site-packages\pip (python 3.7)
Non-user install because site-packages writeable
Created temporary directory: C:\Users\CRONAD~1\AppData\Local\Temp\pip-ephem-wheel-cache-5loi23pe
Created temporary directory: C:\Users\CRONAD~1\AppData\Local\Temp\pip-req-tracker-z8w1hxku
Initialized build tracking at C:\Users\CRONAD~1\AppData\Local\Temp\pip-req-tracker-z8w1hxku
Created build tracker: C:\Users\CRONAD~1\AppData\Local\Temp\pip-req-tracker-z8w1hxku
Entered build tracker: C:\Users\CRONAD~1\AppData\Local\Temp\pip-req-tracker-z8w1hxku
Created temporary directory: C:\Users\CRONAD~1\AppData\Local\Temp\pip-install-w32ffs0e
1 location(s) to search for versions of LabelLib:
* https://pypi.org/simple/labellib/
Fetching project page and analyzing links: https://pypi.org/simple/labellib/
Getting page https://pypi.org/simple/labellib/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/labellib/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/labellib/ HTTP/1.1" 304 0
  Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/36/71/3480739e58df97d08c804b2e79864a70cbf1e9ef0db0139186a57a7e392a/LabelLib-2018.1.23rc3-cp36-cp36m-win_amd64.whl#sha256=bb16dce388eed14338c661edd1f7918d4548f1ef48dd9662a010b46a352f5b12 (from https://pypi.org/simple/labellib/)
  Found link https://files.pythonhosted.org/packages/67/72/443c30b36c2272687ae360e217a371ba2f90aaba8d353ca763f2e540ec98/LabelLib-2018.1.23rc3.tar.gz#sha256=02f99698ceddf126f3a25af7a7aa064b1392f7801422f9082377e551cf7e6e70 (from https://pypi.org/simple/labellib/), version: 2018.1.23rc3
  Skipping link: none of the wheel's tags match: cp27-cp27m-win32: https://files.pythonhosted.org/packages/d0/20/985ada183f13e5589f173b7a0f4e57f43e9de0156d65a8744fd644a5e511/LabelLib-2018.1.24-cp27-cp27m-win32.whl#sha256=80bac6d0f1f7f592399442e25b6ed896af06017d68870edb1231ecc007466607 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/42/01/dad9f45b206b7ece4016962678991f9ea1e993cd053c9b34ed925fd81185/LabelLib-2018.1.24-cp27-cp27m-win_amd64.whl#sha256=5727f0546de8c8ba8d9b9d1c5233f529fb090f2a20c84aa057e2f155a3d33406 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/20/29/af12d265912782121b14a73cf0af962276301192844182d5d21dc1e7a661/LabelLib-2018.1.24-cp36-cp36m-win32.whl#sha256=3d476cdc668724df4ab5ed0061e85caebd73294fef76f992589fc18e5a0724fd (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/de/d7/43550f48ec08634b21e31827017edb6176f4ef0f792a92d3ead6d00c2432/LabelLib-2018.1.24-cp36-cp36m-win_amd64.whl#sha256=2aa7fa2f689f24fa360e0e96203b155fe404ed32968e0a202a1a87c55db39014 (from https://pypi.org/simple/labellib/)
  Found link https://files.pythonhosted.org/packages/07/19/97f3c44052a0435c78ed8dc494ecf8ace42728bcdfeff8dc58d0921adfbb/LabelLib-2018.1.24.tar.gz#sha256=bb167bcd47bf4c88cd0a0e34abdcc3d65a2329f149f383350f33bd2e80f4b6db (from https://pypi.org/simple/labellib/), version: 2018.1.24
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/be/01/8c111c0346ed2d26c853fe979e10fccf0603fbeb64e9080e1aa7801a28cd/LabelLib-2018.4.18-cp27-cp27m-macosx_10_9_x86_64.whl#sha256=0d29c8bb95fb9af5f50aa00059b6679cf829047b98d5035b22c8c4208e4ad5eb (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/ef/b5/680a4ed5ca9df1536c3bcac492c1917ebf776d7d87b76bd5d202887fe5f8/LabelLib-2018.4.18-cp27-cp27m-win_amd64.whl#sha256=790123926e5b84a3d9921dfb53a017736c125f47152cef716b38149fd767285a (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/1f/4f/baa76539f35513ec81ff2617cafc4167bbd3445b1a81681c41b3333ec2c5/LabelLib-2018.4.18-cp36-cp36m-macosx_10_9_x86_64.whl#sha256=634ec81792dbafb0329b6007ba3404b6cb5aa93ed57ddc7584fc39d55380d056 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/a3/b2/beb188ab8d7e7aca8a947ef2b2d3be5fa823d54dbdb5279f4a1978178b77/LabelLib-2018.4.18-cp36-cp36m-win_amd64.whl#sha256=77f2277fb6b9281c8a81cadd48a2e5a0228e264f11ad3d69dbd49471567257ee (from https://pypi.org/simple/labellib/)
  Found link https://files.pythonhosted.org/packages/8a/95/b9d08be71dfe3c787b88c052213c03fc17544de795a43365428e7ec24934/LabelLib-2018.4.18.tar.gz#sha256=723f7b8b46d6f47a26c8440e6bfc99686ee923b58f08d7035e7068b2b649047d (from https://pypi.org/simple/labellib/), version: 2018.4.18
  Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/79/05/1abcdb99aa77e2503f171bd9b0a2cbed30287692bfe26d5d3a31388309cd/LabelLib-2018.11.30-cp27-cp27m-win_amd64.whl#sha256=009718e6366d8a03e96f15e1b742b4178bb32e24b72907af3fccd137b203d77f (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/85/ff/f4170d107ead8bd59138af2343152332f52051f5547e2b6b0c439a30e10d/LabelLib-2018.12.5-cp27-cp27m-macosx_10_9_x86_64.whl#sha256=5d7912d1da1a132c3e6851f035f01d19552e166788e423a32e140471ba371318 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/31/02/2e97bbbda2d5bcdc61882ecd0a5b00044b318ab4294c6d6b6fb70ca81bee/LabelLib-2018.12.5-cp27-cp27m-win_amd64.whl#sha256=50badafba5f0f47bdd91d8da7c5a806fb2b32d51abe4b72d69cd61c01c16c23e (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_i686: https://files.pythonhosted.org/packages/6c/7c/46e379b4d933c75014d0969bd8ada52b35eaa28a2bc83d52fb482b806e0a/LabelLib-2018.12.5-cp27-cp27mu-manylinux1_i686.whl#sha256=40a5c0c5160b19543039db08bd80949bb1e3949c20eac9161ca43338e909dfd1 (from https://pypi.org/simple/labellib/)
  Found link https://files.pythonhosted.org/packages/c1/03/569fcab5861e30f492a82c4919cac2b284a7ed525d5b9df43da7d15a0a88/LabelLib-2018.12.5.tar.gz#sha256=5aa4e2af5e085b53bc41578ce268a59bad7a6e9e239fe38998eb7cc196068e21 (from https://pypi.org/simple/labellib/), version: 2018.12.5
  Skipping link: none of the wheel's tags match: cp27-cp27m-manylinux1_x86_64: https://files.pythonhosted.org/packages/84/8f/d6543f64b718f7fcfffb71fb2dc39141f376599384a16efa1d209e10f342/LabelLib-2018.12.12-cp27-cp27m-manylinux1_x86_64.whl#sha256=f606ea571a3e267ce7ce082f2eeea2ef3387617cb7e394877a156ae151ee4c9b (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/1e/df/220465f5e33f0277df9bf20499739f3ed4eda8d2039c64aabc79caa5cf14/LabelLib-2018.12.12-cp27-cp27mu-manylinux1_x86_64.whl#sha256=48116a134003b5f339868d9adff8d562d3f32b172d38eb77d437dcd9c2f19540 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp34-cp34m-manylinux1_x86_64: https://files.pythonhosted.org/packages/a2/2a/83a26102e705a340fc22219e402485d9996dfad323dca52f5c32f8eb4694/LabelLib-2018.12.12-cp34-cp34m-manylinux1_x86_64.whl#sha256=1fc1be2780015f5cd5330a2ca8296a82e5c15e7b67e264634606bc63a6570ead (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/4c/ec/58a42efcff589fa6c47d4909e5a0946a929e539fedcabd5fb6073cc01ea2/LabelLib-2018.12.12-cp35-cp35m-manylinux1_x86_64.whl#sha256=39bae55f147d925449856c04522fdfc73a9086e303e76092a326c7630724b4c3 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/14/21/79be18ebb44a2ed5b4a9f101780344a2c3628c6afd92192a112674749c52/LabelLib-2018.12.12-cp36-cp36m-manylinux1_x86_64.whl#sha256=d051adcc943f1de878f218709dbbd77d610b33d2c09bfdc935632bed16b1ab02 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/15/3d/31670dd2317429cdf2a704a46408876e3b4c3985cf5b0b6f9ead7d7d759a/LabelLib-2018.12.12-cp37-cp37m-manylinux1_x86_64.whl#sha256=fd2c9ac836e7af0b08cd4594d18d776f4fd71714c7c8b0feed6c3ba6ec62a73c (from https://pypi.org/simple/labellib/)
  Found link https://files.pythonhosted.org/packages/92/e0/4902e458ac8ef54634c3acd0f2c8cf9136f37198df7bcfebdbed645ae625/LabelLib-2018.12.12.tar.gz#sha256=73c208b1dcbe7d459d0a39df6a37cc6e390184c5d822074f46d1aeaa0b9b28d3 (from https://pypi.org/simple/labellib/), version: 2018.12.12
  Skipping link: none of the wheel's tags match: cp27-cp27m-manylinux1_x86_64: https://files.pythonhosted.org/packages/f8/15/be371e9c1f9fad3b9d15fdd36a74042f37e22410bae4a7f95bacd1fc82d1/LabelLib-2019.3.17-cp27-cp27m-manylinux1_x86_64.whl#sha256=fd9da58627754fbae8713ef376226bdb701ebee8cd55b2021785be4a6014cbcf (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/86/66/c85a88b875ad7570b54901ab56788f3510225789fca104a5174afc87766f/LabelLib-2019.3.17-cp27-cp27mu-manylinux1_x86_64.whl#sha256=b3280e08ceb7a6ab9e75292841a17e247d7e7b9e4a3aa92d27ab0f4ca42a4549 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp34-cp34m-manylinux1_x86_64: https://files.pythonhosted.org/packages/cc/61/ab3278596e9c07eee1143996f9ca776d94016c76e4e27dc9c9fd7b000c26/LabelLib-2019.3.17-cp34-cp34m-manylinux1_x86_64.whl#sha256=c3c2be66751c4b871ba6fc3296cd8d03952009b6daf5adeb5d66968e2adeb7ae (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/55/1c/fd90a7980a4e43c43cf4f512d56bd592b02ad6304d5340d8b764b7332bea/LabelLib-2019.3.17-cp35-cp35m-manylinux1_x86_64.whl#sha256=9738a056767aa0781b38baebeb4e8d6855b713228380074c7a26110652f7122f (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/76/38/dc4e9f22f6d4e22520f6d63a7bc5ab06d97658d593721233b8cd2197f09d/LabelLib-2019.3.17-cp36-cp36m-manylinux1_x86_64.whl#sha256=76e09df644ee8465ec959247a32a581b085fe42768bf0f0c2d2eb249e833e410 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/09/ed/40f1993b03a2fed06606dee87d1fb013c76851fa2806f33bbdcbf86751eb/LabelLib-2019.3.17-cp37-cp37m-manylinux1_x86_64.whl#sha256=3f5b52b183eec8480c0a38a7458f2ea04bbafc4933cd2916d020691cf31cc8c1 (from https://pypi.org/simple/labellib/)
  Found link https://files.pythonhosted.org/packages/90/71/f45daac6302ece1da0f33eddfa04fe0117d51d522104964ed3406da1fe23/LabelLib-2019.3.17.tar.gz#sha256=eca2a28c56d0515b71668ad0ce6bdeb65baf380c58a9fdfde1c64fcc75bdc580 (from https://pypi.org/simple/labellib/), version: 2019.3.17
  Skipping link: none of the wheel's tags match: cp27-cp27m-manylinux1_x86_64: https://files.pythonhosted.org/packages/6f/fe/2951c5ed5de4ca5bf4f2ecb7f0903712c4a5abf218d5d04a6ad602fde33c/LabelLib-2019.4.29-cp27-cp27m-manylinux1_x86_64.whl#sha256=23bee635e1d00a6753c161d4f0ba058f639b9bd1d506b5ccbd3b8317aecb97a4 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/fa/47/e983c8e024a6f4da539c59b801223c8adb6e018d4e7c23a4f80689ed62fd/LabelLib-2019.4.29-cp27-cp27mu-manylinux1_x86_64.whl#sha256=d6f5e62a065d99cf375858ff970c001f0270e0dbbdea590105b9f5264d760831 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp34-cp34m-manylinux1_x86_64: https://files.pythonhosted.org/packages/ef/57/53590aca8c1f77af8143004070ad307ff60cb5a94569acab94e1f64b71eb/LabelLib-2019.4.29-cp34-cp34m-manylinux1_x86_64.whl#sha256=51897607723c56dabe0e8fdbdc9ae25bfd2e972d91dac1eb26d20ac97ec6accc (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/2e/17/73249f16e52e3938e5150f0e41b28500136a385ce15ee9f31bc44d57169d/LabelLib-2019.4.29-cp35-cp35m-manylinux1_x86_64.whl#sha256=99f3dae1f63ae94cece040dd05d1fcbb8a9224452b372c03ed27526b27afefbc (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/af/13/4acd992ab7e5344916390f323cce642af95c1cfdaf141b7493cc3076e1bb/LabelLib-2019.4.29-cp36-cp36m-manylinux1_x86_64.whl#sha256=4f61c6e988d3e783b7bcc7e76da3e501437193a2784321659a753b4c375d5e96 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/7b/b7/4c931b0a845270a7978b4be4f5c788594ec3ff0ed4361982d68bb3b8565c/LabelLib-2019.4.29-cp37-cp37m-manylinux1_x86_64.whl#sha256=bbb922c713ff9b4dbb66169a74763d44412ec0377cfd9a58d3e0c35aa8e157f2 (from https://pypi.org/simple/labellib/)
  Found link https://files.pythonhosted.org/packages/26/b1/114c4ccd88ca954411741ad4670555e0c5d5e379f1374f493bdefbcc7351/LabelLib-2019.4.29.tar.gz#sha256=341853128f7551fb876688f43fcf421cb75961025d399377bfc58c7e3f1bad71 (from https://pypi.org/simple/labellib/), version: 2019.4.29
  Skipping link: none of the wheel's tags match: cp27-cp27m-manylinux1_x86_64: https://files.pythonhosted.org/packages/db/32/2a214281189448689bb500940d0c9f33d041ca6a60b945dc7abe8b7fbbea/LabelLib-2019.10.9-cp27-cp27m-manylinux1_x86_64.whl#sha256=b9ebc6050dfc0f39e394ae2f08aeabf9d80b71b574b480c92363fe171a10e430 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/c2/22/8c69df6d0835df549a9dc9fc37573aad1c837e283b82f2046bf36443ccd3/LabelLib-2019.10.9-cp27-cp27mu-manylinux1_x86_64.whl#sha256=2a6e6f9f24414ac1fd73a9a5efdab436f2663a7e16d62150d9f6bfe826f3728f (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp34-cp34m-manylinux1_x86_64: https://files.pythonhosted.org/packages/97/07/ba0b17cbba6650a28c278147a5a0198ac96c6222aaa036b3650d186c49f7/LabelLib-2019.10.9-cp34-cp34m-manylinux1_x86_64.whl#sha256=34210943183be47c40c8dc47a56a4da43f5c52cb12e321dfc17b260fb46d0e9e (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/0b/10/72238c9a1e9fb53359dd6e39aa43f89361217fae962f2a6abd042ef4cf17/LabelLib-2019.10.9-cp35-cp35m-manylinux1_x86_64.whl#sha256=0d4d8e3671cb09582d0df7ed0d92232363ac543805da9987410bdb230d272e5e (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/e5/38/4a32b64549686106230f5d1ac3db83e56ff0fad047775964979e133d4300/LabelLib-2019.10.9-cp36-cp36m-manylinux1_x86_64.whl#sha256=dd39c563aedb68c2821687201e51f376530494e4b724d2f49cfa16a1a2e09879 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/d5/76/641ac4bbbdeac9c1b763940dbe4a026953f74eca1b3a26dc24c1bb08905e/LabelLib-2019.10.9-cp37-cp37m-manylinux1_x86_64.whl#sha256=153e45ab72904006fbda1b07e9a8e614aeb571aaf116d4e5ed07446e63be844e (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp38-cp38-manylinux1_x86_64: https://files.pythonhosted.org/packages/8d/d7/a3ebc1cf63901b2d7d8662e6bc35309ea2f3fba42ebae74824ee9250095a/LabelLib-2019.10.9-cp38-cp38-manylinux1_x86_64.whl#sha256=c94bbc079e2644bc061182fb12cc8fc56fe49df60c828ad48d4933cea099a009 (from https://pypi.org/simple/labellib/)
  Skipping link: none of the wheel's tags match: cp38-cp38-win_amd64: https://files.pythonhosted.org/packages/79/f6/eaafcbe612a292119b778f485b6fa1044ffc9edfeaeac2ddc8aef4657ef6/LabelLib-2019.10.9-cp38-cp38-win_amd64.whl#sha256=104eaddf86f2c33b0af4cd34537738c7a9dd1b6ee3b66644b5f506f02b95d186 (from https://pypi.org/simple/labellib/)
Given no hashes to check 0 links for project 'LabelLib': discarding no candidates
ERROR: Could not find a version that satisfies the requirement LabelLib==2019.10.9 (from versions: 2018.1.23rc3, 2018.1.24, 2018.4.18, 2018.12.5, 2018.12.12, 2019.3.17, 2019.4.29)
ERROR: No matching distribution found for LabelLib==2019.10.9
Exception information:
Traceback (most recent call last):
  File "c:\program files\python37\lib\site-packages\pip\_internal\cli\base_command.py", line 228, in _main
    status = self.run(options, args)
  File "c:\program files\python37\lib\site-packages\pip\_internal\cli\req_command.py", line 182, in wrapper
    return func(self, options, args)
  File "c:\program files\python37\lib\site-packages\pip\_internal\commands\install.py", line 324, in run
    reqs, check_supported_wheels=not options.target_dir
  File "c:\program files\python37\lib\site-packages\pip\_internal\resolution\legacy\resolver.py", line 183, in resolve
    discovered_reqs.extend(self._resolve_one(requirement_set, req))
  File "c:\program files\python37\lib\site-packages\pip\_internal\resolution\legacy\resolver.py", line 388, in _resolve_one
    abstract_dist = self._get_abstract_dist_for(req_to_install)
  File "c:\program files\python37\lib\site-packages\pip\_internal\resolution\legacy\resolver.py", line 339, in _get_abstract_dist_for
    self._populate_link(req)
  File "c:\program files\python37\lib\site-packages\pip\_internal\resolution\legacy\resolver.py", line 305, in _populate_link
    req.link = self._find_requirement_link(req)
  File "c:\program files\python37\lib\site-packages\pip\_internal\resolution\legacy\resolver.py", line 270, in _find_requirement_link
    best_candidate = self.finder.find_requirement(req, upgrade)
  File "c:\program files\python37\lib\site-packages\pip\_internal\index\package_finder.py", line 930, in find_requirement
    req)
pip._internal.exceptions.DistributionNotFound: No matching distribution found for LabelLib==2019.10.9
Removed build tracker: 'C:\\Users\\CRONAD~1\\AppData\\Local\\Temp\\pip-req-tracker-z8w1hxku'
mdimura commented 3 years ago

I bumped the version and uploaded a broader set of wheels for windows, could you please try it: pip install -v LabelLib==2020.10.5 ?

JtheBAB commented 3 years ago

Thank you very much! It's working now