rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
588 stars 77 forks source link

install failing roadblock #173

Open Pumba-Mone opened 9 months ago

Pumba-Mone commented 9 months ago

  error: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pyzmq Failed to build pyzmq ERROR: Could not build wheels for pyzmq, which is required to install pyproject.toml-based projects

C:\Windows\System32> C:\Windows\System32>pip install pyzmq Requirement already satisfied: pyzmq in c:\users\grant\appdata\local\programs\python\python312\lib\site-packages (25.1.1)

Does the install just need updated to install with the latest vs of python?