Skip to content

AttributeError: 'module' object has no attribute 'run' #11

@Mmoo1919

Description

@Mmoo1919

Trying to set this up to use with a video I have. Every time I run it I get an error.

I'm using this command:

python video-remove-silence test.mp4

and I get this error:

Extracting audio...
Traceback (most recent call last):
  File "video-remove-silence", line 131, in <module>
    extract_audio(args.path, audio_file.name)
  File "video-remove-silence", line 125, in extract_audio
    subprocess.run(command, stderr=subprocess.PIPE).check_returncode()
AttributeError: 'module' object has no attribute 'run'

Using ubuntu on windows 10 with python 3.5.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions