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
python laneta.py
Traceback (most recent call last):
File "/path/LaNeta/laneta.py", line 5, in
from LaNeta.ThLd import LaNeta
File "/path/LaNeta/LaNeta/ThLd.py", line 1, in
from LaNeta.fastc import FFT, thld_6, binning_deltas, estimate_frequencies_c, estimate_deltas_c,
ModuleNotFoundError: No module named 'LaNeta.fastc'
Such file is not provided at the LaNeta folder. How can I solve this issue?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I have tried running the program and:
python laneta.py
Traceback (most recent call last):
File "/path/LaNeta/laneta.py", line 5, in
from LaNeta.ThLd import LaNeta
File "/path/LaNeta/LaNeta/ThLd.py", line 1, in
from LaNeta.fastc import FFT, thld_6, binning_deltas, estimate_frequencies_c, estimate_deltas_c,
ModuleNotFoundError: No module named 'LaNeta.fastc'
Such file is not provided at the LaNeta folder. How can I solve this issue?
Thanks
The text was updated successfully, but these errors were encountered: