在安装torch的过程中,我按照官方文档的步骤运行以下代码:
git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; bash install-deps;
./install.sh
在运行bash install-deps;这一行的时候遇到“Error: invalid option: --with-wxmac”
打开install-deps发现错误出现在第98行:
brew install gnuplot --with-wxmac --with-cairo --with-pdflib-lite --with-x11 --without-lua
在brew install gnuplot的时候后面的配置项会出现invalid option错误,貌似brew已经不支持这些选项了,所以直接删去就不会报错了,但是有什么影响还不清楚。
目前torch可以正常使用,关于这几个命令的作用,欢迎大佬在评论区留下你的答案。
网友评论