简体   繁体   English

如何在 azure jupyter 笔记本中安装依赖项?

[英]How do I install dependecies in azure jupyter notebooks?

Trying to install 'calmap' dependency using the azure dependency management syntax尝试使用 azure 依赖管理语法安装“calmap”依赖

!pip install calmap

and getting并得到

ExceptionPexpect: pty.fork() failed: [Errno 12] Cannot allocate memory

whenever I use anything with !每当我使用任何东西时! , on its own or with arguments, I get the above error ,单独或带有参数,我收到上述错误

It also worked the first time I used it yesterday, but no more我昨天第一次使用它时它也有效,但没有更多

Seems to be an issue related to the notebook itself.似乎是与笔记本本身有关的问题。 Fixed by creating a new notebook通过创建新笔记本修复

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Jupyter Notebooks for iPython 中安装模块 - How to install module in Jupyter Notebooks for iPython 如何为 Microsoft Azure Jupyter Notebooks 指定路径? - How to specify a path for Microsoft Azure Jupyter Notebooks? 我需要互联网才能使用 jupyter notebooks 吗? - Do I need internet to use jupyter notebooks? 我的主页中有很多Jupyter笔记本,Jupyter启动时会显示这些笔记本。 我该如何清洁其中的一些? - I have lots of Jupyter notebooks in the Home Page which is shown when Jupyter starts up. How do I clean some of them? 如何使用 Jupyter Notebooks 进行打印 - How to print with Jupyter Notebooks 如何在从 docker 容器运行的 jupyter 笔记本中获取黑码格式? - How do I get black code formatting in jupyter notebooks run from a docker container? 如何在 Jupyter Notebooks 中使用 Python 2 和 3 创建 docker 容器? - How do I create a docker container with both Python 2 and 3 available in Jupyter Notebooks? 如何在VS Code中调试导入的Jupyter笔记本? - How do you debug imported Jupyter notebooks in VS Code? 安装 Jupyter Notebooks 而不安装 anaconda navigator - Install Jupyter Notebooks without installing anaconda navigator 如何在 Tor 浏览器中打开 jupyter 笔记本 - How can I open jupyter notebooks in tor browser
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM