omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    stash install moviepy

    Pythonista
    1
    1
    917
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • zm
      zm last edited by zm

      everything is fine untill this very last of the log

      Extracting archive file ...
      Archive extracted.
      Running setup file ...
      ModuleNotFoundError("No module named 'ez_setup'",)
      Failed to run setup.py
      Fall back to directory guessing ...
      Package installed: proglog
      

      If I ignore this, actually I can

      import moviepy
      

      successfully.
      BUT if I import any submodule of moviepy, there is always annoying AttributeError

      'NoneType ' object has no attribute 'startswith'
      

      I look into it, the problem is at _utils.py:

      plat = get_platform()
      

      plat will be None.
      so

      if plat.startswith("win"):
      

      throws out

      'NoneType ' object has no attribute 'startswith'
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB Forums | Contributors