3

I am trying to install OpenStack using devstack, but i get this error :

enter image description here

It seems to me that pycadf is a library required by keystone. I tryed to install it by this command : sudo get install python-pycadf but still getting the same problem. Did any one had the same problem ? Thank you.

Souad
  • 4,856
  • 15
  • 80
  • 140

1 Answers1

2

please use stable and fresh pypi mirrors, look up a suitable one for you from here: http://www.pypi-mirrors.org/

by default: http://pypi.python.org/simple

openstack ci uses: http://pypi.iad.openstack.org/simple

for China mainland, try this: http://mirrors.aliyun.com/pypi/simple

ZhiQiang Fan
  • 986
  • 6
  • 7