failed to build PaddlePaddle based on Python3.6.8
Created by: jeng1220
System information
- PaddlePaddle version: 3b31b74e
- OS Platform: Ubuntu 18.04.3 LTS
- Python version: 3.6.8
- CMake version: 3.12.1
- GCC version: 7.4.0
- CUDA version: 10.1
- Install method: build from source
To Reproduce
$ cmake -DWITH_PYTHON=ON -DPY_VERSION=3.6 \
-DWITH_MKL=OFF \
-DWITH_TESTING=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_GPU=ON \
-DON_INFER=ON \
-DTENSORRT_ROOT=/usr \
-DCUDA_ARCH_NAME=Auto
$ make -k -j8
Describe your current behavior
It threw error message and stop building process:
fatal: no tag exactly matches '3b31b74e205dcad70e4c09482dec1ed0eea83d60'
python/CMakeFiles/paddle_python.dir/build.make:904: recipe for target 'python/build/.timestamp' failed
make[2]: *** [python/build/.timestamp] Error 120
CMakeFiles/Makefile2:72032: recipe for target 'python/CMakeFiles/paddle_python.dir/all' failed
make[1]: *** [python/CMakeFiles/paddle_python.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
If I change Python version to 2.7.15, it still will print the error message but building process keep going and can finish process to generate paddlepaddle_gpu-0.0.0-cp27-cp27mu-linux_x86_64.whl
.
fatal: no tag exactly matches '3b31b74e205dcad70e4c09482dec1ed0eea83d60'
Other info / logs Original discussion thread is #20786 (closed)