Open sangraamp opened 3 months ago
Hi sangraamp, Sorry, we do not support Python 3.12 yet and the support for Python 3.11 is coming in one of our upcoming releases
Thanks for the clarification, @shebbur-aws! In the current release, what is the latest version of python which is supposed? Based on your comment, it would be 3.10 right?
Thats correct. You can refer to the versions we support here - https://awsdocs-neuron.readthedocs-hosted.com/en/latest/release-notes/index.html#supported-python-versions-for-inf2-trn1-packages
I am using a venv with Python 3.12 installed, on Amazon Linux 2. Here's the venv setup:
Here are the OS details:
When I try to execute the final step mentioned here to get my setup ready to run this notebook, I get an unexpected error:
When I try to force it to only look for the package in https://pip.repos.neuron.amazonaws.com, this happens:
I am not sure if this is because the package manager on Amazon Linux 2 doesn't have any newer versions of Python after 3.8. When I tried the above thing with Python 3.8, it worked. But, since it is nearing its end of support, I would prefer to use the latest Python version available. I had successfully built Python 3.12 from source, but now, am facing the above error. Any help would be appreciated.