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
I am attempting to use this script on MacOS 11.4 (20F71) BigSur. I installed colorama and send2trash dependencies via PIP using Python 2.7.16. I am getting a notice that python 2.7 is no longer maintained, I'm not sure what to do about that. My Python didn't have pip by default, so I had to install it, I used the ensurepip approach. As far as I can tell all elements installed without error. I have PIP v 20.3.4.
Traceback (most recent call last):
File "/Users/adamlogan/adamlogan/bin//batchmkvmerge.py", line 14, in <module>
import colorama as cr
ModuleNotFoundError: No module named 'colorama'
Any suggestions?
The text was updated successfully, but these errors were encountered:
I am attempting to use this script on MacOS 11.4 (20F71) BigSur. I installed colorama and send2trash dependencies via PIP using Python 2.7.16. I am getting a notice that python 2.7 is no longer maintained, I'm not sure what to do about that. My Python didn't have pip by default, so I had to install it, I used the ensurepip approach. As far as I can tell all elements installed without error. I have PIP v 20.3.4.
Any suggestions?
The text was updated successfully, but these errors were encountered: