Description
I've encountered multiple problems when using numpy.f2py.compile()
function on Windows and Ubuntu. For now, the issues are with Python 3.5.1, Numpy 1.11.0 on Windows 7 x64 and Ubuntu 14.04 x64.
- docstring of
compile()
is completely missing the help for parametersource_fn
. This is certainly platform independent issue... - when running
compile()
the following messages show up:
On Windows:
Could not locate executable C:ProgramsPython35python.exe
Executable C:ProgramsPython35python.exe does not existC:\Programs\Python35\lib\site-packages\numpy\distutils\misc_util.py:6: PendingDeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
On Ubuntu:
/home/.../.local/lib/python3.5/site-packages/numpy/distutils/misc_util.py:6: PendingDeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp