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

The dependency target "pycaffe" of target "pytest" does not exist cmake #257

Open
wavelet2008 opened this issue May 22, 2020 · 1 comment

Comments

@wavelet2008
Copy link

群主help
Make Error at CMakeLists.txt:105 (add_dependencies):
The dependency target "pycaffe" of target "pytest" does not exist

PYTHON_LIB := /usr/lib
YTHON_LIBRARIES := boost_python3 python3.8
PYTHON_INCLUDE := /usr/include/python3.8
/usr/local/lib/python3.8/dist-packages/numpy/core/include

WITH_PYTHON_LAYER := 1

Whatever else you find you need goes here.

INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /usr/include/hdf5/serial
LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib /usr/lib/x86_64-linux-gnu/hdf5/serial

@troyliu0105
Copy link

This is mostly because the dependencies of pycaffe are not completely satisfied. plz check py-boost and numpy whether found correctly.

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