Guest User

Untitled

a guest
Oct 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Honey.py -h
  2.  
  3. RuntimeError: module compiled against API version 0xb but this version of numpy is 0xa
  4. Traceback (most recent call last):
  5. File "/***/project/output/software/PBSuite_15.8.24/bin//Honey.py", line 5, in <module>
  6. from pbsuite.honey import bampie, TGraf, HSpots, Force, ComplexResolver,
  7. File "/***/project/output/software/PBSuite_15.8.24/pbsuite/honey/HSpots.py", line 7, in <module>
  8. import h5py
  9. File "/Users/cr517/anaconda/envs/python2env/lib/python2.7/site-packages/h5py/__init__.py", line 34, in <module>
  10. from ._conv import register_converters as _register_converters
  11. File "h5py/h5t.pxd", line 14, in init h5py._conv (/Users/ilan/minonda/conda-bld/h5py_1496869523498/work/h5py/_conv.c:7532)
  12. File "h5py/h5t.pyx", line 1, in init h5py.h5t (/Users/ilan/minonda/conda-bld/h5py_1496869523498/work/h5py/h5t.c:22587)
  13. ImportError: numpy.core.multiarray failed to import
Add Comment
Please, Sign In to add comment