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
tried python3 samplify.py and had a config.py in the root directory as well .
running the file:
(samplify) (base) bath@millers-mbp samplify % python3 samplify.py
Traceback (most recent call last):
File "/Users/bath/github/samplify/src/samplify/samplify.py", line 2, in <module>
from samplify.sample_finder import Samplify
File "/Users/bath/github/samplify/src/samplify/samplify.py", line 2, in <module>
from samplify.sample_finder import Samplify
ModuleNotFoundError: No module named 'samplify.sample_finder'; 'samplify' is not a package
(samplify) (base) bath@millers-mbp samplify %
The text was updated successfully, but these errors were encountered:
i had to modify readme instructions to be
and i couldn't get the application to run ... ? im a python noob 😭
tried
python3 samplify.py
and had aconfig.py
in the root directory as well .running the file:
The text was updated successfully, but these errors were encountered: