tlubitz / SBtab

SBtab - Table format for Systems Biology:
www.sbtab.net
MIT License
6 stars 8 forks source link

setuptools needed for installation on Python 3.12 #120

Closed eladnoor closed 9 months ago

eladnoor commented 10 months ago

When installing SBtab on python 3.12, importing it doesn't work due to the following error:

  File "...SBtab/pypi_installer/sbtab/__init__.py", line 8, in <module>
    from pkg_resources import resource_string
ModuleNotFoundError: No module named 'pkg_resources'

pkg_resources is part of the setuptools package but it is not in the requirements list of SBtab. Installing it using pip solves the problem.