Are MKL and numpy libraries the same? @ user1898039 the answer did not make sense to me (I'm not sure which way I should use for this property.
I found another way to fix this problem - I checked the python command line to see if numpy is installed there by calling:
>>> import from numpy *
This is not true. Thus, even though numpy appeared in PyDev under the "Forced Built-in Functions" tab in the Python Interpreter properties, it was not accessible to python from the command line, and I think this caused a problem inside PyDev.
So, I fixed the problem by going to the numpy site and installing the latest version for Windows. Technically, I went to some other site on which the version of the AMD64 installer for Windows was installed, buy, you know, the same thing. After that, I tried to list the PYTHONPATH variable to recount all the libraries (this may have been superfluous), but errors still showed up in the file in all calls to array (). I did autocomplete in the numpy package to get a list of functions, the selected array () from this list, and all the sudden errors were removed, and now everything is fine.
Dave novelli
source share