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

No module named 'ba3l.ingredients' #1

Closed
kimsojeong1225 opened this issue Dec 6, 2021 · 5 comments
Closed

No module named 'ba3l.ingredients' #1

kimsojeong1225 opened this issue Dec 6, 2021 · 5 comments

Comments

@kimsojeong1225
Copy link

hi, i want to train the PaSST with Audioset
But when i runed "ex_audioset.py", i faced error: "No module named 'ba3l.ingredients"
I already finished setting up the environment as follow the Readme
how can i fix it

@kkoutini
Copy link
Owner

kkoutini commented Dec 6, 2021

Hi,
can you check if Ba3l is installed

pip list | grep ba3l 

if so can you post a full trace?

@WangHelin1997
Copy link

The same error

@kimsojeong1225
Copy link
Author

Thanks, I attach my trace full code
Passt_setting_code.txt

@kkoutini
Copy link
Owner

kkoutini commented Dec 6, 2021

I couldn't reproduce the problem locally but I'm guessing it should be a problem with the missing __init__.py files which are fixed in the this commit kkoutini/ba3l@936cdb1

I recommend trying to uninstall ba3l package, and reinstalling the updated version

pip uninstall ba3l
pip install -e 'git+https://github.com/kkoutini/ba3l@v0.0.2#egg=ba3l'

Let me know if the problem persists.

@kimsojeong1225
Copy link
Author

The error is done !
Thanks 👍

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

3 participants