System Information
Operating system: Windows-10-10.0.18362 64 Bits
Graphics card: GeForce GTX 660/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 416.94
Blender Version
Broken: version: 2.81 (sub 2), branch: master, commit date: 2019-08-18 20:41, hash: rB10001d909905
Worked: 2.8
Short description of error
Simple script:
import numpy
will give error:
Traceback (most recent call last): File "<blender_console>", line 1, in <module> File "C:\Program Files\Blender_2.81\2.81\python\lib\site-packages\numpy\__init__.py", line 142, in <module> from . import core File "C:\Program Files\Blender_2.81\2.81\python\lib\site-packages\numpy\core\__init__.py", line 67, in <module> 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_2.81\\2.81\\python\\lib\\site-packages\\numpy']. One method of fixing this is to repeatedly uninstall numpy until none is found, then reinstall this version.
I noticed there are new numpy files in blender ProgramFiles folder (search result for numpy):
While in blender 2.8 there was just one folder with numpy:

