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

ImportError: No module named '_hash_encoder' #187

Open
Zdream02 opened this issue Nov 9, 2023 · 0 comments
Open

ImportError: No module named '_hash_encoder' #187

Zdream02 opened this issue Nov 9, 2023 · 0 comments

Comments

@Zdream02
Copy link

Zdream02 commented Nov 9, 2023

When I run _hash_coder in Linux system call, I get the following error:

Traceback (most recent call last): File "backend.py", line 15, in <module> 'bindings.cpp', File "/home/hdl/anaconda3/envs/hsl/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 658, in load is_python_module) File "/home/hdl/anaconda3/envs/hsl/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 838, in _jit_compile return _import_module_from_library(name, build_directory, is_python_module) File "/home/hdl/anaconda3/envs/hsl/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 978, in _import_module_from_library file, path, description = imp.find_module(module_name, [path]) File "/home/hdl/anaconda3/envs/hsl/lib/python3.6/imp.py", line 297, in find_module raise ImportError(_ERR_MSG.format(name), name=name) ImportError: No module named '_hash_encoder'

how should I do

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