Hello,
I'm trying to get oaff working in Docker compose and I'm getting the following error on startup:
data.py:31 ERROR - req:None error creating data source manager: cannot import name 'as_shape' from 'pygeoif.geometry' (/usr/local/lib/python3.8/site-packages/pygeoif/geometry.py)
After probing around, I got it working by issuing the following in my container and restarting it:
docker exec -it oaff pip install pygeoif==0.7
Am I missing something, as I'm not a python expert...
Hello,
I'm trying to get oaff working in Docker compose and I'm getting the following error on startup:
After probing around, I got it working by issuing the following in my container and restarting it:
Am I missing something, as I'm not a python expert...