Python version higher then 3.7

Hi,

is it possible to work with python 3.8.5 or higher ?

Regards Johannes

Hi Johannes,

which of our tools are your referring to?
All our tools (except scenario-designer) should support at least Python 3.7-3.9 (with all sub-versions).

Best,
Sebastian

Hi Sebastian,

I am not sure if I will need the scenario-designer, mainly I want to work on the Programming Exercise I: Search-based Motion Planning with Motion Primitives of the Fundamentals of Artificial Intelligence (IN2406) course.

I am asking because conda on M1 Mac natively supports python 3.8.5 or higher for environments.

Which version of python will be best for this setting?

Regards Johannes

Hi Johannes,

As I remember, you must set up your environment with python 3.7.

Another tip which might save you some time: Based on our test, virtual machine is currently not an option for M1 chip. So I think you could start with local installation or docker directly.

Best regards
Mingxuan

HI Johannes,

for the CR Search Exercise we recommend using the conda installer for x86 which also works on M1 chips. There you can use Python 3.7. CR-Search should however also work with higher Python versions.

As Mingxuan already said, for MacOs the recommended way is to use the local installation, which has also been tested by us.

Best,
Gerald

1 Like