-1

*when import find_objects from moviepy.video.tools.segmenting i get in the result * ImportError: cannot import name 'find_objects' from 'moviepy.video.tools.segmenting' when follow documentation

  1. first i check if method is found by dir()
  2. get findObjects in the result

my problem solved ImportError: cannot import name 'find_objects' from moviepy.video.tools.segmenting import findObjects

then replace find_objects by findObjects

ismail
  • 175
  • 2
  • 6

1 Answers1

0

my problem solved ImportError: cannot import name 'find_objects' from moviepy.video.tools.segmenting import findObjects

then replace find_objects by findObjects

ismail
  • 175
  • 2
  • 6