Python 3.7 wheels on PyPI

16 views
Skip to first unread message

David Hagen

unread,
Apr 8, 2019, 8:25:37 PM4/8/19
to libsbml-development
Python 3.7.0 was released June 2018. python-libsbml 5.17.0 was released May 2018. As a consequence, there are no Python 3.7 wheels available for install via pip. This means that the package is compiled from source whenever it is installed in Python 3.7, which takes a long time (but does work, at least on Linux!). Could wheels for Python 3.7 be uploaded? You can drop support for Python 3.4, which went end-of-life in March 2019.

Brett

unread,
Apr 9, 2019, 9:40:30 AM4/9/19
to libsbml-development
Dear David

Thanks for your email. The good news is that the next libSBML release, currently in production, will support Python 3.7 across all platforms.

Best regards
Brett

Matthias König

unread,
Apr 9, 2019, 10:20:36 AM4/9/19
to libsbml-development
Hi David,

you can just install the experimental version for python 3.7 (which is stable in the core features)
pip install python-libsbml-experimental
Just checked in a virtualenv and works fine in python3.7.

Best Matthias

(test-py37-libsbml) mkoenig@prime1:~$ pip install python-libsbml-experimental
Collecting python-libsbml-experimental
  Using cached https://files.pythonhosted.org/packages/35/96/a441cb8fe913d5a1727d7ac86874642d08d8f3674acf1998476c2ec9f095/python_libsbml_experimental-5.17.2-cp37-cp37m-manylinux1_x86_64.whl
Installing collected packages: python-libsbml-experimental
Successfully installed python-libsbml-experimental-5.17.2

(test-py37-libsbml) mkoenig@prime1:~$ python
Python 3.7.3 (default, Mar 26 2019, 01:59:45)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import libsbml
>>> print(libsbml.__version__)
5.17.2


David Hagen

unread,
Apr 9, 2019, 11:28:23 AM4/9/19
to libsbml-development
Thank you. I await for the next release.

Brett

unread,
May 8, 2019, 7:29:33 AM5/8/19
to libsbml-development
Just as a follow up. Python 3.7 binaries are available as part of the recent 5.18 release.

Brett
Reply all
Reply to author
Forward
0 new messages