notebooks-ai / notebooks-help

Issues with Notebooks.ai? Create an issue here!
https://notebooks.ai
MIT License
14 stars 5 forks source link

Installing fbprophet #2

Closed mryap closed 5 years ago

mryap commented 5 years ago

image

I seems to have problem installing fbprophet in your environment.

I got a Could not install packages due to an EnvironmentError:[Errno12] Cannot Allocate Memroy

Thanks

martinzugnoni commented 5 years ago

Hello @mryap, thanks for your ticket. I will take a look. The library might be too memory-hungry for the size of the containers.

mryap commented 5 years ago

hi @martinzugnoni, I create a new project on my account Dashboard and the issues goes away.

https://i4-p35571.proxy.rmotr.com/lab/workspaces/preview

martinzugnoni commented 5 years ago

Then maybe your environment was already loaded with too much data in memory, and the remaining memory was not enough to install the library.

You could try "Turn off" the project (from your dashboard), that will restart the container and free unnecessary memory, and opening the project again.

Let me know if this helps.

santiagobasulto commented 5 years ago

This was only a memory issue. We've increased the resources of all our projects lately, shouldn't be a problem now.