jfowkes / pycutest

Python interface to CUTEst
https://jfowkes.github.io/pycutest/
GNU General Public License v3.0
28 stars 11 forks source link

Facing error when attempting to run the given example #61

Open MAHMOUDPD opened 1 year ago

MAHMOUDPD commented 1 year ago

Hello, please kindly help me resolve this error I got when calling "pycutest.import_problem( " " )" which is essential for getting the problems

KIndly see the screen-shot below image

jfowkes commented 1 year ago

Hi, your python version is too old, Python 3.5 has been unsupported since 2017. Please update your system to a modern version of Python, we support Python 3.8 - 3.11.

MAHMOUDPD commented 1 year ago

Okay. Thank you.