-
Notifications
You must be signed in to change notification settings - Fork 4
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
trouble in installation #4
Comments
hi@Gouiaa,l also encouter this problem,have you solved this trouble? |
@Anikily Yes.You have to set correctly the CMAKE_PREFIX_PATH. |
Thanks Gouiaa,I have solved this problem by CMake Error at caffe2_detectron_custom_ops_gpu_generated_zero_even_op.cu.o.cmake:219 (message): CMakeFiles/caffe2_detectron_custom_ops_gpu.dir/build.make:63: recipe for target 'CMakeFiles/caffe2_detectron_custom_ops_gpu.dir/detectron/ops/caffe2_detectron_custom_ops_gpu_generated_zero_even_op.cu.o' failed and about the problem: /home/tensor/densepose/detectron/ops/pool_points_interp.h:13:33: fatal error: caffe2/core/context.h: No such file or directory |
Hello, I am working under ubuntu 16.04 using your intalation manual. And i have trouble when i try to run: (base) gabriel@gbh:~/densepose$ python2 detectron/tests/test_spatial_narrow_as_op.py
|
I am working under ubuntu 18.04 using anaconda 3. I create a conda environment and I run correctly the test until the
make ops
command where I have a problemI set
CMAKE_PREFIX_PATH=/xxx/yyy/anaconda3
**CMake Error at CMakeLists.txt:8 (find_package):
By not providing "FindCaffe2.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Caffe2", but
CMake did not find one.
Could not find a package configuration file provided by "Caffe2" with any
of the following names:
Add the installation prefix of "Caffe2" to CMAKE_PREFIX_PATH or set
"Caffe2_DIR" to a directory containing one of the above files. If "Caffe2"
provides a separate development package or SDK, be sure it has been
installed.**
The text was updated successfully, but these errors were encountered: