<div dir="ltr">When I run pip install --upgrade --no-deps MapProxy I recieve the following warnings, how concerned should I be?<br><br>source mapproxy/bin/activate<br>(mapproxy)[root@wmts1 orthodirect_dev]# pip install --upgrade --no-deps MapProxy<br>
Downloading/unpacking MapProxy<br> Downloading MapProxy-1.5.0.tar.gz (964Kb): 964Kb downloaded<br> Running setup.py egg_info for package MapProxy<br> warning: no previously-included files matching '*.class' found under directory 'mapproxy'<br>
warning: no previously-included files matching '*.pyd' found under directory 'mapproxy'<br> warning: no previously-included files matching '.DS_Store' found under directory 'mapproxy'<br>
warning: no previously-included files matching '*.rej' found under directory 'mapproxy'<br> warning: no previously-included files matching '*.orig' found under directory 'mapproxy'<br>
warning: no previously-included files matching '*.lck' found under directory 'mapproxy'<br> warning: no previously-included files matching '.empty' found under directory 'mapproxy'<br>
Installing collected packages: MapProxy<br> Running setup.py install for MapProxy<br> warning: no previously-included files matching '*.class' found under directory 'mapproxy'<br> warning: no previously-included files matching '*.pyd' found under directory 'mapproxy'<br>
warning: no previously-included files matching '.DS_Store' found under directory 'mapproxy'<br> warning: no previously-included files matching '*.rej' found under directory 'mapproxy'<br>
warning: no previously-included files matching '*.orig' found under directory 'mapproxy'<br> warning: no previously-included files matching '*.lck' found under directory 'mapproxy'<br>
warning: no previously-included files matching '.empty' found under directory 'mapproxy'<br> Skipping installation of /usr/lib/python2.6/site-packages/mapproxy/__init__.py (namespace package)<br> Installing /usr/lib/python2.6/site-packages/MapProxy-1.5.0-py2.6-nspkg.pth<br>
Installing mapproxy-seed script to /usr/bin<br> Installing mapproxy-util script to /usr/bin<br>Successfully installed MapProxy<br>Cleaning up...<br><br></div>