Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running scripts #56

Open
leonardoalves-f opened this issue Apr 30, 2023 · 1 comment
Open

Running scripts #56

leonardoalves-f opened this issue Apr 30, 2023 · 1 comment

Comments

@leonardoalves-f
Copy link

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
Copy link
Member

jaimergp commented May 2, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants