Public paste
Undefined
By: Guest | Date: Feb 13 2023 05:20 | Format: None | Expires: never | Size: 3.27 KB | Hits: 120

  1. C:\Dev\LiSE>python -m pip install -r LiSE\requirements.txt -r ELiDE\requirements.txt
  2. Requirement already satisfied: astunparse<2,>=1.6.3 in c:\python\lib\site-packages (from -r LiSE\requirements.txt (line 1)) (1.6.3)
  3. Requirement already satisfied: blinker<2,>=1.4 in c:\python\lib\site-packages (from -r LiSE\requirements.txt (line 2)) (1.5)
  4. Requirement already satisfied: lz4>=3.1.3 in c:\python\lib\site-packages (from -r LiSE\requirements.txt (line 3)) (4.3.2)
  5. Requirement already satisfied: msgpack>=1.0.0 in c:\python\lib\site-packages (from -r LiSE\requirements.txt (line 4)) (1.0.4)
  6. Requirement already satisfied: networkx<2.6,>=2.4 in c:\python\lib\site-packages (from -r LiSE\requirements.txt (line 5)) (2.5.1)
  7. Requirement already satisfied: cached_property>=1.5.2 in c:\python\lib\site-packages (from -r LiSE\requirements.txt (line 6)) (1.5.2)
  8. Requirement already satisfied: sqlalchemy<3,>=1.4 in c:\python\lib\site-packages (from -r LiSE\requirements.txt (line 7)) (2.0.3)
  9. Requirement already satisfied: numpy<2,>=1.19.5 in c:\users\johnw\appdata\roaming\python\python311\site-packages (from -r LiSE\requirements.txt (line 8)) (1.24.2)
  10. Collecting LiSE<0.14,>=0.13
  11.   Downloading LiSE-0.13.3-py3-none-any.whl (223 kB)
  12.      &#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473; 223.2/223.2 kB 4.6 MB/s eta 0:00:00
  13. Collecting kivy<3,>=2.0.0
  14.   Downloading Kivy-2.1.0.tar.gz (23.8 MB)
  15.      &#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473; 23.8/23.8 MB 2.5 MB/s eta 0:00:00
  16.   Installing build dependencies ... error
  17.   error: subprocess-exited-with-error
  18.  
  19.   × pip subprocess to install build dependencies did not run successfully.
  20.   &#9474; exit code: 1
  21.   &#9584;&#9472;> [12 lines of output]
  22.       Collecting setuptools
  23.         Using cached setuptools-67.2.0-py3-none-any.whl (1.1 MB)
  24.       Collecting wheel
  25.         Using cached wheel-0.38.4-py3-none-any.whl (36 kB)
  26.       Collecting cython!=0.27,!=0.27.2,<=0.29.28,>=0.24
  27.         Downloading Cython-0.29.28-py2.py3-none-any.whl (983 kB)
  28.            ------------------------------------- 983.8/983.8 kB 10.4 MB/s eta 0:00:00
  29.       Collecting kivy_deps.gstreamer_dev~=0.3.3
  30.         Downloading kivy_deps.gstreamer_dev-0.3.3-cp311-cp311-win_amd64.whl (3.9 MB)
  31.            ---------------------------------------- 3.9/3.9 MB 7.2 MB/s eta 0:00:00
  32.       ERROR: Could not find a version that satisfies the requirement kivy_deps.sdl2_dev~=0.4.5 (from versions: 0.5.1)
  33.       ERROR: No matching distribution found for kivy_deps.sdl2_dev~=0.4.5
  34.       [end of output]
  35.  
  36.   note: This error originates from a subprocess, and is likely not a problem with pip.
  37. error: subprocess-exited-with-error
  38.  
  39. × pip subprocess to install build dependencies did not run successfully.
  40. &#9474; exit code: 1
  41. &#9584;&#9472;> See above for output.
  42.  
  43. note: This error originates from a subprocess, and is likely not a problem with pip.