Closed kandersolar closed 2 years ago
I believe we talked about installing shapely
using conda explicitly in the test.yml file - is this still the plan?
I think the problem with shapely was related to doing pip install shapely
when in a conda environment on Windows. Since the tests aren't using conda environments (and also not running on Windows), I think there is no need for conda here.
However, it seems that this is no longer an issue with the latest shapely releases -- installing shapely from PyPI on windows now
seems to work fine for shapely>=1.8.0
. The last version I get that lgeos error with is shapely==1.7.1
. See https://github.com/shapely/shapely/pull/1108.
Setting up some minimal pytest and coverage infrastructure. Leaving as a draft PR for now because it might take some iterating.