Various installation issues #262
Replies: 1 comment 13 replies
-
This block of code is colab-specific. It installs Julia within Google Colab, because their VM (based on Ubuntu) doesn't include Julia by default. Note that Google Colab runs in the cloud, rather than on your local machine – so even if Julia is installed locally, it still needs to be installed on the colab VM.
This actually changed only 2 hours ago! See googlecolab/colabtools#3385. I need to update the colab notebook to remove that part, as you have noted 🙂
Please share where you are struggling and I can try to help Edit: updated the notebook. |
Beta Was this translation helpful? Give feedback.
-
I had been struggling to get PySR working in most environments but was successful in running the Google Colab tutorial. I was hoping to migrate the functionality of the first block of code out of Google Colab into a python or .pytoml file in order to run PySR outside of the Google Colab environment. However I have been struggling understand what the block of code does to make PySR work.
Doing this Google Colab specific task was also necessary:
" Use fallback runtime. Run the above cell (!echo "Runtime started.") to start the runtime. Now, open the command pallette (bottom left -> second icon from the bottom), and search for "use fallback runtime", and hit enter. "
Beta Was this translation helpful? Give feedback.
All reactions