Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. # /openstack/venvs/gnocchi-15.1.10/bin/gnocchi-upgrade --debug --create-legacy-resource-types
  2. RuntimeError: module compiled against API version 0xb but this version of numpy is 0xa
  3. Traceback (most recent call last):
  4. File "/openstack/venvs/gnocchi-15.1.10/bin/gnocchi-upgrade", line 7, in <module>
  5. from gnocchi.cli import upgrade
  6. File "/openstack/venvs/gnocchi-15.1.10/lib/python2.7/site-packages/gnocchi/cli.py", line 36, in <module>
  7. from gnocchi import service
  8. File "/openstack/venvs/gnocchi-15.1.10/lib/python2.7/site-packages/gnocchi/service.py", line 27, in <module>
  9. from gnocchi import opts
  10. File "/openstack/venvs/gnocchi-15.1.10/lib/python2.7/site-packages/gnocchi/opts.py", line 27, in <module>
  11. import gnocchi.storage.ceph
  12. File "/openstack/venvs/gnocchi-15.1.10/lib/python2.7/site-packages/gnocchi/storage/ceph.py", line 22, in <module>
  13. from gnocchi.storage import _carbonara
  14. File "/openstack/venvs/gnocchi-15.1.10/lib/python2.7/site-packages/gnocchi/storage/_carbonara.py", line 33, in <module>
  15. from gnocchi import carbonara
  16. File "/openstack/venvs/gnocchi-15.1.10/lib/python2.7/site-packages/gnocchi/carbonara.py", line 32, in <module>
  17. import pandas
  18. File "/openstack/venvs/gnocchi-15.1.10/lib/python2.7/site-packages/pandas/__init__.py", line 35, in <module>
  19. "the C extensions first.".format(module))
  20. ImportError: C extension: numpy.core.multiarray failed to import not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement