MilesCranmer / PySR

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

[Feature] Should tell the user to use `pysr.install(julia_project)` #280

Closed MilesCranmer closed 7 months ago

MilesCranmer commented 1 year ago

PySR should tell the user to use pysr.install(julia_project=...) if they try to use a custom SymbolicRegression.jl project folder and fail to get it working. The current message of just "use pysr.install" doesn't seem helpful.

MilesCranmer commented 7 months ago

Fixed by #535