Skip to content

Numexpr fails to install from source #176

@EricR86

Description

@EricR86

From a fresh install (or virtualenv), numexpr fails to install from source. The following error occurs:

$ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 223, in <module>
    setup_package()
  File "setup.py", line 62, in setup_package
    from numpy.distutils.core import setup
ImportError: No module named numpy.distutils.core

Specifically the Line 62 in setup.py (https://github.com/pydata/numexpr/blob/master/setup.py#L62) presumes numpy is already installed before even running setup itself. I doubt this was intended since numpy is also listed inside setup_requires.

This issue seems to be related to PyTables/PyTables#454

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions