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 on Error Elementary OS #2

Open
adamlogan opened this issue Jun 9, 2021 · 0 comments
Open

ModuleNotFoundError on Error Elementary OS #2

adamlogan opened this issue Jun 9, 2021 · 0 comments

Comments

@adamlogan
Copy link

adamlogan commented Jun 9, 2021

Tried getting this script to work on Elementary OS in a virtual machine, ran into this error.

Installed pip, colorama, mkvtoolnix and this script, added script directory to .profile ($PATH). Still got this error.

Traceback (most recent call last): File "/home/adamlogan/adamlogan/bin/batchmkvmerge.py", line 17, in <module> from send2trash import send2trash ModuleNotFoundError: No module named 'send2trash'

The send2trash is installed so I don't know what gives.

pip install send2trash Collecting send2trash Installing collected packages: send2trash Successfully installed send2trash-1.5.0
I'm struggling with the dependencies. Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant