Created
December 22, 2015 23:24
-
-
Save omgjlk/3362d45e499d1a6d6fa0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/usr/local/bin/keystone", line 6, in <module> | |
| from keystoneclient.shell import main | |
| File "/usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py", line 31, in <module> | |
| from keystoneclient import access | |
| File "/usr/local/lib/python2.7/dist-packages/keystoneclient/access.py", line 21, in <module> | |
| from oslo_utils import timeutils | |
| File "/usr/local/lib/python2.7/dist-packages/oslo_utils/timeutils.py", line 31, in <module> | |
| from oslo_utils import reflection | |
| File "/usr/local/lib/python2.7/dist-packages/oslo_utils/reflection.py", line 44, in <module> | |
| import funcsigs | |
| ImportError: No module named funcsigs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment