Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.58 KB | None | 0 0
  1. progz-ubuntu:~$ ./openstack.py --list
  2. Traceback (most recent call last):
  3.   File "./openstack.py", line 66, in <module>
  4.     import os_client_config
  5.   File "/usr/local/lib/python2.7/dist-packages/os_client_config/__init__.py", line 19, in <module>
  6.     from os_client_config import cloud_config
  7.   File "/usr/local/lib/python2.7/dist-packages/os_client_config/cloud_config.py", line 17, in <module>
  8.     from openstack import _log
  9.   File "/home/adrien.chielly/openstack.py", line 67, in <module>
  10.     import shade
  11.   File "/usr/local/lib/python2.7/dist-packages/shade/__init__.py", line 24, in <module>
  12.     from shade.openstackcloud import OpenStackCloud
  13.   File "/usr/local/lib/python2.7/dist-packages/shade/openstackcloud.py", line 24, in <module>
  14.     import os_client_config.defaults
  15.   File "/usr/local/lib/python2.7/dist-packages/os_client_config/defaults.py", line 17, in <module>
  16.     from openstack.config import defaults
  17. ImportError: No module named config
  18.  
  19. progz-ubuntu:~$ sudo pip install config
  20. The directory '/home/adrien.chielly/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
  21. The directory '/home/adrien.chielly/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
  22. Requirement already satisfied: config in /usr/local/lib/python2.7/dist-packages (0.3.9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement