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
/usr/local/lib/python2.7/dist-packages/pytz-2013.7-py2.7.egg/pytz/init.py:29: UserWarning: Module dap was already imported from None, but /usr/lib/python2.7/dist-packages is being added to sys.path
from pkg_resources import resource_stream
I wonder why i'm having this error
The text was updated successfully, but these errors were encountered:
Everyone gets this (it is from my original code). It is not actually an error, but only a warning. This warning is safe to ignore. It is annoying, but it won't hurt anything.
I got an error when I import read_json
/usr/local/lib/python2.7/dist-packages/pytz-2013.7-py2.7.egg/pytz/init.py:29: UserWarning: Module dap was already imported from None, but /usr/lib/python2.7/dist-packages is being added to sys.path
from pkg_resources import resource_stream
I wonder why i'm having this error
The text was updated successfully, but these errors were encountered: