<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello,</p>
    <p>I have recently rebuilt my Ubuntu Server 20.04 environment from
      scratch. I am now in the process of re-installing MapProxy 1.13.0.
      <br>
    </p>
    <p>I'm using Python 3.8.5 in a virtual environment. The installation
      appeared to go well but when I run MapProxy I'm getting a warning
      and I'm not sure how to resolve it. <br>
    </p>
    <p><br>
    </p>
    <p>(mapproxy-venv) ken@ubuntu:~/mapproxy-venv$ mapproxy-util
      --version<br>
      <b>Found libproj >=5. Using this library without pyproj is
        deprecated and not fully supported. Please install pyproj >=
        2.</b><b><br>
      </b>MapProxy 1.13.0<br>
      (mapproxy-venv) ken@ubuntu:~/mapproxy-venv$ sudo apt-get install
      -y python3-pyproj<br>
      Reading package lists... Done<br>
      Building dependency tree<br>
      Reading state information... Done<br>
      <b>python3-pyproj is already the newest version (2.5.0+ds-1).</b><b><br>
      </b>0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.<br>
    </p>
    <p>The problem is this: "Found libproj >=5. Using this library
      without pyproj is deprecated and not fully supported. Please
      install pyproj >= 2." <br>
    </p>
    <p>As you can see, I have pyproj 2.5.0 installed. Why am I getting
      this warning and is it something to be concerned about?</p>
    <p>Thanks</p>
    <p>Ken<br>
    </p>
  </body>
</html>