Closed anstonjie closed 3 months ago
ImportError: cannot import name 'rich_transcription_postprocess' from 'funasr.utils.postprocess_utils'
ImportError: cannot import name 'rich_transcription_postprocess' from 'funasr.utils.postprocess_utils'
@LauraGPT
ImportError: cannot import name 'rich_transcription_postprocess' from 'funasr.utils.postprocess_utils' (/root/miniconda3/lib/python3.9/site-packages/funasr/utils/postprocess_utils.py)
pip install funasr==1.1.1
Why not update your code but force users to using an older funasr? I am quite unable to understand.
Why not update your code but force users to using an older funasr? I am quite unable to understand.
I guess it's because big versions may not be backward compatible with each other
I guess what I mean is that why not update your code...
Oh, this is a merge, so I guess what I mean is why you not write pip install funasr>=1.1.1
and attach a time when does this version comes to pypi?
At the time I post the issue, the latest version is old.
thank you i run pip install funasr==1.1.1 is ok
At 2024-07-16 14:15:40, "刘悦" @.***> wrote:
Why not update your code but force users to using an older funasr? I am quite unable to understand.
I guess it's because big versions may not be backward compatible with each other
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
thank you
At 2024-07-16 14:22:03, "MagicSource" @.***> wrote:
Oh, this is a merge, so I guess what I mean is why you not write pip install funasr>=1.1.1 and attach a time when does this version comes to pypi?
At the time I post the issue, the latest version is old.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
(venv) PS E:\ai3\SenseVoice> python .\demo_funasr.py Traceback (most recent call last): File "E:\ai3\SenseVoice\demo_funasr.py", line 7, in
from funasr.utils.postprocess_utils import rich_transcription_postprocess
ImportError: cannot import name 'rich_transcription_postprocess' from 'funasr.utils.postprocess_utils' (E:\ai3\SenseVoice\venv\lib\site-packages\funasr\utils\postprocess_utils.py)
(venv) PS E:\ai3\SenseVoice>