I am currently using Google Colab to run some scripts I have developed. However, when I install Condacolab and try to run the script through the command
!python script.py
I get the error "ModuleNotFoundError" for every library imported in the script. When importing the libraries through Google Colab cells it works correctly. Is it possible to run scripts after instaling Condacolab?
I am currently using Google Colab to run some scripts I have developed. However, when I install Condacolab and try to run the script through the command
!python script.py
I get the error "ModuleNotFoundError" for every library imported in the script. When importing the libraries through Google Colab cells it works correctly. Is it possible to run scripts after instaling Condacolab?