Skip to content

refuses to pip install openml #727

@azrdev

Description

@azrdev

Description

Installing openml like the guide says using pip install openml fails deliberatly, and says pip install -e . (i.e. on a local checkout) should be used:

ERROR: Please install this package with pip: `pip install -e .` Installation requires pip>=10.0.

Apparently this was added to setup.py to prevent setuptools building numpy: https://github.com/openml/openml-python/blob/develop/setup.py#L9..L14
But since pip is able to pull binary numpy from wheels, I suspect this test should not fire if setup.py is called through pip.

Versions

pip 19.1.1
openml on pypi is currently 0.9.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions