2

I am testing out Googles colaboratory and I am getting an error

ImportError: No module named qpython

I know because its a virtual machine the modules are installed there but if one is missing is there a way to get it installed?

Thanks!

elz
  • 5,338
  • 3
  • 28
  • 30
Roni Hoffman
  • 302
  • 1
  • 5
  • 17

1 Answers1

5

!pip install qpython is the recommended approach: we can't hope to have every possible dep installed, so users should just install what they need.

Craig Citro
  • 6,505
  • 1
  • 31
  • 28