Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
420 views
in Technique[技术] by (71.8m points)

python - 如何在天蓝色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

(我昨天第一次使用它时也可以使用,但是没有更多了)

  ask by DanTheMann translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Seems to be an issue related to the notebook itself.

(似乎是与笔记本电脑本身有关的问题。)

Fixed by creating a new notebook

(通过创建新笔记本来修复)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...