ActivityWatch / aw-qt

Tray icon that manages ActivityWatch processes, built with Qt.
Mozilla Public License 2.0
27 stars 29 forks source link

Fix macOS CI issues #36

Closed ErikBjare closed 6 years ago

ErikBjare commented 6 years ago

See: https://github.com/ActivityWatch/activitywatch/issues/199#issuecomment-402252639

ErikBjare commented 6 years ago

Seemed to get a different error this time:

Collecting pyinstaller
  Could not fetch URL https://pypi.python.org/simple/pyinstaller/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645) - skipping
  Could not find a version that satisfies the requirement pyinstaller (from versions: )
No matching distribution found for pyinstaller

Downgrading to <5.10 might not be necessary.

ErikBjare commented 6 years ago

Apparently pip needs to be v9.0.3 minimum: https://github.com/pypa/pip/issues/5226

ErikBjare commented 6 years ago

Back to the Exit code 247 thing. No clue what that is about.

ErikBjare commented 6 years ago

lol, make test-integration apparently passed in the pr CI (https://travis-ci.org/ActivityWatch/aw-qt/builds/401694378) but not in the push CI (https://travis-ci.org/ActivityWatch/aw-qt/builds/401694363).