We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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...
The text was updated successfully, but these errors were encountered: