We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154368b commit 1226665Copy full SHA for 1226665
python/setup.py.in
@@ -109,7 +109,7 @@ setup(name='${PACKAGE_NAME}',
109
'': '${CMAKE_CURRENT_SOURCE_DIR}',
110
# The paddle.v2.fluid.proto will be generated while compiling.
111
# So that package points to other directory.
112
- 'paddle.v2.fluid.proto': '${PADDLE_BINARY_DIR}/paddle/framework',
+ 'paddle.v2.fluid.proto': '${PADDLE_BINARY_DIR}/paddle/fluid/framework',
113
'py_paddle': '${PADDLE_SOURCE_DIR}/paddle/py_paddle'
114
},
115
scripts=paddle_bins,
0 commit comments