Hi Riccardo,

I'm trying to understand your advice? Should I check if I have pandas
installed and uninstall it? Or installing pandas will help me with testing?

Anyway, I think there are two things worth mentioning:

1. I'm compiling it on raspberry pi
2. Installation failed - sudo make install gives me:

Install the project...
-- Install configuration: "Release"
-- Installing: /home/pi/Documents/ci/RDKit_2012_09_1/lib/rdkit-targets.cmake
-- Installing:
/home/pi/Documents/ci/RDKit_2012_09_1/lib/rdkit-targets-release.cmake
-- Installing: /home/pi/Documents/ci/RDKit_2012_09_1/lib/rdkit-config.cmake
-- Installing:
/home/pi/Documents/ci/RDKit_2012_09_1/lib/rdkit-config-version.cmake
-- Installing:
/home/pi/Documents/ci/RDKit_2012_09_1/lib/libRDGeneral_static.a
CMake Error at Code/RDBoost/cmake_install.cmake:56 (FILE):
  file INSTALL cannot find
  "/home/pi/Documents/ci/RDKit_2012_09_1/lib/libRDBoost.so.1.2012.09.1".

And this is true, ls -lh lib shows, that libRDBoost.so.1 and
libRDBoost.so.1.2012.09.1 are both missing which is strange, because when I
run

cmake -DRDK_INSTALL_INTREE=OFF -DRDK_BUILD_INCHI_SUPPORT=ON

I'm getting:

-- Boost version: 1.48.0
-- Found the following Boost libraries:
--   python
Python Install directory /usr/local/lib/python2.7/dist-packages
-- Could NOT find InChI in system locations (missing:  INCHI_LIBRARY
INCHI_INCLUDE_DIR)
-- Found InChI software locally
-- Could NOT find BISON (missing:  BISON_EXECUTABLE)
-- Could NOT find FLEX (missing:  FLEX_EXECUTABLE)
-- Could NOT find BISON (missing:  BISON_EXECUTABLE)
-- Could NOT find FLEX (missing:  FLEX_EXECUTABLE)
-- Boost version: 1.48.0
-- Found the following Boost libraries:
--   regex
-- Configuring done
-- Generating done
-- Build files have been written to: /home/pi/Documents/ci/RDKit_2012_09_1

So everything looks correct!


On Mon, Jun 17, 2013 at 3:01 PM, Riccardo Vianello <
riccardo.viane...@gmail.com> wrote:

> Hi Michał,
>
> Is pandas available in your test environment? I could reproduce a
> similar problem on my own linux box, but it's apparently due to an
> oversight in the PandasTools module that can raise an exception when
> pandas is not imported. The interested output could be similar to the
> following:
>
> 77: Traceback (most recent call last):
> 77:   File "PandasTools.py", line 98, in <module>
> 77:     defPandasRendering = pd.core.frame.DataFrame.to_html
> 77: AttributeError: 'NoneType' object has no attribute 'core'
>
> Best regards,
> Riccardo
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to