Skip to content
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

unable to build/run on macos (ln -L and -t options are not present in macos) #87

Closed
prabhatsharma opened this issue Feb 20, 2018 · 2 comments

Comments

@prabhatsharma
Copy link

bazel run :python_random_agent
INFO: Analysed target //:python_random_agent (2 packages loaded).
INFO: Found 1 target...
ERROR: /Users/prabhsha/projects/rl/lab/BUILD:669:1: Executing genrule //:non_pk3_assets failed (Exit 1)
ln: illegal option -- L
usage: ln [-Ffhinsv] source_file [target_file]
ln [-Ffhinsv] source_file ... target_dir
link source_file target_file
Target //:python_random_agent failed to build

@tkoeppe
Copy link
Collaborator

tkoeppe commented Feb 20, 2018

We don't currently support MacOS. If you can figure out how to get it to work, we'd be curious to hear, but we don't have a test environment for MacOS and can't really support it properly at this time. See also #41.

@tkoeppe tkoeppe closed this as completed Feb 20, 2018
@tkoeppe
Copy link
Collaborator

tkoeppe commented Oct 16, 2018

I'm preparing a patch to change those ln invocations. Stay tuned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants