We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
群主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
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
The text was updated successfully, but these errors were encountered:
This is mostly because the dependencies of pycaffe are not completely satisfied. plz check py-boost and numpy whether found correctly.
Sorry, something went wrong.
No branches or pull requests
群主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
The text was updated successfully, but these errors were encountered: