Releases: HuangRicky/manylinux2014builds
turbodbc 4.11.1 py39 special build
specifically need py39
Py311 312 MKL wheels
numpy, pandas, scipy, statsmodels shipping with MKL lib for Linux
Py 312 turbodbc 4.11.1 and others
Update README.md python 3.11.3
Python 3.12, 3.11 shap
shap latest 0.44 only support newer numpy like 1.26 or so.
also official shap 0.44 don't have python 3.12 linux binary
for shap 0.41.0, it is not compatible with newer numpy like 1.24.4 so we edited code to remove np.bool to make it version 0.41.0.1
update: 0.41.0.2 is the correct one, fixing np.float, etc.
Python 3.12 manylinux 2014
also included some python 3.11 builds of latest packages. i only compile pkg that only provides .tar.gz files
TA-lib 0.4.27 cp 3.7 to 3.11 Linux
using manylinux2014, compiled python 3.7 to 3.11, 64bit
Python 3.11.3 Linux builds
Use latest Python 3.11.3 manylinux 2014 image to build. x64.
turbodbc and TA_lib
ctds using freetds 1.3.18
logbook enabled speedup C extension.
Python 3.11rc2 builds
built some pkgs that are difficult to compile in Linux.
manylinux2014 build Py 37 and 38 64bit
cvxpy
cylp
Logbook
pycurl
pyodbc
scs
ctds
cylp with shared object NOT WORKING
this includes so with whl file. However, you may need to copy the so files to where your ./python binary is:
site-pacakges/cylp/sofiles/* to ....pythonvirturlenv/bin
unfortunately this is the only way i can make it work without LD_LIBRARY_PATH
NOT WORKING
GCC version
it uses manylinux2014's default GCC 4.8.5. -> linking against libgfortran.so.3
for example, you need to have /usr/lib64/libgfortran.so.3