bgrimstad / splinter

Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB
Mozilla Public License 2.0
417 stars 116 forks source link

Python Linux egg install incomplete #103

Closed j33433 closed 5 years ago

j33433 commented 6 years ago

python setup.py install does not include the version file or .so file on Linux. The 'so' has to be loaded manually as result.

python 2.7.12 WSL with debian stretch/sid

bgrimstad commented 6 years ago

Hi. We are aiming to fix this and add PyPI support in v4.0. Note that the upcoming version does not support Python 2.

Please let us know if you are able to help us with this (see #44).

gablank commented 5 years ago

SPLINTER has now been uploaded to PyPI, and you can install it using pip install splinterpy.

Please note that the only operating system / architecture combination that is supported by the package at PyPI is Linux x64.