python3 or python2 module for eccodes?

Asked by İsmail SEZEN

Hello,

In the page at [1], it's stated that 'Currently only Python 2 is supported' in the explanation of ENABLE_PYTHON parameter but in the ubuntu repo there is python3-eccodes module. How this is possible? How can I install python3 module also from source?

Regards,

isezen

1- https://software.ecmwf.int/wiki/display/ECC/ecCodes+installation

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu eccodes Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a

Thanks

Revision history for this message
İsmail SEZEN (sezenismail) said :
#2

output of 'lsb_release -a':

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful

output of 'name -a':

Linux metcap 4.13.0-32-generic #35-Ubuntu SMP Thu Jan 25 09:13:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

I suggest you report a bug. Seems something is amiss

Revision history for this message
İsmail SEZEN (sezenismail) said :
#4

Thanks actionparsnip, that solved my question.