Closed hans-permana closed 6 years ago
I created a new branch "python-36" in which I changed the environment.yml to use Python 3.6 and updated the dependencies respectively. I also did a quick test on the CLI and everything seems to work ok (I did config and workspace management, as well as running a process).
I've been running the unit tests in python3.6 and I've got two tests failing - for the inspect and compare scripts. In both cases it is because the module bokeh.util.platform
does not have a function is_notebook
.
Have you seen a similar issue at all @hans-permana ? It might well simply be a problem with the dedop/python installation in my test environment.
@mark-ep So if we fix the missing is_notebook
function, we can than move 3.6, right? This would be the cleanest solution for this issue.
yes this should fix the problem
Done in this merge https://github.com/DeDop/dedop-core/commit/c499e724eabbfed83b196eb25135515148b3d956. Tested with this procedure https://github.com/DeDop/dedop-core/wiki/DeDop-test-procedure-after-a-successful-build
Test dedop-core to run with Python 3.6. This is to enable using newer version of cate-util, which is about to migrate to Python 3.6.