I created a new anaconda environment for python 3.6 today. After installing the unofficial binary pyproj‑2.2.2‑cp36‑cp36m‑win_amd64.whl, the kernel crashed whenever invoking pyproj.Proj(), giving returning error -1073741571.
On my build, the issue was resolved by reverting to the previous version .
I created a new anaconda environment for python 3.6 today. After installing the unofficial binary pyproj‑2.2.2‑cp36‑cp36m‑win_amd64.whl, the kernel crashed whenever invoking
pyproj.Proj()
, giving returning error -1073741571.On my build, the issue was resolved by reverting to the previous version .