Skip to content

Add missing dependencies for ray.tune/rllib to wheel #1428

Closed
@rshin

Description

@rshin

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 16.04
  • Ray installed from (source or binary): binary
  • Ray version: 0.3.0
  • Python version: 2.7.12
  • Exact command to reproduce: Create a new virtualenv, install ray with pip, then import ray.tune.

Describe the problem

ray.tune depends on, through rllib:

  • OpenAI Gym (gym)
  • OpenCV (cv2)
  • scipy

but they are not specified as dependencies of the wheel on PyPI.

Metadata

Metadata

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