On Tue, Feb 22, 2011 at 6:09 PM, [email protected] <[email protected]> wrote:
>
> You installed numpy from yum, so it pulled in the system version,
> which is tied to the system's python; instead, cmake is trying to use
> your own python 2.7, so you need to add numpy to that one.

Gianluca hit the nail on the head. You need to install numpy for the
version of python you are using. You can do this by installing from
source yourself or getting PIP (http://pypi.python.org/pypi/pip) or
easy_install (http://pypi.python.org/pypi/setuptools) and using one of
them to install.

-greg

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to