Skip to content
New issue

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

Getting an error on map error #12

Open
brianmackenna opened this issue Mar 21, 2019 · 2 comments
Open

Getting an error on map error #12

brianmackenna opened this issue Mar 21, 2019 · 2 comments

Comments

@brianmackenna
Copy link
Contributor

brianmackenna commented Mar 21, 2019

Please see this notebook

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)

@HelenCEBM
Copy link
Contributor

I get the same.

@sebbacon
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants