multiple issues with numpy.f2py.compile() function
See original GitHub issueI’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 exist
C:\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
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (6 by maintainers)
Top GitHub Comments
Closing as fixed.
@mbdevpl are you working on this? looked into this as i was curious about the “dark corners”, and i might have a fix