Skip to content

Better pip install error msg for county choropleth #984

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

Merged
merged 3 commits into from
Apr 5, 2018

Conversation

Kully
Copy link
Contributor

@Kully Kully commented Mar 29, 2018

@Kully
Copy link
Contributor Author

Kully commented Mar 31, 2018

test are passing now - ready for a review

@@ -563,11 +563,15 @@ def create_choropleth(fips, values, scope=['usa'], binning_endpoints=None,
if not gp or not shapefile or not shapely:
raise ImportError(
"geopandas, pyshp and shapely must be installed for this figure "
"factory.\n\nRun the following commands in the terminal to "
"ensure that the correct versions of the modules are installed:\n"
"factory.\n\nIf you are using OS X run the following commands in "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is os x and linux right?

Maybe this could be streamlined by saying:
Run the following commands to install the correct versions of the following modules:

If you are using Windows, follow this post to properly install geopandas and dependencies: http://geoffboeing.com/2014/09/using-geopandas-windows/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the wording: the set of operating systems are fully covered.

@cldougl
Copy link
Member

cldougl commented Apr 5, 2018

💃

@Kully Kully merged commit 7a0ad41 into master Apr 5, 2018
@Kully Kully deleted the better-geopandas-msg branch April 5, 2018 20:39
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

Successfully merging this pull request may close these issues.

2 participants