Closed ProGM closed 10 years ago
Hi.
It looks like it is not linking to libstdc++. Try compiling with LDFLAGS=-lstdc++
:
$ rm -r build/
$ LDFLAGS=-lstdc++ python setup.py build
$ python setup.py install
Let me know if it works.
Oh, quite simple. It's working! Thank you :)
After installing
conda
I tried to install PyMaxflow in his local env:But when I run python and I try to import
maxflow
I receive this error:This is not happening if I use builtin Mac OS X python 2.7.6.
Any idea?