-
Notifications
You must be signed in to change notification settings - Fork 187
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
An import error #220
Comments
I also have same problem |
I have a similar one: |
I also have this problem |
You can refer to Requirement Note 2, which says NOTE 2: we are only able to provide support for Linux platforms and CUDA versions >= 10.0, so it won't work in windows platform. |
Thats very interesting because when i run in windows, i dont have this error, but when i run in WSL this error poped up. And i m totally confuse now |
hello, i got an import error:
When
import inplace_abn
It tells :
Traceback (most recent call last):
File "", line 1, in
File "/home/lib/python3.7/site-packages/inplace_abn/init.py", line 1, in
from .abn import ABN, InPlaceABN, InPlaceABNSync
File "/home/lib/python3.7/site-packages/inplace_abn/abn.py", line 8, in
from .functions import inplace_abn, inplace_abn_sync
File "/home/lib/python3.7/site-packages/inplace_abn/functions.py", line 8, in
from . import _backend
ImportError: /home/lib/python3.7/site-packages/inplace_abn/_backend.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN2at4cuda6detail20canUse32BitIndexMathERKNS_6TensorEl
This confuses me, what to do with it,Thanks
The text was updated successfully, but these errors were encountered: