bennylope / pygeocodio

:globe_with_meridians: A Python wrapper for the Geocodio geolocation service API
BSD 3-Clause "New" or "Revised" License
92 stars 21 forks source link

UserWarning #15

Closed mroswell closed 7 years ago

mroswell commented 7 years ago

I'm working in a Jupyter notebook.

from geocodio import GeocodioClient
client = GeocodioClient('my_api_key')

yields this UserWarning:


/Users/mroswell/anaconda/lib/python2.7/site-packages/cffi/model.py:525: UserWarning: 'point_conversion_form_t' has no values explicitly defined; guessing that it is equivalent to 'unsigned int'
  % self._get_c_name())
bennylope commented 7 years ago

Don't think this is related to the pygeocodio library directly, possibly another dependency somewhere (https://stackoverflow.com/questions/36049690/cffi-userwarning-point-conversion-form-t-has-no-values-explicitly-defined)