Currently getting the following error when trying to run the Colab Notebook when running the "1. Setup Workspace" cell:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
xarray-einstats 0.2.2 requires numpy>=1.21, but you have numpy 1.20.3 which is incompatible.
pydantic 1.10.2 requires typing-extensions>=4.1.0, but you have typing-extensions 3.10.0.2 which is incompatible.
cmdstanpy 1.0.8 requires numpy>=1.21, but you have numpy 1.20.3 which is incompatible.
Successfully installed apache-beam-2.34.0 avro-python3-1.9.2.1 dill-0.3.1.1 docopt-0.6.2 fastavro-1.7.0 future-0.18.2 hdfs-2.7.0 jedi-0.18.1 loguru-0.6.0 mediapy-1.0.3 numpy-1.20.3 orjson-3.8.1 pyarrow-5.0.0 pymongo-3.13.0 requests-2.28.1 typing-extensions-3.10.0.2
WARNING: The following packages were previously imported in this runtime:
[numpy,typing_extensions]
You must restart the runtime in order to use newly installed versions.
Currently getting the following error when trying to run the Colab Notebook when running the "1. Setup Workspace" cell: