I am trying to get an application started on Openshift, using the Python cartridge 3.3. I've added my dependencies into the requirements.txt
, but the application fail to load on pandas dependency. I've searched through the web and there's only one mention of issues related to pandas and numpy but cannot seem to help. I've attempted to install pandas via ssh and end up with the following message after a while
Installing collected packages: pandas
Running setup.py install for pandas
Connection to [app].rhcloud.com closed by remote host.
Connection to [app].rhcloud.com closed.
Has anyone already used pandas on Openshift? Is there potential issues due to C dependencies?
Thank you