-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install on Ubuntu #4
Comments
Hi @juanilarregui, Actually, the current version supports only Python 3.x, and I tested my code only on Python 3.4. While I am trying to make the project running on also Python 2.x but it will take some time... Cheers! |
Hi @tatsy, Thanks for your quick response! I've succeeded at the installation using:
but now, I've got problems when I try to import the library in python:
do you know what's causing it? P.S.: sorry to bother you with this kind of things. |
Hi @juanilarregui, To install python module, you have to build # On root of lime
mkdir build && cd build
cmake -D LIME_BUILD_PYTHON_MODULE=ON ..
cmake --build .
cd ..
python setup.py install Before install the library, please make sure |
I updated codes to support Python 2.x. I tested on Python 2.7 on #MacOSX. |
Hi @tatsy, Still can't get it to work. Having the same problem as before (python 2.7 or 3, same thing). I have build the library and installed it, and Maybe a problem within
Cheers. |
Hi @juanilarregui, Have you run The error you posted does not seem to be the one from boost python. |
Hi @tatsy, First, sorry to continue bothering you with this. Yes, I have build and installed the library. Here is the output of each step, for if you find something wrong:
I've tried with and without Thanks in advance! |
Hi @juanilarregui, Sorry to be late in responding. |
Hi,
I've been trying to install the library on Ubuntu 16.04. I had some problems in the compilation process (libboost_numpy was on a different folder than the rest of Boost libraries), but finally it did compile.
However, when I run
sudo python setup.py install
I get the following error:
Any ideas?
The text was updated successfully, but these errors were encountered: