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

AttributeError: module '77ab628d7ad4acaa62f6bde524b9d631895821c9' has no attribute 'io_audio_decode_mp3' #2008

Open
ahadrajnomore opened this issue Jun 8, 2024 · 0 comments

Comments

@ahadrajnomore
Copy link

The code works fine in windows, but in mac facing the following issues:

AttributeError: in user code:

File "/var/folders/0p/5mcm_5dd315gtj4ngfp3fljm0000gn/T/ipykernel_1526/439318296.py", line 15, in encode_signal_sample  *
    audio = tfio.audio.decode_mp3(file)  # Set desired_channels based on your needs desired_channels=1 means monoaudio
File "/Users/raj/anaconda3/lib/python3.11/site-packages/tensorflow_io/python/ops/audio_ops.py", line 600, in decode_mp3  *
    return core_ops.io_audio_decode_mp3(input, shape=shape, name=name)
File "/Users/raj/anaconda3/lib/python3.11/site-packages/tensorflow_io/python/ops/__init__.py", line 88, in __getattr__
    return getattr(self._load(), attrb)
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

1 participant