MilesCranmer / PySR

High-Performance Symbolic Regression in Python and Julia
https://astroautomata.com/PySR
Apache License 2.0
2.19k stars 207 forks source link

[BUG] Colab broken on current Julia version #259

Closed MilesCranmer closed 1 year ago

MilesCranmer commented 1 year ago

Related to #249

When I run the current colab notebook, I can't even get past the Julia install step.

Installing Julia 1.7.2 on the current Colab Runtime...
2023-01-30 19:40:18 URL:https://julialang-s3.julialang.org/bin/linux/x64/1.7/julia-1.7.2-linux-x86_64.tar.gz [123295596/123295596] -> "/tmp/julia.tar.gz" [1]
Installing PyCall.jl...
  Installing known registries into `~/.julia`
free(): invalid pointer

signal (6): Aborted
in expression starting at none:1
gsignal at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
abort at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)

Thanks to @jwuphysics for mentioning this!

MilesCranmer commented 1 year ago

Seems like all Julia installations are currently breaking on Colab:

fitriaramlan commented 1 year ago

I think the colab broken is still happening?

MilesCranmer commented 1 year ago

This should be fixed by https://github.com/googlecolab/colabtools/issues/3385.

Not sure what errors you are seeing @fitriaramlan; the current colab notebook runs fine for me: https://colab.research.google.com/github/MilesCranmer/PySR/blob/master/examples/pysr_demo.ipynb

fitriaramlan commented 1 year ago

Thanks @MilesCranmer. I was still using the previous code on the first cell. but now it runs well for me too.

MilesCranmer commented 1 year ago

Great!