1

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

jaoc
  • 31
  • 2
  • 5
  • 1
    Not all modules are available for any version of python... did you check that this package you want is available? Can you edit the question to include what the package name is? And what is the current python version? – Ofer Sadan Aug 18 '22 at 10:23

0 Answers0