Closed
Description
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
Assignees
Labels
No labels