Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Logging module import error #5

Open
reederda opened this issue May 19, 2018 · 3 comments
Open

Logging module import error #5

reederda opened this issue May 19, 2018 · 3 comments

Comments

@reederda
Copy link

I'm running into an issue setting this up- I installed the "colorama" and "requests" modules via pip when it asked for them. Then, when I ran "python cachetMonitor.py" I received the following error:
"AttributeError: 'module' object has no attribute 'getLogger'

@bosn181
Copy link

bosn181 commented Jun 12, 2018

I am getting the same error:

# python /usr/local/bin/cachet-monitor/system/cachetMonitor.py Traceback (most recent call last): File "/usr/local/bin/cachet-monitor/system/cachetMonitor.py", line 4, in <module> import requests File "/usr/lib/python2.7/dist-packages/requests/__init__.py", line 53, in <module> from .packages.urllib3.contrib import pyopenssl File "/usr/lib/python2.7/dist-packages/requests/packages/__init__.py", line 29, in <module> import urllib3 File "/usr/lib/python2.7/dist-packages/urllib3/__init__.py", line 8, in <module> from .connectionpool import ( File "/usr/lib/python2.7/dist-packages/urllib3/connectionpool.py", line 35, in <module> from .connection import ( File "/usr/lib/python2.7/dist-packages/urllib3/connection.py", line 43, in <module> from .util.ssl_ import ( File "/usr/lib/python2.7/dist-packages/urllib3/util/__init__.py", line 19, in <module> from .retry import Retry File "/usr/lib/python2.7/dist-packages/urllib3/util/retry.py", line 15, in <module> log = logging.getLogger(__name__) AttributeError: 'module' object has no attribute 'getLogger'

@LordCheta
Copy link

Please has anyone fixed this issue?

@alexdatadesign
Copy link

python run.py from root of the repo.

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

No branches or pull requests

4 participants