qf-lib
qf-lib copied to clipboard
[Issue]: pip install qf-lib yields legacy-install-failure
Summary
When doing
pip install qf-lib
I get Error: legacy-install-failure. Encountered error while trying to install package. numpy
I got: numpy version: 1.24.3 python version: 3.10.9
These are the things I've installed prior to getting to this point: Anaconda
conda install -c conda-forge multitasking
conda upgrade pip
conda install -c conda-forge yfinance
installed html5lib using Anaconda Navigator
python for windows 11 from python.org VisualBasic Build Tools, all boxes installed GTK3 using gtk3-runtime-3.24.31-2022-01-04-ts-win64.exe
pip install --index-url=https://bcms.bloomberg.com/pip/simple/ blpapi==3.20.1
pip install quandl
py -m pip install --upgrade pip
pip install --upgrade clyent
pip install --upgrade nbformat
pip install --upgrade requests
pip install inflection
pip install lxml
pip install requests_mock
pip install --upgrade setuptools wheel
pip install --upgrade numpy
Please let me know how to get passed this error, or whether you need further information from me to help debug this QF-LIB installation error.
Thanks
Hi, Currently qf-lib does not support python >= 3.10. The implementation is planned, but not in the next two business quarters. As for now we support:
- python 3.7 - 3.9
- numpy>=1.19.3,<1.21.0
- blpapi>=3.16.2,<3.18.0