conda-incubator / condacolab

Install Conda and friends on Google Colab, easily
MIT License
341 stars 49 forks source link

Running scripts #56

Open leonardoalves-f opened 1 year ago

leonardoalves-f commented 1 year ago

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?

jaimergp commented 1 year ago

I'll need some more details. Can you add the traceback, and the imports in your script? Maybe you need to reinstall the dependencies explicitly?