美文网首页
Mac OS安装torch遇到“Error: invalid o

Mac OS安装torch遇到“Error: invalid o

作者: Lyoung_8d61 | 来源:发表于2019-04-11 19:05 被阅读0次

    在安装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可以正常使用,关于这几个命令的作用,欢迎大佬在评论区留下你的答案。

    相关文章

      网友评论

          本文标题:Mac OS安装torch遇到“Error: invalid o

          本文链接:https://www.haomeiwen.com/subject/gcqzqqtx.html