-
Notifications
You must be signed in to change notification settings - Fork 482
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
KeyError: 'alias' in packages/ml/tensorflow/config.py
#712
Comments
tensorflow is for jetpack 6.1: |
@hugomiralles-manta just fixed this error on JetPack 4 with f38a230 - if you have further issues after pulling the latest, please let me know. @johnnynunez the containers config scripts still need to not produce errors regardless of jetpack version, because those always get run during every |
Thanks a lot for your quick answer ! I am encountering a new issue when attempting to build a container for PyTorch with Python 3.8 using the Environment:
Steps to Reproduce:
Error Log:
|
Description:
When attempting to build a container using the
jetson-containers
repository, I encountered aKeyError
in theconfig.py
script located inpackages/ml/tensorflow
. This error appears because thepkg
dictionary does not contain an'alias'
key when the code tries to extend it.Error Log:
Steps to Reproduce:
jetson-containers
repository.jetson-containers build pytorch
command.KeyError
during the build process.Environment:
The text was updated successfully, but these errors were encountered: