No module named 'colorlog' #117
-
I have installed colorlog as:
Then I import the package in the .py script I'm running python 3.8.1 on macOS 10.15.7 How can I troubleshoot the reason for this problem? |
Beta Was this translation helpful? Give feedback.
Answered by
borntyping
Apr 12, 2021
Replies: 1 comment
-
You are likely running your code with a different Python executable, or not using the virtualenv Pipenv manages (e.g. by using (Closing this as it's not a colorlog issue.) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
borntyping
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are likely running your code with a different Python executable, or not using the virtualenv Pipenv manages (e.g. by using
pipenv run script.py
).(Closing this as it's not a colorlog issue.)