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

numpy installation bug in windows #192

Open
pelednoam opened this issue Feb 13, 2019 · 1 comment
Open

numpy installation bug in windows #192

pelednoam opened this issue Feb 13, 2019 · 1 comment

Comments

@pelednoam
Copy link
Owner

Read prefs: C:\Users\peled\AppData\Roaming\Blender Foundation\Blender\2.79\config\userpref.blend
found bundled python: C:\Program Files\Blender Foundation\Blender\2.79\python
Read blend: C:\Users\peled\mmvt_root\mmvt_blend\colin27_dkt.blend
mmvt_root: C:\Users\peled\mmvt_root\mmvt_code\src\mmvt_addon
Traceback (most recent call last):
File "C:\Users\peled\mmvt_root\mmvt_blend\colin27_dkt.blend\run_mmvt.py", line 13, in
File "C:\Users\peled\mmvt_root\mmvt_code\src\mmvt_addon\mmvt_addon.py", line 29, in
import colors_utils
File "C:\Users\peled\mmvt_root\mmvt_code\src\mmvt_addon\colors_utils.py", line 3, in
import numpy as np
File "C:\Program Files\Blender Foundation\Blender\2.79\python\lib\site-packages\numpy_init_.py", line 142, in
from . import core
File "C:\Program Files\Blender Foundation\Blender\2.79\python\lib\site-packages\numpy\core_init_.py", line 67, in
raise ImportError(msg.format(path))
ImportError: Something is wrong with the numpy installation. While importing we detected an older version of numpy in ['C:\Program Files\Blender Foundation\Blender\2.79\python\lib\site-packages\numpy']. One method of fixing this is to repeatedly uninstall numpy until none is found, then reinstall this version.

@pelednoam
Copy link
Owner Author

pelednoam commented May 24, 2019

The only workaround I've found is to reinstall Blender (completely uninstall and install again)

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

No branches or pull requests

1 participant