censusgeocode icon indicating copy to clipboard operation
censusgeocode copied to clipboard

Python wrapper for the US Census Geocoder

Results 2 censusgeocode issues
Sort by recently updated
recently updated
newest added

Library was giving urllib errors for python > 3.9 Error was (similar error in python 3.11.9) ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 48, in from requests.packages.urllib3.contrib import...

Getting error as follows ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 48, in from requests.packages.urllib3.contrib import appengine as gaecontrib ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/urllib3/contrib/__init__.py) During...