GeoNode / geoserver-restconfig

geoserver-restconfig is a python library for manipulating a GeoServer instance via the GeoServer RESTConfig API.
MIT License
46 stars 29 forks source link

PyPI package not working for Python 3 #1

Closed giohappy closed 5 years ago

giohappy commented 5 years ago

Describe the bug PyPI returns an error when trying to install geoserver-restconfig==1.0.1, for Python 3 (pip3) although the version is advertized as available

To Reproduce Steps to reproduce the behavior:

  1. pip3 install geoserver-restconfig==1.0.1

Screenshots image

Desktop (please complete the following information):

giohappy commented 5 years ago

Indeed the wheels for Py3 seem to be not available: https://pypi.python.org/simple/geoserver-restconfig @afabiani , even though no python-requires restrictions have been assigned AFAICS

afabiani commented 5 years ago

Fixed by pip3 install geoserver-restconfig==1.0.2