Sen2cor Error: Segmentation fault (core dumped)

Dear users,

I have install sen2cor on a Linux Ubuntu 16.04 Desktop machine and when I am running
$ L2A_Process --help
command, I am getting this error message:
Segmentation fault (core dumped)

I have install Anaconda 4.2.0 with these commands:
$ wget https://repo.continuum.io/archive/Anaconda2-4.2.0-Linux-x86_64.sh
$ bash Anaconda2-4.2.0-Linux-x86_64.sh

I have also tried with version 4.4.0 and the results are still the same.
Sen2cor 2.3.1 was installed with these commands:
$ wget http://step.esa.int/thirdparties/sen2cor/2.3.1/sen2cor-2.3.1.tar.gz
$ tar -xvzf sen2cor-2.3.1.tar.gz && cd sen2cor-2.3.1
$ python setup.py install

No errors appeared during the installation.

Any help is very appreciated. Thank you.