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

Installation issues #17

Open
p4vlos opened this issue May 13, 2022 · 1 comment
Open

Installation issues #17

p4vlos opened this issue May 13, 2022 · 1 comment

Comments

@p4vlos
Copy link

p4vlos commented May 13, 2022

Hi, I am trying to install and run the PaSST-S method on my own data but I get this error when I run python ex_audioset.py help

File "ex_audioset.py", line 16, in <module>
    from helpers.mixup import my_mixup
ModuleNotFoundError: No module named 'helpers.mixup'
@kkoutini
Copy link
Owner

Hi, make sure you are in the correct path. if you are in the project path, you should be able to do:

$ python                                                                      
Python 3.8.5 (default, Sep  4 2020, 07:30:14) 
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from helpers.mixup import my_mixup

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

2 participants