Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在测试 Google 的 colaboratory,但出现错误
ImportError:没有名为 qpython 的模块
我知道因为它是一个虚拟机,所以模块安装在那里,但是如果缺少一个,有没有办法安装它?
谢谢!
!pip install qpython是推荐的方法:我们不能希望安装所有可能的 dep,所以用户应该只安装他们需要的。
!pip install qpython