JuliaML / OpenAIGym.jl

OpenAI's Gym binding for Julia
Other
105 stars 20 forks source link

Install issue - Cannot add package due to requirements #24

Closed youssefzaky closed 5 years ago

youssefzaky commented 5 years ago
julia> Pkg.add(PackageSpec(url="https://github.com/JuliaML/OpenAIGym.jl", rev="master"))
  Updating git-repo `https://github.com/JuliaML/OpenAIGym.jl`
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Reinforce [0376cc21]:
 Reinforce [0376cc21] log:
 ├─possible versions are: [0.0.1, 0.1.0, 0.2.0] or uninstalled
 ├─restricted to versions 0.1.0-0.1 by OpenAIGym [41d6fcb8], leaving only versions 0.1.0
 │ └─OpenAIGym [41d6fcb8] log:
 │   ├─possible versions are: 0.1.0 or uninstalled
 │   └─OpenAIGym [41d6fcb8] is fixed to version 0.1.0
 └─restricted by julia compatibility requirements to versions: 0.2.0 or uninstalled — no versions left
JobJob commented 5 years ago

Thanks for reporting, can you confirm this is fixed now?

JobJob commented 5 years ago

Assuming this is fixed