I've taken a look at all forums on SO regarding this error like this but I cannot seem to resolve my issue.
I'm trying to import the us
module but I kept getting the same import error when running a Luigi task: ImportError: No module named us
I've tried to force install it with pip install us —ignore-installed
as well as uninstalling it and reinstalling it.
Below is the output of pip show us
pip show us
---
Metadata-Version: 2.0
Name: us
Version: 0.9.1
Summary: US state meta information and other fun stuff
Home-page: https://github.com/unitedstates/python-us
Author: Jeremy Carbaugh
Author-email: jcarbaugh@sunlightfoundation.com
License: BSD
Location: /usr/local/lib/python2.7/site-packages
Requires: jellyfish
Any thoughts?