<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi, <br>
    </p>
    <p>I followed the description in CONTRIUBTING.md on running autotest
      suite:</p>
    <p><i>cd ../autotest</i><i><br>
      </i><i>pip install -r requirements.txt</i><i><br>
      </i><i>pytest</i><br>
    </p>
    <p>At the last step, pytest gave the following error:</p>
    <p><i>ImportError while loading conftest
        '/scratch/gdal/gdal/autotest/conftest.py'.</i><i><br>
      </i><i>/home/fechen/.local/lib/python2.7/site-packages/six.py:709:
        in exec_</i><i><br>
      </i><i>    exec("""exec _code_ in _globs_, _locs_""")</i><i><br>
      </i><i>conftest.py:9: in <module></i><i><br>
      </i><i>    from osgeo import gdal</i><i><br>
      </i><i>E   ImportError: No module named osgeo</i><br>
    </p>
    <p>Any thing I need to do to fix this? <br>
    </p>
    <p>Thanks,</p>
    <p>-Fengting</p>
    <p><br>
    </p>
  </body>
</html>