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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: