Just downgrade the numpy version, and it works.
$ pip install numpy==1.11.3
$ L2A_Process S2A_OPER_PRD_MSIL1C_PDMC_20160626T150256_R136_V20160626T093744_20160626T093744.SAFE
elapsed_time.sh and elapsed_time.bat
.jp2 and Sentinel-2 driver compatibility
Upgrade to GDAL 2.2 (available from GDAL >= 2.1.3)
$ conda install -c conda-forge gdal=2.2.0
Examples and documentation: Driver for Sentinel-2 products downloaded from the Sentinels Scientific Data Hub.
A very usefull tool to find and download Copernicus Sentinel satellite images.
$ pip install sentinelsat
$ sentinel search --sentinel2 --md5 --cloud 10 -s 20160620 -e 20160630 <username> <password> <your-map>.geojson
GeoJSON Map tool: geojson.io