facebookresearch / facebookresearch/AugLy
ModuleNotFoundError
Open
- Dominant language
- Python
- Stars
- 5.1k
- Forks
- 312
- PR merge metrics
- No merged PRs in 30d
Description
## 🐛 Bug
## To Reproduce
```python
import os
import augly.audio as audaugs
import augly.utils as utils
```
import augly.audio as audaugs
ModuleNotFoundError: No module named 'augly.audio'; 'augly' is not a package
## Environment
- AugLy Version (e.g., 0.1.2): 1.0.0
- OS (e.g., Linux): window
- How you installed AugLy (`pip install augly`, clone & `pip install -e AugLy`): pip install -U augly[audio]
- Python version: Python 3.11.5
- Other relevant packages (Tensorflow, etc):
Contributor guide
Assessment
This issue has not been assessed yet.