Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run failed #9

Open
HouGall opened this issue Jun 19, 2019 · 0 comments
Open

run failed #9

HouGall opened this issue Jun 19, 2019 · 0 comments

Comments

@HouGall
Copy link

HouGall commented Jun 19, 2019

hello,what are the reasons for the following errors
`hg@hg:~/下载/库/match3d-master/match3d$ blender -b -P image_match_generator.py -- -d /home/hg/python/3D/ -o /home/hg/python/image/
Blender 2.80 (sub 74)
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/numpy/core/init.py", line 16, in
from . import multiarray
ImportError: cannot import name 'multiarray' from 'numpy.core' (/usr/lib/python3/dist-packages/numpy/core/init.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/hg/下载/库/match3d-master/match3d/image_match_generator.py", line 10, in
from blenderbase import BlenderBase
File "./blenderbase.py", line 8, in
import numpy as np
File "/usr/lib/python3/dist-packages/numpy/init.py", line 142, in
from . import add_newdocs
File "/usr/lib/python3/dist-packages/numpy/add_newdocs.py", line 13, in
from numpy.lib import add_newdoc
File "/usr/lib/python3/dist-packages/numpy/lib/init.py", line 8, in
from .type_check import *
File "/usr/lib/python3/dist-packages/numpy/lib/type_check.py", line 11, in
import numpy.core.numeric as _nx
File "/usr/lib/python3/dist-packages/numpy/core/init.py", line 26, in
raise ImportError(msg)
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try git clean -xdf (removes all
files not under version control). Otherwise reinstall numpy.

Original error was: cannot import name 'multiarray' from 'numpy.core' (/usr/lib/python3/dist-packages/numpy/core/init.py)

Blender quit
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant