Hands on with Data Science > Data Processing and Exploratory Data Analysis > Google Colab notebook called Data processing and analysis for IDA course.ipynb has issues in the Setup code block.
Here is partial output log:
...Installing collected packages: PyJWT, protobuf, cryptography, msal, cognite-sdk Attempting uninstall: protobuf Found existing installation: protobuf 3.19.6 Uninstalling protobuf-3.19.6: Successfully uninstalled protobuf-3.19.6 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. tensorflow 2.9.2 requires protobuf<3.20,>=3.9.2, but you have protobuf 4.21.12 which is incompatible. tensorflow-metadata 1.12.0 requires protobuf<4,>=3.13, but you have protobuf 4.21.12 which is incompatible. tensorboard 2.9.1 requires protobuf<3.20,>=3.9.2, but you have protobuf 4.21.12 which is incompatible. Successfully installed PyJWT-2.6.0 cognite-sdk-5.0.2 cryptography-39.0.0 msal-1.20.0 protobuf-4.21.12...