autosub icon indicating copy to clipboard operation
autosub copied to clipboard

/usr/local/bin/python3: No module named autosub.__main__; 'autosub' is a package and cannot be directly executed

Open Victor-Lerman opened this issue 4 years ago • 3 comments

I am working on Mac OS X High Sierra iTerm2 zsh and I have installed it by :

pip3 install autosub

But when I executed autosub -h I received zsh: command not found: autosub I've tried python3 -m autosub -h but terminal's returned: /usr/local/bin/python3: No module named autosub.__main__; 'autosub' is a package and cannot be directly executed

Victor-Lerman avatar Dec 17 '19 14:12 Victor-Lerman

The PYPI version can't be used on python3. Please install the latest version directly from git repo. pip3 install git+https://github.com/agermanidis/autosub.git

BingLingGroup avatar Jan 02 '20 02:01 BingLingGroup

@BingLingGroup Received the same error...

Victor-Lerman avatar Jan 04 '20 11:01 Victor-Lerman

@Victor-Lerman You can try my version of autosub. Or just use the method in #31 .

BingLingGroup avatar Jan 05 '20 02:01 BingLingGroup