10000 multiple issues with numpy.f2py.compile() function · Issue #7683 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content
multiple issues with numpy.f2py.compile() function #7683
Closed
@mbdevpl

Description

@mbdevpl

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.

  1. docstring of compile() is completely missing the help for parameter source_fn. This is certainly platform independent issue...
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0