Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install FASTAI #782

Open
NimaMojtahedi opened this issue Jan 15, 2025 · 1 comment
Open

Can't install FASTAI #782

NimaMojtahedi opened this issue Jan 15, 2025 · 1 comment

Comments

@NimaMojtahedi
Copy link

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.

@dusty-nv
Copy link
Owner

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants