<div dir="ltr">Hi all,<div><br></div><div>I want to use gdal in python3.6 with QGIS but when I `from osgeo import gdal`, it shows:<br>```python<br>>>> from osgeo import gdal<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "/usr/local/lib/python3.6/dist-packages/osgeo/gdal.py", line 1565, in <module><br>    class DirEntry(_object):<br>  File "/usr/local/lib/python3.6/dist-packages/osgeo/gdal.py", line 1573, in DirEntry<br>    __swig_getmethods__["name"] = _gdal.DirEntry_name_get<br>AttributeError: module '_gdal' has no attribute 'DirEntry_name_get'<br></div><div>```</div><div>I installed GDAL2.2.3 from <a href="http://qgis.org">qgis.org</a> repo. What can I do to fix this? Thanks a lot!</div><div><br></div><div>Best regards,</div><div><br></div><div>Han</div></div>