I have developed an Django app that uses few python dependencies that uses a software called "openbabel-2.4.2", which can be compiled through "Cmake" when I am trying to install this "openbabel-2.4.2" on "pythonanywhere.com" free account, compilation terminated during "make". Because of pythonanywhere.com's policy, is that, you can't use 100% CPU for a long time (more than 2-5 minutes).
Is there any way through which I could build and compile "openbabel-2.4.2" somewhere on my personel computer and then could transfer the folder to remote server for "make install"
It may look stupidity at first glance but I think this could solve my problem.
thanks