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
pebble login fails because httplib2 tries to read cacerts.txt from its directory, but it's a zipped egg file, not a directory.
Unzipping /usr/local/Cellar/pebble-sdk/3.7/libexec/lib/python2.7/site-packages/httplib2-0.9.1-py2.7.egg into a directory with the same path and name fixes the problem.
The text was updated successfully, but these errors were encountered:
pebble login
fails becausehttplib2
tries to readcacerts.txt
from its directory, but it's a zipped egg file, not a directory.Unzipping
/usr/local/Cellar/pebble-sdk/3.7/libexec/lib/python2.7/site-packages/httplib2-0.9.1-py2.7.egg
into a directory with the same path and name fixes the problem.The text was updated successfully, but these errors were encountered: