vectorbt installation
avrenli2 opened this issue · 1 comments
avrenli2 commented
I attempted to install vectorbt on a brand-new Windows computer but received error messages.
I typed
pip install vectorbt
on the command prompt, and the following error messages populated:
..\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"
A full log can be found at C:\Users\fredd\AppData\Local\Temp\pip-install-_0zkqxkw\numpy_21d05c7bfb4c4701861841d41dd4c005\.mesonpy-1u46wt4d\meson-logs\meson-log.txt
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
ccrockatt commented
It's likely an issue with your environment, I was able to run pip install vectorbt on windows using Python version 3.12.2