0

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

DanTheMann
  • 165
  • 2
  • 8
  • seems to be memory related issue https://stackoverflow.com/questions/54364064/oserror-errno-12-cannot-allocate-memory-when-using-python-multiprocessing-poo – Sajeetharan Dec 01 '19 at 12:45
  • Any idea why this might be happening on azure in this situation? – DanTheMann Dec 01 '19 at 16:03

1 Answers1

0

Seems to be an issue related to the notebook itself. Fixed by creating a new notebook

DanTheMann
  • 165
  • 2
  • 8