You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor issue, but a hard dependency on librosa still exists but is not mentioned in dependencies
| import nlpaug.augmenter.char as nac
| File "/usr/local/lib/python3.6/site-packages/nlpaug/__init__.py", line 2, in <module>
| from nlpaug.base_augmenter import *
| File "/usr/local/lib/python3.6/site-packages/nlpaug/base_augmenter.py", line 5, in <module>
| from nlpaug.util import Action, Method, WarningException, WarningName, WarningCode, WarningMessage
| File "/usr/local/lib/python3.6/site-packages/nlpaug/util/__init__.py", line 7, in <module>
| from nlpaug.util.visual import *
| File "/usr/local/lib/python3.6/site-packages/nlpaug/util/visual/__init__.py", line 1, in <module>
| from nlpaug.util.visual.spectrogram import *
| File "/usr/local/lib/python3.6/site-packages/nlpaug/util/visual/spectrogram.py", line 2, in <module>
| import librosa.display
| ModuleNotFoundError: No module named 'librosa'
The text was updated successfully, but these errors were encountered:
chiragjn
changed the title
Hard dependency on librosa because of star imports
Hard dependency on librosa because of package level import
Nov 16, 2019
Minor issue, but a hard dependency on librosa still exists but is not mentioned in dependencies
The text was updated successfully, but these errors were encountered: