Details
Description
Both supporting 2.7 like before, and 3.5+ with compatible lib dependencies. Might want a pip install only for python3 and drop the Makefile.
To test:
git clone https://github.com/cloudera/hue.git cd hue export PYTHON_VER=python3.5 make apps # Mac user might need to set export SKIP_PYTHONDEV_CHECK=true # Might need to clean ext-py if not fresh clone git clean -df desktop/core/ext-py
- Move desktop/ext-py to a git sudmodule
- Simplify requirement.txt
- Port database migrations
- Provide build module and ship to pypy
https://github.com/cloudera/hue/search?o=desc&q=HUE-8737&s=committer-date&type=Commits
As of March 10th 2020: Py 3.6 to 3.8 work
Attachments
Issue Links
- relates to
-
HUE-9026 [core] Use str instead of unicode for password
-
- Resolved
-