When installing the lseg-data package on pip I get this error:
Collecting numpy~=1.11 (from lseg-data)
Using cached https://artifacts.jpmchase.net/artifactory/api/pypi/pypi/packages/numpy/1.26.4/numpy-1.26.4.tar.gz (15.8 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
Build type: native build
Project name: NumPy
Project version: 1.26.4
WARNING: Failed to activate VS environment: Could not find C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe
I've done this in my own virtual environment and without one and I still get the same error. Any help is appreciated!