qzdl / Samplify

A sample retrieval engine, powered by whosampled.
GNU General Public License v3.0
29 stars 5 forks source link

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

Open bath-tub opened 1 year ago

bath-tub commented 1 year ago

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 commented 1 year ago

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

bath-tub commented 1 year ago

cc @qzdl