Can't install Orange: “error: command 'clang' failed with exit status 1”

前端 未结 3 546
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-15 10:25

I am trying to install Orange on my Mac OS X 10.7.3 (Lion) and I keep getting an error when using either pip or building from source. First, I was getting an error that read

3条回答
  •  無奈伤痛
    2020-12-15 11:09

    I had to do the following to fix the error on Mac OS Catalina. You can run it in the command line and also put into your bash_profile.

    export CC=gcc
    export CXX=clang
    

提交回复
热议问题