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

for some reason i cant get this to work? #15

Open
bath-tub opened this issue Aug 14, 2023 · 2 comments
Open

for some reason i cant get this to work? #15

bath-tub opened this issue Aug 14, 2023 · 2 comments

Comments

@bath-tub
Copy link

i had to modify readme instructions to be

git clone https://github.com/qzdl/samplify.git && cd samplify && python3 -m venv samplify && source samplify/bin/activate && pip install -r requirements.txt

and i couldn't get the application to run ... ? im a python noob 😭

(samplify) (base) bath@millers-mbp samplify % pwd
/Users/bath/github/samplify/src/samplify
(samplify) (base) bath@millers-mbp samplify % 

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 % 
@bath-tub
Copy link
Author

also from root ran python3 setup.py and it did some stuff . but not enough to get the project working 😕

@bath-tub
Copy link
Author

cc @qzdl

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

1 participant