I was interested in the introductory tutorials, so I checked out the first one here:
https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/getting-started.ipynb#scrollTo=R_Yhoc6N_Flg I found that the pip install step at the very beginning fails. This is the output: |████████████████████████████████| 9.7MB 25.6MB/s |████████████████████████████████| 153kB 44.3MB/s |████████████████████████████████| 2.3MB 33.3MB/s |████████████████████████████████| 61kB 8.1MB/s |████████████████████████████████| 829kB 50.6MB/s Building wheel for avro-python3 (setup.py) ... done Building wheel for dill (setup.py) ... done Building wheel for future (setup.py) ... done ERROR: multiprocess 0.70.12.2 has requirement dill>=0.3.4, but you'll have dill 0.3.1.1 which is incompatible. ERROR: google-colab 1.0.0 has requirement requests~=2.23.0, but you'll have requests 2.25.1 which is incompatible. ERROR: datascience 0.10.6 has requirement folium==0.2.1, but you'll have folium 0.8.3 which is incompatible. -Ed