Andrew

Results 154 comments of Andrew

Thank you for the fix @scdub and for the help of @FeralCatColonist, I'm closing this!

Have you tried turning the machine on and off again? Sometimes the `certifi_win32` package which merges the Windows OS cert store with certifi (requests certificate store) hangs.

@pcsswamin so this could be a pycharm error. If you run the script from python.exe does it error out?

I'm seeing this in Python 3.6.8 as well.

@rbuffat it's the same error message, i downgraded Fiona to 1.7.x and it works.

@MikeMillerGIS this is most likely related to the use of virtual envs.

@sloanlance I understand the idea of using requests vs urllib, but some people do not want to use anything but the standard library. Also, I think urlnorm is very interesting,...