jgrss/geosample

Circular import?

mmann1123 opened this issue · 3 comments

I know your busy but just wondering if you have any quick thoughts on this. I have tried installing it in an envrionment a few different ways including 'pip install geosample', pip install git+https://github.com/jgrss/geosample', from a cloned repository 'pip install e .' all with the sample outcome:

from geosample import QuadTree
ImportError: cannot import name 'QuadTree' from partially initialized module 'geosample' (most likely due to a circular import) (/home/mmann1123/Dropbox/TZ_field_boundaries/geosample.py)
jgrss commented

I missed this @mmann1123. Do you still have this issue?

I ended up writing my own crummy version of this, so there is no rush, but my RA and I weren't able to install it.

jgrss commented

Okay, I am going to close this for now. See release v1.0.1. I was not able to replicate the import error.