Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. C:\Users\tommy\Documents\GitHub\openage>run.exe
  2. Traceback (most recent call last):
  3. File "C:\Program Files (x86)\Python36-32\lib\site-packages\numpy\core\__init__.py", line 16, in <module>
  4. from . import multiarray
  5. ImportError: cannot import name 'multiarray'
  6.  
  7. During handling of the above exception, another exception occurred:
  8.  
  9. Traceback (most recent call last):
  10. File "run.py", line 15, in init run
  11. main()
  12. File "C:\Users\tommy\Documents\GitHub\openage\openage\__main__.py", line 88, in main
  13. from .convert.singlefile import init_subparser
  14. File "C:\Users\tommy\Documents\GitHub\openage\openage\convert\singlefile.py", line 11, in <module>
  15. from .texture import Texture
  16. File "C:\Users\tommy\Documents\GitHub\openage\openage\convert\texture.py", line 8, in <module>
  17. import numpy
  18. File "C:\Program Files (x86)\Python36-32\lib\site-packages\numpy\__init__.py", line 142, in <module>
  19. from . import add_newdocs
  20. File "C:\Program Files (x86)\Python36-32\lib\site-packages\numpy\add_newdocs.py", line 13, in <module>
  21. from numpy.lib import add_newdoc
  22. File "C:\Program Files (x86)\Python36-32\lib\site-packages\numpy\lib\__init__.py", line 8, in <module>
  23. from .type_check import *
  24. File "C:\Program Files (x86)\Python36-32\lib\site-packages\numpy\lib\type_check.py", line 11, in <module>
  25. import numpy.core.numeric as _nx
  26. File "C:\Program Files (x86)\Python36-32\lib\site-packages\numpy\core\__init__.py", line 26, in <module>
  27. raise ImportError(msg)
  28. ImportError:
  29. Importing the multiarray numpy extension module failed. Most
  30. likely you are trying to import a failed build of numpy.
  31. If you're working with a numpy git repo, try `git clean -xdf` (removes all
  32. files not under version control). Otherwise reinstall numpy.
  33.  
  34. Original error was: cannot import name 'multiarray'
  35.  
  36.  
  37. C:\Users\tommy\Documents\GitHub\openage>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement