You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am attempting to draw the CCG map I get the following error
AttributeError: 'WindowsPath' object has no attribute 'split'
I did have a bit of a google but couldn't find anything relevant to this. .split() seems to be a python command for breaking down strings so I have come to the conclusion that it is something in the library module (if that is the correct term)
The text was updated successfully, but these errors were encountered:
This is because you have (for some reason) an old version of fiona installed. However, upgrading fiona is not simple on Windows; it looks like you have to install gdal separately first, which @HelenCEBM is just trying out now.
When we get that fixed, we can update the install instructions to tell Windows users to install gdal, and I'll push a new version of the ebmdatalab package which depends on a newer version of fiona.
Please see this notebook
When I am attempting to draw the CCG map I get the following error
I did have a bit of a google but couldn't find anything relevant to this. .split() seems to be a python command for breaking down strings so I have come to the conclusion that it is something in the library module (if that is the correct term)
The text was updated successfully, but these errors were encountered: