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
---------------------------------------------------------------------------
OSError Traceback (most recent call last)
[<ipython-input-3-07b3c37279cb>](https://localhost:8080/#) in <cell line: 1>()
----> 1 import hidet
18 frames
[/usr/local/lib/python3.10/dist-packages/hidet/ffi/ffi.py](https://localhost:8080/#) in load_library()
39 break
40 if _LIB is None:
---> 41 raise OSError('Can not find library in the following directory: \n' + '\n'.join(library_dirs))
42
43
OSError: Can not find library in the following directory:
/usr/local/lib/python3.10/dist-packages/hidet
/usr/local/lib/python3.10/dist-packages/hidet/lib
/usr/local/lib/python3.10/dist-packages
/usr/local/lib/python3.10/dist-packages/lib
/usr/local/lib/python3.10
/usr/local/lib/python3.10/lib
/usr/local/lib/python3.10/build/lib
/usr/local/lib/python3.10/build-release/lib
/usr/local/lib/python3.10/build-debug/lib
Describe the bug
I am getting the following error in Google Colab:
To Reproduce
run:
then run:
Expected behavior
Normal importing of hidet
The text was updated successfully, but these errors were encountered: