Closed despiegk closed 5 years ago
fixed at: https://github.com/threefoldtech/jumpscaleX/commit/fd9cacd17720d65034b75be433b2f68e7ea61168
default tag is 3.6.8 as the installation comes with it, if you want to change just pass it to build method:
j.builders.runtimes.python.build(tag="v3.6.8")
it's working fine on development_builder
, and i got this error in development
branch.
development_builder
, Commit: c9f944ced6a8cfd4110c70d26fcff19a1f632f8cafter i installed python (v3.7.1) , python version in system still 3.6.8
@waleedhammam is checking...
refactored @ branch: development_builder @ commit: https://github.com/threefoldtech/jumpscaleX/commit/5ef815b2922ce0f29f461270db710582f3aedb28
default 3.6.8
with:
j.builders.runtimes.python.TAG = "v3.6.8"
warning: some version may not be compatible with capnp schema my corrupt kosmos
if it's already happend just install "v3.6.8"
with js_shell
which python3
python3 --version
pkill -9 apt-get
dpkg --configure -a
profile works with python 3.7 rest with 3.6
why can't we use 3.7? why mixing?