-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot precompile #12
Comments
The problem is the line here: https://github.com/FluxML/Gym.jl/blob/master/src/Spaces/dict-space.jl#L1 This can be solved by going to repl and do @tejank10 Maybe this issue should be renamed to reflect the missing dependencies. Also, there is this warning which also needs to be taken care of
|
@v-i-s-h is it just a matter of dependencies? Updating Project.toml should solve this problem yes? |
I think yes. Adding |
@gpgjoe Pinging to verify if the problem has been solved. |
Hey! Thanks for this. I'm actually new with Julia. I see that you merged your edits here
However, when I run |
My issue aside, there's a typo in there. In any case, how is it that's working for you? |
Installing from your fork worked. I'm used to Python, and I'm already in love with Julia's package manager. |
@gpgjoe The required changes have been incorporated into the main repository. It'd be better for you to switch to it. Sorry for the unnecessary trouble🙇♂️. |
Now I get an error trying to run the example:
gives me:
Line 39 in f68b6cb
Again, I don't understand how it's possible that I get this error but you can run it fine. |
I think most of the code doesn't really depend on the above. What is the proper way to edit a Julia package? With packages on the main registry I know I can do |
I've tried copying Gym to a separate folder and then restart Julia, run |
Right. Wrong version. I was using Julia 1.0.3. Moved to 1.1.0 and it's working now. |
Is anyone getting a Commit 55e36cc308 (2019-05-16 04:10 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
Output of Pkg.build("Cairo") :
New to Julia, not sure what's going on, ===== update ===== Any ideas why the initial install of Gym (from github), didn't get this? |
@anandijain can't really say that without knowing what cause Cairo's build process to fail the first time. If you have the complete stacktrace, that could be helpful. Although, Cairo.jl has been acting strangely as of late, even on macOS. It is being looked into. |
This just happened. I ran
] add https://github.com/FluxML/Gym.jl
as described on Readme, and then I ranusing Gym
, and I got this:EDIT:
Let me know if more information would help you.
The text was updated successfully, but these errors were encountered: