0
私はPythonには新しく、Linuxコマンドについてはあまり知らないです。だから私の問題を考えてください。私は、コマンドを実行しようとしていますエラー:コマンド 'x86_64-linux-gnu-gcc'が終了ステータス4で失敗しました
python pyglpk_setup.py build
が、私は結果を以下ました:
running build
running build_ext
building 'glpk' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include -Isrc -I/usr/include/python2.7 -c src/glpk.c -o build/temp.linux-x86_64-2.7/src/glpk.o -m64
x86_64-linux-gnu-gcc: error: src/glpk.c: No such file or directory
x86_64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 4
私は依存関係をインストールしていると思うし、それを実行するために他のstuffsを試してみましたが、私はそれを解決することはできませんよ。
なぜこのエラーが発生しますか?
ようこそ。コマンドとエラーの結果をブロックコードで入力してください。 – Robert