# Google Colab compatibility broken

**URL:** https://discourse.julialang.org/t/google-colab-compatibility-broken/93004
**Category:** General Usage
**Tags:** question, jupyter, ccall
**Created:** [January 15, 2023, 10:00pm UTC](https://discourse.julialang.org/t/google-colab-compatibility-broken/93004 "2023-01-15T22:00:41Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![MilesCranmer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/milescranmer/32/21070_2.png) [@MilesCranmer](https://discourse.julialang.org/u/MilesCranmer)
#### Post date: [January 15, 2023, 10:55pm UTC](https://discourse.julialang.org/t/google-colab-compatibility-broken/93004/4 "2023-01-15T22:55:32Z")

</div>

I see the same error with the manual install version: [Google Colab](https://colab.research.google.com/github/ageron/julia_notebooks/blob/master/Julia_for_Pythonistas.ipynb).

Here’s the line where it fails, in cell 1:

```julia
    echo "Installing Julia package $PKG..."
    LD_LIBRARY_PATH="" julia -e 'using Pkg; pkg"add '$PKG'; precompile;"'

```

Note that you have to delete `&> /dev/null` so the `ccall` error actually shows up.

---

_[View the full topic](https://discourse.julialang.org/t/google-colab-compatibility-broken/93004)._
