-
Notifications
You must be signed in to change notification settings - Fork 343
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
Error on 'make' under 'python/' for ubuntu #48
Comments
But I don't see any error? I think you did successfuly build the
liblinear.so.3
lucas0 writes:
Tried to install in a VM running 16.04.1-Ubuntu, got a
different error this time:
make[2]: Leaving directory '/usr/local/liblinear-2.21/blas'
if [ "Linux" = "Darwin" ]; then \
SHARED_LIB_FLAG="-dynamiclib -Wl,-install_name,liblinear.so.3"; \
else \
SHARED_LIB_FLAG="-shared -Wl,-soname,liblinear.so.3"; \
fi; \
g++ ${SHARED_LIB_FLAG} linear.o tron.o blas/blas.a -o liblinear.so.3
make[1]: Leaving directory '/usr/local/liblinear-2.21'
Any hints on how to solve this?
Thanks.
—
You are receiving this because you are subscribed to this
thread.
Reply to this email directly, view it on GitHub, or mute the
thread.*
|
Thanks a lot for the answer, but if it is installed, why do I still get:
and
Thanks. |
Did you see the library file in the directory?
lucas0 writes:
Thanks a lot for the answer, but if it is installed, why do I
still get:
import liblinearutil as ll
ImportError: No module named 'liblinearutil'
Thanks.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the
thread.*
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried to install in a VM running 16.04.1-Ubuntu, got a different error this time:
The text was updated successfully, but these errors were encountered: