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

not running #23

Open
Jeff-Field opened this issue Apr 10, 2024 · 4 comments
Open

not running #23

Jeff-Field opened this issue Apr 10, 2024 · 4 comments

Comments

@Jeff-Field
Copy link

i am getting this error if i run from umbutu

Traceback (most recent call last):
File "/mnt/c/DeepMod2/raw_data/deepmod2/train/generate_features.py", line 10, in
from numba import jit
ModuleNotFoundError: No module named 'numba'

but mostly I am getting indent errors

@umahsn
Copy link
Collaborator

umahsn commented Apr 11, 2024

Hi Jeff,

Numba package should have been installed during conda environment creation, but if that didnt happen correctly, you can install it manually by running of these two commands in terminal while deepmod2 environment is activated:

pip install numba

or

conda install numba

@Jeff-Field
Copy link
Author

Jeff-Field commented Apr 11, 2024 via email

@umahsn
Copy link
Collaborator

umahsn commented Apr 12, 2024

The same commands should also work in LINUX if the numba package is missing.

@Jeff-Field
Copy link
Author

Jeff-Field commented Apr 12, 2024 via email

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