简体   繁体   中英

How do I install dependecies in azure jupyter notebooks?

Trying to install 'calmap' dependency using the azure dependency management syntax

!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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM