Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: pip install qf-lib yields legacy-install-failure #113

Open
Olivianita opened this issue May 6, 2023 · 1 comment
Open

[Issue]: pip install qf-lib yields legacy-install-failure #113

Olivianita opened this issue May 6, 2023 · 1 comment

Comments

@Olivianita
Copy link

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

@myrmarachne
Copy link
Member

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

This was linked to pull requests Mar 12, 2024
This was unlinked from pull requests Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants