Advertisement
Butanium

Pip issue vaex

Dec 12th, 2021
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\Users\Clement\Documents\prepa\tipe\ocaml-tsp> pip install vaex
  2. Collecting vaex
  3.   Downloading vaex-4.6.0-py3-none-any.whl (4.7 kB)
  4. Collecting vaex-viz<0.6,>=0.5.0
  5.   Downloading vaex_viz-0.5.0-py3-none-any.whl (19 kB)
  6. Collecting vaex-server<0.8,>=0.7.0
  7.   Downloading vaex_server-0.7.0-py3-none-any.whl (22 kB)
  8. Collecting vaex-astro<0.10,>=0.9.0
  9.   Downloading vaex_astro-0.9.0-py3-none-any.whl (20 kB)
  10. Collecting vaex-hdf5<0.12,>=0.11.0
  11.   Downloading vaex_hdf5-0.11.0-py3-none-any.whl (15 kB)
  12. Collecting vaex-jupyter<0.7,>=0.6.0
  13.   Downloading vaex_jupyter-0.6.0-py3-none-any.whl (42 kB)
  14.      |████████████████████████████████| 42 kB 364 kB/s
  15. Collecting vaex-core<5,>=4.6.0
  16.   Downloading vaex-core-4.6.0.tar.gz (2.4 MB)
  17.      |████████████████████████████████| 2.4 MB 6.4 MB/s
  18.   Installing build dependencies ... done
  19.   Getting requirements to build wheel ... done
  20.   Preparing metadata (pyproject.toml) ... done
  21. Collecting vaex-ml<0.16,>=0.15.0
  22.   Downloading vaex_ml-0.15.0-py3-none-any.whl (108 kB)
  23.      |████████████████████████████████| 108 kB ...
  24. Collecting astropy
  25.   Downloading astropy-5.0-cp310-cp310-win_amd64.whl (6.6 MB)
  26.      |████████████████████████████████| 6.6 MB 3.2 MB/s
  27. Collecting frozendict
  28.   Downloading frozendict-2.1.1-py3-none-any.whl (12 kB)
  29. Collecting pyarrow>=3.0
  30.   Downloading pyarrow-6.0.1-cp310-cp310-win_amd64.whl (15.5 MB)
  31.      |████████████████████████████████| 15.5 MB 6.4 MB/s
  32. Collecting aplus
  33.   Downloading aplus-0.11.0.tar.gz (3.7 kB)
  34.   Preparing metadata (setup.py) ... done
  35. Collecting nest-asyncio>=1.3.3
  36.   Downloading nest_asyncio-1.5.4-py3-none-any.whl (5.1 kB)
  37. Collecting tabulate>=0.8.3
  38.   Downloading tabulate-0.8.9-py3-none-any.whl (25 kB)
  39. Requirement already satisfied: numpy>=1.16 in c:\users\clement\appdata\local\programs\python\python310\lib\site-pacages (from vaex-core<5,>=4.6.0->vaex) (1.21.2)
  40. Collecting pyyaml
  41.   Downloading PyYAML-6.0-cp310-cp310-win_amd64.whl (151 kB)
  42.      |████████████████████████████████| 151 kB 6.4 MB/s
  43. Collecting blake3
  44.   Downloading blake3-0.2.1.tar.gz (34 kB)
  45.   Installing build dependencies ... done
  46.   Getting requirements to build wheel ... done
  47.   Preparing metadata (pyproject.toml) ... error
  48.   ERROR: Command errored out with exit status 1:
  49.    command: 'C:\Users\Clement\AppData\Local\Programs\Python\Python310\python.exe' 'C:\Users\Clement\AppData\Local\Pograms\Python\Python310\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py' prepare_metadata_for_build_heel 'C:\Users\Clement\AppData\Local\Temp\tmppobibwuk'
  50.        cwd: C:\Users\Clement\AppData\Local\Temp\pip-install-hk4mqruo\blake3_d0e51749d7a44bb7a0dcdb2631f0bcfe      
  51.   Complete output (6 lines):
  52.  
  53.   Cargo, the Rust package manager, is not installed or is not on PATH.
  54.   This package requires Rust and Cargo to compile extensions. Install it through
  55.   the system's package manager or via https://rustup.rs/
  56.  
  57.  Checking for Rust toolchain....
  58.  ----------------------------------------
  59. WARNING: Discarding https://files.pythonhosted.org/packages/41/fc/87b3afa472c5d45146590243273f970913eaa731cd6a81e9cd16822d882/blake3-0.2.1.tar.gz#sha256=e298e7c8e56ab37a1942b9c595f15f72695b5a31c4e8ac9957fc8e4df14a3109 (from https:/pypi.org/simple/blake3/). Command errored out with exit status 1: 'C:\Users\Clement\AppData\Local\Programs\Python\ython310\python.exe' 'C:\Users\Clement\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pep517in_process\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\Clement\AppData\Local\Temp\tmppobibwuk' Check
  60. the logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement