We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I tried to run this code to install Torch
git clone https://github.com/torch/distro.git ~/torch --recursive cd ~/torch; bash install-deps; ./install.sh
I met the error: invalid option: --with-wxmac
What does it mean? and what should i do to solve this?
The text was updated successfully, but these errors were encountered:
Seems Homebrew options have been removed:
Homebrew/homebrew-core#31510
Sorry, something went wrong.
same here and running install produces following
src/lfs.c:431:39: error: use of undeclared identifier 'symlink' (lua_toboolean(L,3) ? symlink : link)(oldpath, newpath), NULL); ^ src/lfs.c:431:49: error: use of undeclared identifier 'link' (lua_toboolean(L,3) ? symlink : link)(oldpath, newpath), NULL);
in short unable to install torch-on mac working on collab though.
Am i using wrong Lua version? How to change that
Same here.
Error: invalid option: --with-wxmac
How can I solve this issue?
No one knows even after 4 years?
No branches or pull requests
When I tried to run this code to install Torch
git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; bash install-deps;
./install.sh
I met the error:
invalid option: --with-wxmac
What does it mean? and what should i do to solve this?
The text was updated successfully, but these errors were encountered: