We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81308e9 commit c5f174fCopy full SHA for c5f174f
arrayfire/library.py
@@ -376,7 +376,8 @@ def __init__(self):
376
pass
377
378
if (self.__name is None):
379
- raise RuntimeError("Could not load any ArrayFire libraries")
+ raise RuntimeError("Could not load any ArrayFire libraries.\n" +
380
+ "Please look at https://github.com/arrayfire/arrayfire-python/wiki for more information.")
381
382
def get_id(self, name):
383
return self.__backend_name_map[name]
0 commit comments