You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.
Describe the bug
I fllow the steps in Readme,, succesfully installed alpha realease. But when start to use found errors below.
Sep.24.2023
To Reproduce
Steps to reproduce the behavior:
Command line arguments you are using.Use the following markdown code block syntax is recommended. Copy them into the place between ```.
PS C:\WINDOWS\system32> autosub -h
A complete copy of command line output of the autosub. You can use Ctrl-A and Ctrl-C to copy all of them.
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\admin\AppData\Local\Programs\Python\Python311\Scripts\autosub.exe\__main__.py", line 4, in <module>
File "C:\Users\admin\AppData\Local\Programs\Python\Python311\Lib\site-packages\autosub\__init__.py", line 17, in <module>
from autosub import ffmpeg_utils
File "C:\Users\admin\AppData\Local\Programs\Python\Python311\Lib\site-packages\autosub\ffmpeg_utils.py", line 18, in <module>
from autosub import constants
File "C:\Users\admin\AppData\Local\Programs\Python\Python311\Lib\site-packages\autosub\constants.py", line 21, in <module>
from send2trash import send2trash
ModuleNotFoundError: No module named 'send2trash'
json
Use this to display your config.
etc.
Expected behavior
fix this bug please
Screenshots
If applicable, add screenshots to help explain your problem. But it is not recommended using screenshots to demonstrate the commandline output unless you think it really matters.
Environment (please complete the following information):
OS: Windows10 Pro (Version: 21H2, OS Build: 19044.2486)
Python Version: Python 3.11
Autosub Version: alpha windows release
Additional context (Optional)
Installed:
chocolatey-windowsupdate.extension v1.0.5
curl v8.3.0
ffmpeg v6.0.0
git v2.42.0
git.install v2.42.0
KB2919355 v1.0.20160915
KB2919442 v1.0.20160915
KB2999226 v1.0.20181019
KB3033929 v1.0.5
KB3035131 v1.0.3
python v3.11.5
python3 v3.11.5
vcredist140 v14.36.32532
vcredist2015 v14.0.24215.20170201
The text was updated successfully, but these errors were encountered:
Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.
Describe the bug
I fllow the steps in Readme,, succesfully installed alpha realease. But when start to use found errors below.
Sep.24.2023
To Reproduce
Steps to reproduce the behavior:
Ctrl-A
andCtrl-C
to copy all of them.Expected behavior
fix this bug please
Screenshots
If applicable, add screenshots to help explain your problem. But it is not recommended using screenshots to demonstrate the commandline output unless you think it really matters.
Environment (please complete the following information):
Additional context (Optional)
Installed:
The text was updated successfully, but these errors were encountered: