Skip to content

TypeError: argument of type 'NoneType' is not iterable #696

Discussion options

You must be logged in to vote

For who has the same error and can't fix:

You seem installed wrong package as pip install whisper
But you need to install this package pip install openai-whisper

so you should first uninstall whisper then install openai-whisper

  1. pip uninstall whisper
  2. pip install openai-whisper

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
11 replies
@HoussamZak
Comment options

@palhanobrazil
Comment options

@TommyTunaToro
Comment options

@MustafaCQN
Comment options

Answer selected by Abdurrafey-Siddiqui
@GavinAren
Comment options

@ibtehajali67
Comment options

@mozekang
Comment options

@shreyassapkal
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet