Skip to content
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

Required by libstdc++.so.6 #4

Closed
huangwei2013 opened this issue May 13, 2019 · 3 comments
Closed

Required by libstdc++.so.6 #4

huangwei2013 opened this issue May 13, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@huangwei2013
Copy link

huangwei2013 commented May 13, 2019

Found Error:
libstdc++.so.6: version CXXABI_1.3.8

I got libstdc++.so.6 but do not support CXXABI_1.3.8, as below
`CXXABI_1.3

CXXABI_1.3.1
CXXABI_1.3.2
CXXABI_1.3.3
CXXABI_1.3.4
CXXABI_1.3.5
CXXABI_1.3.6
CXXABI_1.3.7
CXXABI_TM_1
`

when try the base example:

 from interpret.glassbox import ExplainableBoostingClassifier
 ebm = ExplainableBoostingClassifier()
 ebm.fit(X_train, y_train)

My Server:
Centos7.5 ( Aliyun, Qcloud both tried)
gcc/g++ 4.8.5
libstdc++.so.6.0.19

Solution:
Copy from somewhere a libstdc++.so.6.0.24 , an make a sofelink of libstdc++.so.6

Of course it‘s not problem of interpretML,but still a trouble for newbe .

@interpret-ml
Copy link
Collaborator

interpret-ml commented May 13, 2019

Hi huangwei2013,

Thanks for reporting this to us! We were able to remove the dependency on libstdc++ by statically linking it in, which should remove this class of problem for you and anyone else with older versions of that library. The change has been pushed to the develop branch. We'll be putting out a release in the next day or two that will merge it into master and to pypi.

@interpret-ml
Copy link
Collaborator

This now in master and on pypi.

@huangwei2013
Copy link
Author

Great and thx a lot !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants