MycroftAI / mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform.
https://mycroft.ai
Apache License 2.0
6.48k stars 1.27k forks source link

Devsetup fails in Github actions #3072

Closed forslund closed 2 years ago

forslund commented 2 years ago

The dev_setup.sh script no longer works for Python3.6 making the Github-actions fail.

To Reproduce

  1. Trigger a github action to see the error
ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.
Failed to set up virtualenv for mycroft, exiting setup.
forslund commented 2 years ago

Posted a PR to use the suggested URL as a stop gap until python 3.6 support is dropped. (Next major release?)