Dear Riccardo,

thank you very much for your very informative reply!

>
> Hi Paul,
>
> On Tue, May 31, 2011 at 11:02 AM,  <[email protected]> wrote:
> > "
> > CMake Error: The following variables are used in this project, but they
are
> > set to NOTFOUND.
> > Please set them or make sure they are set and tested correctly in the
CMake
> > files:
> > PYTHON_NUMPY_INCLUDE_PATH
> > "
> >
> > I checked the mailing list which told me that I need the same python
> > version for numpy as well as for RDKIT. This should be the case. Could
> > there be any other reason?
>
> the build system should locate the numpy include path from searching
> for the numpy/arrayobject.h header file. On the linux machine I'm
> currently using this corresponds to
>
> /usr/lib64/python2.6/site-packages/numpy/core/include
>
> but it is actually identified as /usr/include since /usr/include/numpy
> happens to be a symbolic link pointing to the actual installation.
> What operating system are you using? and what is the output produced
> by your python interpreter when executing the following commands?
>
> >>> import numpy
> >>> print numpy.get_include()


This is the output:
"
>>> import numpy
>>> print numpy.get_include()
/usr/lib/python2.6/site-packages/numpy/core/include
"

However, the numpy installation seems to be broken.
"ls" in "/usr/lib/python2.6/site-packages/numpy/core/include" gives
"numpy", but there is no numpy/arrayobject.h header file herein.


I fear that I need to re-install numpy, or am I wrong?

Cheers & Thanks,
Paul

>
> Hope that helps,
>
> Regards,
> Riccardo
>
> >
> >
> > Cheers & Thanks,
> > Paul

> >


This message and any attachment are confidential and may be privileged or
otherwise protected from disclosure. If you are not the intended recipient,
you must not copy this message or attachment or disclose the contents to
any other person. If you have received this transmission in error, please
notify the sender immediately and delete the message and any attachment
from your system. Merck KGaA, Darmstadt, Germany and any of its
subsidiaries do not accept liability for any omissions or errors in this
message which may arise as a result of E-Mail-transmission or for damages
resulting from any unauthorized changes of the content of this message and
any attachment thereto. Merck KGaA, Darmstadt, Germany and any of its
subsidiaries do not guarantee that this message is free of viruses and does
not accept liability for any damages caused by any virus transmitted
therewith.

Click http://disclaimer.merck.de to access the German, French, Spanish and
Portuguese versions of this disclaimer.


------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to