Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Make" Issue #1

Open
zy937085318 opened this issue Jun 27, 2018 · 1 comment
Open

"Make" Issue #1

zy937085318 opened this issue Jun 27, 2018 · 1 comment

Comments

@zy937085318
Copy link

Hi, when I make the op, an error reported:
/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from floattonp.floatingis deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters /home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from floattonp.floatingis deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters mkdir -p build /home/ybb/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++ -O3 -std=c++11 -c filter_op.cc -o build/filter_op.o -I/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/tensorflow/include -I/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/tensorflow/include/external/nsync/public -DGOOGLE_CUDA=1 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 make: /home/ybb/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++: Command not found Makefile:30: recipe for target 'build/filter_op.o' failed make: *** [build/filter_op.o] Error 127, how can I fix it? Thx so much for ur help :)

@qchenclaire
Copy link

Hi, when I make the op, an error reported:
/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from floattonp.floatingis deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters /home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from floattonp.floatingis deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters mkdir -p build /home/ybb/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++ -O3 -std=c++11 -c filter_op.cc -o build/filter_op.o -I/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/tensorflow/include -I/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/tensorflow/include/external/nsync/public -DGOOGLE_CUDA=1 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 make: /home/ybb/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++: Command not found Makefile:30: recipe for target 'build/filter_op.o' failed make: *** [build/filter_op.o] Error 127, how can I fix it? Thx so much for ur help :)

what is the result if you type
ls /home/ybb/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++
Probably it does not exist.
In my computer, I use CXX=/usr/bin/g++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants