-
Notifications
You must be signed in to change notification settings - Fork 38
Description
I am trying to install this using curent versio of Python, 3.13.1, but the install fails.
Does this line indicate that it is not compatible with this version?
"Ignoring oldest-supported-numpy: markers 'python_version < "3.12"' don't match your environment..."
PS C:\Users\guthr\AppData\Local\Temp> pip install zensols.zotsite
Collecting zensols.zotsite
Using cached zensols.zotsite-1.1.0-py3-none-any.whl.metadata (8.4 kB)
Collecting zensols.db~=1.4.0 (from zensols.zotsite)
Using cached zensols.db-1.4.0-py3-none-any.whl.metadata (6.2 kB)
Collecting pandas~=2.1.3 (from zensols.db~=1.4.0->zensols.zotsite)
Using cached pandas-2.1.4.tar.gz (4.3 MB)
Installing build dependencies ... error
error: subprocess-exited-with-error
….
Ignoring oldest-supported-numpy: markers 'python_version < "3.12"' don't match your environment
…
error: subprocess-exited-with-error
Preparing metadata (pyproject.toml) did not run successfully.
Project name: NumPy
Project version: 1.26.4
WARNING: Failed to activate VS environment: Could not parse vswhere.exe output
..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']]
The following exception(s) were encountered:
Running icl "" gave "[WinError 2] The system cannot find the file specified"
Running cl /? gave "[WinError 2] The system cannot find the file specified"
Running cc --version gave "[WinError 2] The system cannot find the file specified"
Running gcc --version gave "[WinError 2] The system cannot find the file specified"
Running clang --version gave "[WinError 2] The system cannot find the file specified"
Running clang-cl /? gave "[WinError 2] The system cannot find the file specified"
Running pgcc --version gave "[WinError 2] The system cannot find the file specified"