Skip to content

Add support of python3.13 #31

@mdmitry1

Description

@mdmitry1

python3.12 is the default version for the latest Ubuntu LTS (24.04).
With version I'm getting error message:
../../src/run_smlp.py
Traceback (most recent call last):
File "/home/mdmitry/github/smlp/regr_smlp/code/../../src/run_smlp.py", line 10, in
from smlp_py.smlp_flows import SmlpFlows
File "/home/mdmitry/github/smlp/src/smlp_py/smlp_flows.py", line 7, in
from smlp_py.smlp_models import SmlpModels
File "/home/mdmitry/github/smlp/src/smlp_py/smlp_models.py", line 11, in
from pycaret.regression import predict_model as caret_predict_model
File "/home/mdmitry/.local/lib/python3.12/dist-packages/pycaret/init.py", line 22, in
raise RuntimeError(

RuntimeError: ('Pycaret only supports python 3.9, 3.10, 3.11. Your actual Python version: ', sys.version_info(major=3, minor=12, micro=3, releaselevel='final', serial=0), 'Please DOWNGRADE your Python version.')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions