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

ModuleNotFoundError: No module named 'process_hits' #26

Open
sivanr92 opened this issue Jan 30, 2025 · 1 comment
Open

ModuleNotFoundError: No module named 'process_hits' #26

sivanr92 opened this issue Jan 30, 2025 · 1 comment

Comments

@sivanr92
Copy link

sivanr92 commented Jan 30, 2025

I could not find this package or programs within src. Is this an error, or am I missing something?

Can you please tell me how to solve this?

(near_env)../NEAR$ python src/search.py -g -q queries.npz -t targets.npz -o hits.csv
Traceback (most recent call last):
File "../NEAR/src/search.py", line 8, in
import process_hits
ModuleNotFoundError: No module named 'process_hits'

@DanielOlson
Copy link
Contributor

The process_hits module is built/installed with Maturin. With your conda environment activated, try running maturin develop --release. That should install the process_hits module into the near_env environment.

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

2 participants