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
{{ message }}
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
Installed today (thanks!), but ran into trouble in first jupyter example, at this line:
from mountainsort4_1_0 import sort_dataset as ms4_sort_dataset # MountainSort spike sorting
Error:
ModuleNotFoundError Traceback (most recent call last)
in
23 # imports from this repo
24 append_to_path(os.getcwd()+'/../../python')
---> 25 from mountainsort4_1_0 import sort_dataset as ms4_sort_dataset # MountainSort spike sorting
26 from validate_sorting_results import validate_sorting_results # Validation processors
27 from synthesize_dataset import synthesize_dataset # Synthesize a test dataset
ModuleNotFoundError: No module named 'mountainsort4_1_0'
I tried to locate the method, but can't find it. Guessing the module changed, or the method moved to another module?
The text was updated successfully, but these errors were encountered:
Installed today (thanks!), but ran into trouble in first jupyter example, at this line:
from mountainsort4_1_0 import sort_dataset as ms4_sort_dataset # MountainSort spike sorting
Error:
ModuleNotFoundError Traceback (most recent call last)
in
23 # imports from this repo
24 append_to_path(os.getcwd()+'/../../python')
---> 25 from mountainsort4_1_0 import sort_dataset as ms4_sort_dataset # MountainSort spike sorting
26 from validate_sorting_results import validate_sorting_results # Validation processors
27 from synthesize_dataset import synthesize_dataset # Synthesize a test dataset
ModuleNotFoundError: No module named 'mountainsort4_1_0'
I tried to locate the method, but can't find it. Guessing the module changed, or the method moved to another module?
The text was updated successfully, but these errors were encountered: