bepolymathe

Results 90 comments of bepolymathe

[Here](https://github.com/swhalemwo/obvz/issues/6#issuecomment-622429094) It works for the first order. However, it blocks on the second one because the package doesn't have the same name in dnf (fedora) as in apt apparently. ![image](https://user-images.githubusercontent.com/29939805/81111024-ae0a7a80-8f1c-11ea-95b3-a3f87e83ad76.png)

After installing this package `eigen3-devel-3.3.7-3.fc31.noarch ` I have this message again... ![image](https://user-images.githubusercontent.com/29939805/81113258-3cccc680-8f20-11ea-96c4-17c7b402ba15.png)

Thank you for that clarification. ``` [08:04:35] ~/Applications/obvz/layout_optim/cpp : pip3 install pybind11 Requirement already satisfied: pybind11 in /home/manu/.local/lib/python3.8/site-packages (2.5.0) ``` It's amazing because I don't have a "libeigen3-dev" package on...

hi I change for "include" because it's been offered to me... ``` [09:30:28] ~/Applications/obvz/layout_optim/cpp : g++ -O3 -Wall -shared -std=c++17 -fPIC python3 -m pybind11 --includes -I /usr/include/eigen3 ./frucht_v3.cpp -o ./frucht_v3.so...

Yes I already have that to install but I keep getting the same error message... :thinking:

Maybe @swhalemwo have a idea ?

Ok I'm going to look on my side but it's true that I'm not in my comfort zone when it comes to compiling C++. Thanks for your help.

Thanks, I wouldn't have thought to google it... More seriously, it is probably an interesting tool, but it will require a package in the long run (this is suggested in...

When I run the `obvz-start` command I get an error message about dbus. `cd ~/Applications/obvz && /usr/bin/python3 obvz.py dbus force: exited abnormally with code 1. [2 times]`

No, I still haven't been able to compile. That's the error message I get when I try to do it.