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

Error - import Colorama on MacOS #1

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

Error - import Colorama on MacOS #1

adamlogan opened this issue Jun 8, 2021 · 0 comments

Comments

@adamlogan
Copy link

adamlogan commented Jun 8, 2021

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?

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