2017-05-31 15 views
0

を使用しているProtobufのインストールに失敗しました私はPIP3を経由しているProtobufをインストールしようとしていると私はエラーでこだわっている: pip3 install protobufはPIP3

ときI: Failed building wheel for protobuf Running setup.py clean for protobuf Failed to build protobuf Installing collected packages: protobuf Running setup.py install for protobuf ... error Complete output from command c:\users\python350\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\AppData\\Local\\Temp\\pip-build-3z6exhcv\\protobuf\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\CL57586\AppData\Local\Temp\pip-mza8nb7f-record\install-record.txt --single-version-externally-managed --compile: running install running build running build_py Generating google/protobuf/descriptor_pb2.py... Can't find required file: ../src/google/protobuf/descriptor.proto Pythonのバージョンのようなコマンドを使用して3.5.0 ですhttps://github.com/google/protobuf.gitからすべてのコードをクローンし、ローカルからインストールしようとすると、同じエラーが発生しました。

答えて

0

私はこれを理解しました。 pip install --upgrade --ignore-installed tensorflow

関連する問題