postcodes
postcodes copied to clipboard
Cannot import PostCoder
I'm running Python 3.6, jupyter notebook, and done
pip install postcodes and also tried:
pip install git+git://github.com/e-dard/postcodes.git
But as soon as do "from postcodes import PostCoder" I get the error:
File "
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/postcodes.py", line 10 except URLError, e: ^ SyntaxError: invalid syntax
I'm having the same issue. Any solutions?
Same... guessing this is no longer developed by the age of this!?
I get the same directly from a python3.8 cli as well, not just in jupyter.