You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set up an environment with FastAI using one of your images, but I need to ensure that Python > 3.10.15 is installed. Unfortunately, despite trying several provided packages, I haven't been able to get it working successfully.
I also attempted to build the image using the repository instructions, specifying PYTHON_VERSION=3.11 and PYTORCH_VERSION=2.2. However, I encountered an alias error during the process.
Could you please guide me on the correct steps to achieve this setup? Any advice on resolving the alias error or identifying a compatible image/package would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hi @NimaMojtahedi , the default version of Python in Ubuntu 22.04 / JetPack 6.1 is Python 3.10.12. Perhaps you can figure out how to bump that version to 3.10.15 without needing to build everything, since it is only the patch version? I am unfamiliar, but do install python from upstream sources in jetson-containers.
If you start changing PYTHON_VERSION and PYTORCH_VERSION - you need to go through the configs and iron out which versions in the chain get resolved (typically those being torchaudio and torchvision, that depend on specific torch versions)
I am trying to set up an environment with FastAI using one of your images, but I need to ensure that Python > 3.10.15 is installed. Unfortunately, despite trying several provided packages, I haven't been able to get it working successfully.
I also attempted to build the image using the repository instructions, specifying PYTHON_VERSION=3.11 and PYTORCH_VERSION=2.2. However, I encountered an alias error during the process.
Could you please guide me on the correct steps to achieve this setup? Any advice on resolving the alias error or identifying a compatible image/package would be greatly appreciated.
The text was updated successfully, but these errors were encountered: