ImportError: attempted relative import with no known parent package (Mac os X) [SOLVED] #167
Unanswered
FirestName
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to run this after installing homebrew, ffmpeg and whisper. Didn't get any errors during the installs.
However, as I try to run whisper via terminal i get the following error:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "whisper/main.py", line 1, in
from .transcribe import cli
ImportError: attempted relative import with no known parent package
what's this all about?
Beta Was this translation helpful? Give feedback.
All reactions