On Thu, Jun 12, 2014 at 3:55 PM, janardhan swamy <[email protected]>
wrote:

> Hi, i need to install rdkit in heroku cloud to run my app, but i am not
> able to do it. i tried using pip install rdkit and pip install
> python-rdkit, but they are not working. can you tell me how to install
> rdkit in heroku?
>

I'm not familiar with heroku, but I could recently install the rdkit on
openshift using conda. A google search for conda and heroku returned a link
to this repository https://github.com/kennethreitz/anaconda-buildpack,
hopefully it may be of help.

As far as I know it is not possible to build and install the rdkit and it's
python bindings using pip, so the other alternatives I could think of
reduce to building form sources on a different machine and then
transferring the binaries with some suitable strategy. But depending on
what you'd like to do the dependency stack can grow fairly big, so I think
using conda is likely to be a good option (rdkit recipes for conda are
available on github https://github.com/rdkit/conda-rdkit).

Best regards,
Riccardo
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to