speechbrain/speechbrain

DAC cannot be imported

lucadellalib opened this issue · 0 comments

Describe the bug

DAC is not installed along the current version of SpeechBrain.

__init__.py is missing in speechbrain/lobes/models/discrete, therefore setuptools.find_packages() cannot find it as a subpackage.

Related: #2246 (comment)

Expected behaviour

DAC imported correctly.

To Reproduce

pip install git+https://github.com/speechbrain/speechbrain@develop

from speechbrain.lobes.models.discrete.dac import DAC
>>> ModuleNotFoundError: No module named 'speechbrain.lobes.models.discrete'

Environment Details

No response

Relevant Log Output

No response

Additional Context

No response