Codex isn't using python 3.10 as specified

I have my environment setup using python 3.10. On the environments page I can connect to the terminal, install all of my packages, and run my tests. But, when I save the environment and create a codex task, my package installs error out during the setup process.

It looks like this is happening because the codex tasks is using python 3.11 instead of python 3.10 like I specified.

Is this a bug?

1 Like

Yeah, I looks like it. I changed my environment to python 3.10 and asked it to run ‘python --version’ and get this:

Updated the environment to use 3.12 and did the same task and got this:

2 Likes

Is there a way to report bugs? Or see a list of known issues?

I can’t find a way to report Codex product bugs, so I sent to ChatGPT bugs via the support chat tool

2 Likes