Nexosis / alpine-xgboost

Dockerfile for alpine-xgboost image
Apache License 2.0
6 stars 9 forks source link

import xgboost UnboundLocalError: local variable 'lib' referenced before assignment #6

Closed COLDkl closed 4 years ago

COLDkl commented 4 years ago

UnboundLocalError: local variable 'lib' referenced before assignment Temporary solution :

COLDkl commented 4 years ago

import ctypes lib = ctypes.cdll.LoadLibrary('/usr/local/lib/python3.6/site-packages/xgboost/lib/libxgboost.so') python3.6 xgboost (0.80) Ask if you have a better solution