Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'send2trash' #202

Open
Vwq23qq opened this issue Sep 24, 2023 · 0 comments
Open

ModuleNotFoundError: No module named 'send2trash' #202

Vwq23qq opened this issue Sep 24, 2023 · 0 comments

Comments

@Vwq23qq
Copy link

Vwq23qq commented Sep 24, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant