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

Update Julia to latest stable version 1.8.5 #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aws-khatria
Copy link

@aws-khatria aws-khatria commented Apr 20, 2023


Updating Julia to the latest stable version fixed the build: https://julialang.org/downloads/#current_stable_release

Issue #, if available:

Docker build was failing for this image with the following error:

Updating `/opt/julia/environments/v1.5/Project.toml`
  [438e738f] + PyCall v1.95.1
Updating `/opt/julia/environments/v1.5/Manifest.toml`
  [1914dd2f] + MacroTools v0.5.10
  [438e738f] + PyCall v1.95.1
   Building PyCall → `/opt/julia/packages/PyCall/twYvK/deps/build.log`
Precompiling project...
Found existing installation: PyYAML 5.3.1
ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
The command '/bin/bash -o pipefail -c julia -e 'import Pkg; Pkg.update()' &&     julia -e 'using Pkg; pkg"add PyCall@1"; pkg"precompile"' &&       pip install         'boto3>=1,<2'         'sagemaker>=2,<3'         'sagemaker-experiments>=0.1,<0.2'         'sagemaker-studio-image-build>=0.4,<0.5'         'smdebug>=0.9,<0.10'' returned a non-zero code: 1

Description of changes:

Updating Julia to the latest stable version fixed the build: https://julialang.org/downloads/#current_stable_release

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Docker build was failing for this image with the following error:
```
Updating `/opt/julia/environments/v1.5/Project.toml`
  [438e738f] + PyCall v1.95.1
Updating `/opt/julia/environments/v1.5/Manifest.toml`
  [1914dd2f] + MacroTools v0.5.10
  [438e738f] + PyCall v1.95.1
   Building PyCall → `/opt/julia/packages/PyCall/twYvK/deps/build.log`
Precompiling project...
Found existing installation: PyYAML 5.3.1
ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
The command '/bin/bash -o pipefail -c julia -e 'import Pkg; Pkg.update()' &&     julia -e 'using Pkg; pkg"add PyCall@1"; pkg"precompile"' &&       pip install         'boto3>=1,<2'         'sagemaker>=2,<3'         'sagemaker-experiments>=0.1,<0.2'         'sagemaker-studio-image-build>=0.4,<0.5'         'smdebug>=0.9,<0.10'' returned a non-zero code: 1
```

Updating Julia to the latest stable version fixed the build: https://julialang.org/downloads/#current_stable_release

```
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

Successfully merging this pull request may close these issues.

1 participant