After following the steps outlined here How can I update Google Colab's Python version?, I can no longer import packages with either,
!pip install <package name>
,
!pip3.9 install <package name>
,
!python3.9 -m pip install <package name>
When I try to import the , I get the error ModuleNotFoundError: No module named '<package name>'
Any advice would be more than welcome.
Kind Rgds