-
Notifications
You must be signed in to change notification settings - Fork 142
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
Cannot compile this package on Julia 1.9.1 in Ubuntu 22.04 container #1105
Comments
Just tested on the 2023-05-30 version of the same Docker container, which uses Julia 1.8.5, and |
I could not reproduce this with my GPU accelerated JupyterLab Julia docker image |
I can not reproduce with the Host $ docker run -it --rm -p 8888:8888 jupyter/datascience-notebook:julia-1.9.1
Container (base) jovyan@f70dfa1a93ff:~$ julia
julia> versioninfo()
(@v1.9) pkg> add CSV
|
I'm using the official Docker container for Jupyter Data Science Notebooks provided here:
https://hub.docker.com/r/jupyter/datascience-notebook/
It comes with Julia 1.9.1 preinstalled. I try to use the CSV.jl package and receive the following error:
The text was updated successfully, but these errors were encountered: