I have the same issue. I am on mac Bigsur 11.1.1
I am using jupyterlab from a different machine and connecting to the server on which julia lives
Status `~/Projects/julia-env/Project.toml`
[537997a7] AbstractPlotting v0.12.18
Status `~/Projects/julia-env/Project.toml`
[e9467ef8] GLMakie v0.1.13
Have same issue
ERROR: BoundsError: attempt to access Scene
When i tried to remove and add latest versions
Pkg.rm("GLMakie")
Pkg.add(name="GLMakie", version="0.1.30")
I have the following issue
Resolving package versions...
Unsatisfiable requirements detected for package GLMakie [e9467ef8]:
GLMakie [e9467ef8] log:
├─possible versions are: [0.0.1-0.0.18, 0.1.0-0.1.30] or uninstalled
├─restricted to versions 0.1.30 by an explicit requirement, leaving only versions 0.1.30
└─restricted by compatibility requirements with AbstractPlotting [537997a7] to versions: [0.0.1-0.0.18, 0.1.0-0.1.13] or uninstalled — no versions left
└─AbstractPlotting [537997a7] log:
├─possible versions are: [0.9.0-0.9.27, 0.10.0-0.10.11, 0.11.0-0.11.2, 0.12.0-0.12.18, 0.13.0-0.13.11, 0.14.0-0.14.4, 0.15.0-0.15.27] or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions [0.9.0-0.9.27, 0.10.0-0.10.11, 0.11.0-0.11.2, 0.12.0-0.12.18, 0.13.0-0.13.11, 0.14.0-0.14.4, 0.15.0-0.15.27]
└─restricted by compatibility requirements with MakieGallery [dbd62bd0] to versions: [0.9.0-0.9.27, 0.10.0-0.10.11, 0.11.0-0.11.2, 0.12.0-0.12.18]
└─MakieGallery [dbd62bd0] log:
├─possible versions are: [0.0.1-0.0.9, 0.1.0-0.1.11, 0.2.0-0.2.17] or uninstalled
└─restricted to versions * by an explicit requirement, leaving only versions [0.0.1-0.0.9, 0.1.0-0.1.11, 0.2.0-0.2.17]
I removed MakieGallery
and now versions are
Status `~/Projects/radars/julia-env/Project.toml`
[537997a7] AbstractPlotting v0.15.27
Status `~/Projects/radars/julia-env/Project.toml`
[e9467ef8] GLMakie v0.1.26
Still I get
BoundsError: attempt to access Scene