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
I was using Pycharm with remote python interpreter, and I got the following errors when I debug or run related scripts.
'''
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "/home/xxx/xxx/xxx/data.py", line 4, in
from htm.bindings.encoders import ScalarEncoder, ScalarEncoderParameters
ModuleNotFoundError: No module named 'htm.bindings.encoders'
'''
however, It can successfully run using local python interpreter
I suspect it is because of the bindings are not recognized by Pycharm. And I don't know how to fix it
The text was updated successfully, but these errors were encountered:
I was using Pycharm with remote python interpreter, and I got the following errors when I debug or run related scripts.
'''
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "/home/xxx/xxx/xxx/data.py", line 4, in
from htm.bindings.encoders import ScalarEncoder, ScalarEncoderParameters
ModuleNotFoundError: No module named 'htm.bindings.encoders'
'''
however, It can successfully run using local python interpreter
I suspect it is because of the bindings are not recognized by Pycharm. And I don't know how to fix it
The text was updated successfully, but these errors were encountered: