Skip to content

Installation fails due to lack of numpy #2732

Closed
@takinbo

Description

@takinbo

I have a case where I wrote a requirements file to install pandas. Included in the requirements file is an entry to install numpy alongside. The installation fails because pandas is trying to do an import (in its setup.py) of numpy which isn't installed yet.

Due to the fact that either setuptools or distribute is used for the installation of pandas, I think it's safe to trust that setuptools/distribute will ensure that the necessary version of numpy exists before installing pandas.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BuildLibrary building on various platforms

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions