Task #12742
closedDataMiner - Support Python 3.6
100%
Description
We have decided to support with DataMiner python 3.6.
So in order to test if the algorithms created for python 3.6 work we need to install python 3.6 on the dev and preprod machines:
dataminer1-pre
dataminer1-d-d4s
Related issues
Updated by Giancarlo Panichi over 6 years ago
The request is described in this ticket #12642
Updated by Andrea Dell'Amico over 6 years ago
- Status changed from New to In Progress
Updated by Andrea Dell'Amico over 6 years ago
- % Done changed from 0 to 30
python 3.6 is installed on dataminer1-d-d4s.d4science.org, dataminer2-d-d4s.d4science.org, dataminer1-devnext.d4science.org.
The same set of packages installed for python 2.7 has been installed for python 3.6. If you want to install new packages, as root:
pip3.6 install <packagename>
The interpreter command name is python3.6
.
Updated by Giancarlo Panichi over 6 years ago
Hi @andrea.dellamico@isti.cnr.it ,please install it also on dataminer1-pre
because currently StorageHub only runs on Preproduction.
Updated by Giancarlo Panichi over 6 years ago
- Related to Task #12789: DMPoolManger - Support Python 3.6 added
Updated by Andrea Dell'Amico over 6 years ago
@g.panichi@isti.cnr.it any news on this one?
Updated by Giancarlo Panichi over 6 years ago
As it is written in the ticket #12789 is being tested, if it works it will be released in gCube 4.13, not before.
Updated by Andrea Dell'Amico over 6 years ago
OK for the DM part, but the python installation is independent from that: it does not clash with anything else, so it can be provisioned as soon as the tests are complete.
Updated by Giancarlo Panichi over 6 years ago
Yes, you can provision it first but in facts it can not be used before gCube 4.13.
Updated by Andrea Dell'Amico over 6 years ago
I understand. Do I need to wait for your tests to be complete, or can I start the deployment? It's going to take some time, so we have to do it at least some days before the 4.13 release upgrade.
Updated by Giancarlo Panichi over 6 years ago
You can organize this activity as you see fit.
Updated by Andrea Dell'Amico over 6 years ago
OK, I just started the installation.
Updated by Andrea Dell'Amico over 6 years ago
- Status changed from In Progress to Feedback
- % Done changed from 30 to 100
python 3.6 is installed on every dataminer.
Updated by Giancarlo Panichi over 6 years ago
- Due date set to Nov 19, 2018
- Status changed from Feedback to Closed
The DMPoolManager was released in gCube 4.13.
Now, it is possible to create algorithms for Python 3.6 specifically through SAI, in all VREs in Production.
If there are already written python algorithms that need to be converted to python 3.6 it is necessary to open a ticket indicating the algorithm the project folder and all the related information, so we can convert it.
So I close this ticket.