Skip to content
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

No module named 'htm.bindings.xxx' #987

Open
zixuan-chen opened this issue Jun 29, 2022 · 0 comments
Open

No module named 'htm.bindings.xxx' #987

zixuan-chen opened this issue Jun 29, 2022 · 0 comments

Comments

@zixuan-chen
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant