You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def get_exe(self):
if platform.system() == 'Windows':
exe = 'xgboost.exe'
else:
exe = 'xgboost'
exe = os.path.join(self.PROJECT_ROOT, exe)
> assert os.path.exists(exe)
E AssertionError: assert False
E + where False = <function exists at 0x16d42354f560>('/usr/ports/misc/py-xgboost/work-py311/xgboost-2.1.4/xgboost')
E + where <function exists at 0x16d42354f560> = <module 'posixpath' (frozen)>.exists
E + where <module 'posixpath' (frozen)> = os.path
The /usr/ports/misc/py-xgboost/work-py311/xgboost-2.1.4/xgboost file doesn't exist, and it doesn't appear to be built by the CMakeLists.txt script either.
Where is this executable supposed to come from?
The text was updated successfully, but these errors were encountered:
For example:
The
/usr/ports/misc/py-xgboost/work-py311/xgboost-2.1.4/xgboost
file doesn't exist, and it doesn't appear to be built by the CMakeLists.txt script either.Where is this executable supposed to come from?
The text was updated successfully, but these errors were encountered: