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

create the environment failed #10

Open
ZackGoing opened this issue Feb 19, 2025 · 6 comments
Open

create the environment failed #10

ZackGoing opened this issue Feb 19, 2025 · 6 comments

Comments

@ZackGoing
Copy link

when I install the "pip install git+https://github.com/yaojin17/detectron2.git # slightly modified detectron2 for OVMono3D" in setup.sh , there is an error

@yaojin17
Copy link
Contributor

hello, what is te specific error?

@ZackGoing
Copy link
Author

hello, what is te specific error?
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
Collecting git+https://github.com/facebookresearch/pytorch3d.git@055ab3a
Cloning https://github.com/facebookresearch/pytorch3d.git (to revision 055ab3a) to /tmp/pip-req-build-wumm2488
Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/pytorch3d.git /tmp/pip-req-build-wumm2488
WARNING: Did not find branch or tag '055ab3a', assuming revision or ref.
Running command git checkout -q 055ab3a
Resolved https://github.com/facebookresearch/pytorch3d.git to commit 055ab3a
Preparing metadata (setup.py) ... done
Collecting iopath (from pytorch3d==0.7.8)
Using cached iopath-0.1.10-py3-none-any.whl
Requirement already satisfied: tqdm in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from iopath->pytorch3d==0.7.8) (4.67.1)
Requirement already satisfied: typing-extensions in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from iopath->pytorch3d==0.7.8) (4.12.2)
Collecting portalocker (from iopath->pytorch3d==0.7.8)
Downloading https://mirrors.aliyun.com/pypi/packages/3d/4c/4cb6bb4061910ac74c444be76e7d17dba97d9057030cca2f96947c3f7a0f/portalocker-3.0.0-py3-none-any.whl (19 kB)
Building wheels for collected packages: pytorch3d
Building wheel for pytorch3d (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [286 lines of output]
/tmp/pip-req-build-wumm2488/setup.py:84: UserWarning: The environment variable CUB_HOME was not found. NVIDIA CUB is required for compilation and can be downloaded from https://github.com/NVIDIA/cub/releases. You can unpack it to a location of your choice and set the environment variable CUB_HOME to the folder containing the CMakeListst.txt file.
warnings.warn(
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-38/pytorch3d
copying pytorch3d/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d
creating build/lib.linux-x86_64-cpython-38/projects
copying projects/init.py -> build/lib.linux-x86_64-cpython-38/projects
creating build/lib.linux-x86_64-cpython-38/pytorch3d/renderer
copying pytorch3d/renderer/lighting.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer
copying pytorch3d/renderer/blending.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer
copying pytorch3d/renderer/splatter_blend.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer
copying pytorch3d/renderer/cameras.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer
copying pytorch3d/renderer/fisheyecameras.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer
copying pytorch3d/renderer/camera_utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer
copying pytorch3d/renderer/materials.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer
copying pytorch3d/renderer/camera_conversions.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer
copying pytorch3d/renderer/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer
copying pytorch3d/renderer/compositing.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer
copying pytorch3d/renderer/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer
creating build/lib.linux-x86_64-cpython-38/pytorch3d/vis
copying pytorch3d/vis/texture_vis.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/vis
copying pytorch3d/vis/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/vis
copying pytorch3d/vis/plotly_vis.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/vis
creating build/lib.linux-x86_64-cpython-38/pytorch3d/common
copying pytorch3d/common/linear_with_repeat.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/common
copying pytorch3d/common/datatypes.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/common
copying pytorch3d/common/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/common
copying pytorch3d/common/compat.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/common
creating build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/points_normals.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/subdivide_meshes.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/vert_align.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/packed_to_padded.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/ball_query.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/sample_farthest_points.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/cubify.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/sample_points_from_meshes.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/marching_cubes_data.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/perspective_n_points.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/mesh_face_areas_normals.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/graph_conv.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/interp_face_attrs.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/mesh_filtering.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/marching_cubes.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/cameras_alignment.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/knn.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/points_alignment.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/laplacian_matrices.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/iou_box3d.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
copying pytorch3d/ops/points_to_volumes.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/ops
creating build/lib.linux-x86_64-cpython-38/pytorch3d/structures
copying pytorch3d/structures/volumes.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/structures
copying pytorch3d/structures/meshes.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/structures
copying pytorch3d/structures/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/structures
copying pytorch3d/structures/pointclouds.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/structures
copying pytorch3d/structures/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/structures
creating build/lib.linux-x86_64-cpython-38/pytorch3d/transforms
copying pytorch3d/transforms/math.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/transforms
copying pytorch3d/transforms/rotation_conversions.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/transforms
copying pytorch3d/transforms/so3.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/transforms
copying pytorch3d/transforms/transform3d.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/transforms
copying pytorch3d/transforms/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/transforms
copying pytorch3d/transforms/se3.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/transforms
creating build/lib.linux-x86_64-cpython-38/pytorch3d/io
copying pytorch3d/io/experimental_gltf_io.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/io
copying pytorch3d/io/pluggable_formats.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/io
copying pytorch3d/io/obj_io.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/io
copying pytorch3d/io/mtl_io.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/io
copying pytorch3d/io/pluggable.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/io
copying pytorch3d/io/ply_io.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/io
copying pytorch3d/io/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/io
copying pytorch3d/io/off_io.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/io
copying pytorch3d/io/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/io
creating build/lib.linux-x86_64-cpython-38/pytorch3d/utils
copying pytorch3d/utils/checkerboard.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/utils
copying pytorch3d/utils/ico_sphere.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/utils
copying pytorch3d/utils/camera_conversions.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/utils
copying pytorch3d/utils/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/utils
copying pytorch3d/utils/torus.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/utils
creating build/lib.linux-x86_64-cpython-38/pytorch3d/loss
copying pytorch3d/loss/chamfer.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/loss
copying pytorch3d/loss/mesh_edge_loss.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/loss
copying pytorch3d/loss/mesh_normal_consistency.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/loss
copying pytorch3d/loss/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/loss
copying pytorch3d/loss/point_mesh_distance.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/loss
copying pytorch3d/loss/mesh_laplacian_smoothing.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/loss
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron
copying pytorch3d/implicitron/eval_demo.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron
copying pytorch3d/implicitron/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron
creating build/lib.linux-x86_64-cpython-38/pytorch3d/datasets
copying pytorch3d/datasets/shapenet_base.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/datasets
copying pytorch3d/datasets/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/datasets
copying pytorch3d/datasets/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/datasets
creating build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/rasterize_meshes.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/renderer.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/textures.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/clip.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/shader.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/shading.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/rasterizer.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/mesh
creating build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/points
copying pytorch3d/renderer/points/renderer.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/points
copying pytorch3d/renderer/points/compositor.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/points
copying pytorch3d/renderer/points/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/points
copying pytorch3d/renderer/points/rasterizer.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/points
copying pytorch3d/renderer/points/rasterize_points.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/points
creating build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/opengl
copying pytorch3d/renderer/opengl/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/opengl
copying pytorch3d/renderer/opengl/rasterizer_opengl.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/opengl
copying pytorch3d/renderer/opengl/opengl_utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/opengl
creating build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/renderer.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/harmonic_embedding.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/sample_pdf.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/raymarching.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/raysampling.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/implicit
creating build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/points/pulsar
copying pytorch3d/renderer/points/pulsar/renderer.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/points/pulsar
copying pytorch3d/renderer/points/pulsar/unified.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/points/pulsar
copying pytorch3d/renderer/points/pulsar/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/renderer/points/pulsar
creating build/lib.linux-x86_64-cpython-38/pytorch3d/common/workaround
copying pytorch3d/common/workaround/symeig3x3.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/common/workaround
copying pytorch3d/common/workaround/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/common/workaround
copying pytorch3d/common/workaround/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/common/workaround
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/base_model.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/model_dbir.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/overfit_model.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/generic_model.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/metrics.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/third_party
copying pytorch3d/implicitron/third_party/hyperlayers.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/third_party
copying pytorch3d/implicitron/third_party/pytorch_prototyping.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/third_party
copying pytorch3d/implicitron/third_party/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/third_party
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/stats.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/rasterize_mc.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/video_writer.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/model_io.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/depth_cleanup.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/image_utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/camera_utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/circle_fitting.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/config.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/point_cloud_utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/eval_video_trajectory.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/vis_utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/metric_utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/tools
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/evaluation
copying pytorch3d/implicitron/evaluation/evaluator.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/evaluation
copying pytorch3d/implicitron/evaluation/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/evaluation
copying pytorch3d/implicitron/evaluation/evaluate_new_view_synthesis.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/evaluation
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/blender_dataset_map_provider.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/dataset_base.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/frame_data.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/dataset_map_provider.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/llff_dataset_map_provider.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/sql_dataset_provider.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/scene_batch_sampler.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/json_index_dataset.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/types.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/sql_dataset.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/load_llff.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/rendered_mesh_dataset_map_provider.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/visualize.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/orm_types.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/json_index_dataset_map_provider.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/data_source.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/load_blender.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/data_loader_map_provider.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/train_eval_data_loader_provider.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/single_sequence_dataset.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/json_index_dataset_map_provider_v2.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/dataset
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/view_pooler
copying pytorch3d/implicitron/models/view_pooler/view_sampler.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/view_pooler
copying pytorch3d/implicitron/models/view_pooler/feature_aggregator.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/view_pooler
copying pytorch3d/implicitron/models/view_pooler/view_pooler.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/view_pooler
copying pytorch3d/implicitron/models/view_pooler/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/view_pooler
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/multipass_ea.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/ray_tracing.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/rgb_net.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/raymarcher.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/lstm_renderer.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/ray_sampler.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/sdf_renderer.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/base.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/ray_point_refiner.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/renderer
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/visualization
copying pytorch3d/implicitron/models/visualization/render_flyaround.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/visualization
copying pytorch3d/implicitron/models/visualization/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/visualization
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/idr_feature_field.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/neural_radiance_field.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/voxel_grid_implicit_function.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/decoding_functions.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/base.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/voxel_grid.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/scene_representation_networks.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/implicit_function
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/global_encoder
copying pytorch3d/implicitron/models/global_encoder/autodecoder.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/global_encoder
copying pytorch3d/implicitron/models/global_encoder/global_encoder.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/global_encoder
copying pytorch3d/implicitron/models/global_encoder/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/global_encoder
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/feature_extractor
copying pytorch3d/implicitron/models/feature_extractor/feature_extractor.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/feature_extractor
copying pytorch3d/implicitron/models/feature_extractor/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/feature_extractor
copying pytorch3d/implicitron/models/feature_extractor/resnet_feature_extractor.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron/models/feature_extractor
creating build/lib.linux-x86_64-cpython-38/pytorch3d/datasets/shapenet
copying pytorch3d/datasets/shapenet/shapenet_core.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/datasets/shapenet
copying pytorch3d/datasets/shapenet/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/datasets/shapenet
creating build/lib.linux-x86_64-cpython-38/pytorch3d/datasets/r2n2
copying pytorch3d/datasets/r2n2/r2n2.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/datasets/r2n2
copying pytorch3d/datasets/r2n2/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/datasets/r2n2
copying pytorch3d/datasets/r2n2/utils.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/datasets/r2n2
creating build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron_trainer
copying projects/implicitron_trainer/visualize_reconstruction.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron_trainer
copying projects/implicitron_trainer/init.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron_trainer
copying projects/implicitron_trainer/experiment.py -> build/lib.linux-x86_64-cpython-38/pytorch3d/implicitron_trainer
copying pytorch3d/datasets/shapenet/shapenet_synset_dict_v1.json -> build/lib.linux-x86_64-cpython-38/pytorch3d/datasets/shapenet
copying pytorch3d/datasets/shapenet/shapenet_synset_dict_v2.json -> build/lib.linux-x86_64-cpython-38/pytorch3d/datasets/shapenet
copying pytorch3d/datasets/r2n2/r2n2_synset_dict.json -> build/lib.linux-x86_64-cpython-38/pytorch3d/datasets/r2n2
running build_ext
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-req-build-wumm2488/setup.py", line 144, in
setup(
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/init.py", line 117, in setup
return distutils.core.setup(**attrs)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 183, in setup
return run_commands(dist)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 199, in run_commands
dist.run_commands()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 954, in run_commands
self.run_command(cmd)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/dist.py", line 950, in run_command
super().run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/command/bdist_wheel.py", line 398, in run
self.run_command("build")
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
self.distribution.run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/dist.py", line 950, in run_command
super().run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
self.distribution.run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/dist.py", line 950, in run_command
super().run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 98, in run
_build_ext.run(self)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 359, in run
self.build_extensions()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 518, in build_extensions
_check_cuda_version(compiler_name, compiler_version)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 413, in _check_cuda_version
raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda))
RuntimeError:
The detected CUDA version (11.8) mismatches the version that was used to compile
PyTorch (12.1). Please make sure to use the same CUDA versions.

  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pytorch3d
Running setup.py clean for pytorch3d
Failed to build pytorch3d
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pytorch3d)
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
Collecting git+https://github.com/yaojin17/detectron2.git
Cloning https://github.com/yaojin17/detectron2.git to /tmp/pip-req-build-fywjwfho
Running command git clone --filter=blob:none --quiet https://github.com/yaojin17/detectron2.git /tmp/pip-req-build-fywjwfho
Resolved https://github.com/yaojin17/detectron2.git to commit 8ece38992c987b0877a45deeb662ec1d1dd069a4
Preparing metadata (setup.py) ... done
Requirement already satisfied: Pillow>=7.1 in /home/hx/.local/lib/python3.8/site-packages (from detectron2==0.6) (10.1.0)
Requirement already satisfied: matplotlib in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from detectron2==0.6) (3.7.5)
Collecting pycocotools>=2.0.2 (from detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/6c/11/6cb76ebc71388ac17691bc3da76276d1642af30bf9097de9bb5f64c92cfa/pycocotools-2.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (439 kB)
Collecting termcolor>=1.1 (from detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/d9/5f/8c716e47b3a50cbd7c146f45881e11d9414def768b7cd9c5e6650ec2a80a/termcolor-2.4.0-py3-none-any.whl (7.7 kB)
Collecting yacs>=0.1.8 (from detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/38/4f/fe9a4d472aa867878ce3bb7efb16654c5d63672b86dc0e6e953a67018433/yacs-0.1.8-py3-none-any.whl (14 kB)
Requirement already satisfied: tabulate in /home/hx/.local/lib/python3.8/site-packages (from detectron2==0.6) (0.9.0)
Collecting cloudpickle (from detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/7e/e8/64c37fadfc2816a7701fa8a6ed8d87327c7d54eacfbfb6edab14a2f2be75/cloudpickle-3.1.1-py3-none-any.whl (20 kB)
Requirement already satisfied: tqdm>4.29.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from detectron2==0.6) (4.67.1)
Collecting tensorboard (from detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/bc/a2/ff5f4c299eb37c95299a76015da3f30211468e29d8d6f1d011683279baee/tensorboard-2.14.0-py3-none-any.whl (5.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 803.3 kB/s eta 0:00:00
Collecting fvcore<0.1.6,>=0.1.5 (from detectron2==0.6)
Using cached fvcore-0.1.5.post20221221-py3-none-any.whl
Collecting iopath<0.1.10,>=0.1.7 (from detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/af/20/65dd9bd25a1eb7fa35b5ae38d289126af065f8a0c1f6a90564f4bff0f89d/iopath-0.1.9-py3-none-any.whl (27 kB)
Collecting omegaconf<2.4,>=2.1 (from detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/e3/94/1843518e420fa3ed6919835845df698c7e27e183cb997394e4a670973a65/omegaconf-2.3.0-py3-none-any.whl (79 kB)
Collecting hydra-core>=1.1 (from detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/c6/50/e0edd38dcd63fb26a8547f13d28f7a008bc4a3fd4eb4ff030673f22ad41a/hydra_core-1.3.2-py3-none-any.whl (154 kB)
Collecting black (from detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/97/14/95b3f91f857034686cae0e73006b8391d76a8142d339b42970eaaf0416ea/black-24.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (1.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 795.3 kB/s eta 0:00:00
Requirement already satisfied: packaging in /home/hx/.local/lib/python3.8/site-packages (from detectron2==0.6) (23.2)
Requirement already satisfied: numpy in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from fvcore<0.1.6,>=0.1.5->detectron2==0.6) (1.24.1)
Requirement already satisfied: pyyaml>=5.1 in /home/hx/.local/lib/python3.8/site-packages (from fvcore<0.1.6,>=0.1.5->detectron2==0.6) (6.0.1)
Collecting antlr4-python3-runtime==4.9.* (from hydra-core>=1.1->detectron2==0.6)
Using cached antlr4_python3_runtime-4.9.3-py3-none-any.whl
Requirement already satisfied: importlib-resources in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from hydra-core>=1.1->detectron2==0.6) (6.4.5)
Collecting portalocker (from iopath<0.1.10,>=0.1.7->detectron2==0.6)
Using cached https://mirrors.aliyun.com/pypi/packages/3d/4c/4cb6bb4061910ac74c444be76e7d17dba97d9057030cca2f96947c3f7a0f/portalocker-3.0.0-py3-none-any.whl (19 kB)
Requirement already satisfied: contourpy>=1.0.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib->detectron2==0.6) (1.1.1)
Requirement already satisfied: cycler>=0.10 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib->detectron2==0.6) (0.12.1)
Requirement already satisfied: fonttools>=4.22.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib->detectron2==0.6) (4.56.0)
Requirement already satisfied: kiwisolver>=1.0.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib->detectron2==0.6) (1.4.7)
Requirement already satisfied: pyparsing>=2.3.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib->detectron2==0.6) (3.1.4)
Requirement already satisfied: python-dateutil>=2.7 in /home/hx/.local/lib/python3.8/site-packages (from matplotlib->detectron2==0.6) (2.8.2)
Requirement already satisfied: click>=8.0.0 in /home/hx/.local/lib/python3.8/site-packages (from black->detectron2==0.6) (8.1.7)
Collecting mypy-extensions>=0.4.3 (from black->detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/2a/e2/5d3f6ada4297caebe1a2add3b126fe800c96f56dbe5d1988a2cbe0b267aa/mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
Collecting pathspec>=0.9.0 (from black->detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl (31 kB)
Requirement already satisfied: platformdirs>=2 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from black->detectron2==0.6) (4.3.6)
Collecting tomli>=1.1.0 (from black->detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/6e/c2/61d3e0f47e2b74ef40a68b9e6ad5984f6241a942f7cd3bbfbdbd03861ea9/tomli-2.2.1-py3-none-any.whl (14 kB)
Requirement already satisfied: typing-extensions>=4.0.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from black->detectron2==0.6) (4.12.2)
Collecting absl-py>=0.4 (from tensorboard->detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/a2/ad/e0d3c824784ff121c03cc031f944bc7e139a8f1870ffd2845cc2dd76f6c4/absl_py-2.1.0-py3-none-any.whl (133 kB)
Requirement already satisfied: grpcio>=1.48.2 in /home/hx/.local/lib/python3.8/site-packages (from tensorboard->detectron2==0.6) (1.60.0)
Collecting google-auth<3,>=1.6.3 (from tensorboard->detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/9d/47/603554949a37bca5b7f894d51896a9c534b9eab808e2520a748e081669d0/google_auth-2.38.0-py2.py3-none-any.whl (210 kB)
Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard->detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/4a/07/8d9a8186e6768b55dfffeb57c719bc03770cf8a970a074616ae6f9e26a57/google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB)
Requirement already satisfied: markdown>=2.6.8 in /home/hx/.local/lib/python3.8/site-packages (from tensorboard->detectron2==0.6) (3.5.1)
Collecting protobuf>=3.19.6 (from tensorboard->detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/a8/45/2ebbde52ad2be18d3675b6bee50e68cd73c9e0654de77d595540b5129df8/protobuf-5.29.3-cp38-abi3-manylinux2014_x86_64.whl (319 kB)
Requirement already satisfied: requests<3,>=2.21.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from tensorboard->detectron2==0.6) (2.32.3)
Requirement already satisfied: setuptools>=41.0.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from tensorboard->detectron2==0.6) (75.1.0)
Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard->detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/73/c6/825dab04195756cf8ff2e12698f22513b3db2f64925bdd41671bfb33aaa5/tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl (6.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 719.3 kB/s eta 0:00:00
Requirement already satisfied: werkzeug>=1.0.1 in /home/hx/.local/lib/python3.8/site-packages (from tensorboard->detectron2==0.6) (3.0.1)
Requirement already satisfied: wheel>=0.26 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from tensorboard->detectron2==0.6) (0.44.0)
Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard->detectron2==0.6)
Downloading https://mirrors.aliyun.com/pypi/packages/ec/4e/de4ff18bcf55857ba18d3a4bd48c8a9fde6bb0980c9d20b263f05387fd88/cachetools-5.5.1-py3-none-any.whl (9.5 kB)
Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/hx/.local/lib/python3.8/site-packages (from google-auth<3,>=1.6.3->tensorboard->detectron2==0.6) (0.3.0)
Requirement already satisfied: rsa<5,>=3.1.4 in /home/hx/.local/lib/python3.8/site-packages (from google-auth<3,>=1.6.3->tensorboard->detectron2==0.6) (4.9)
Requirement already satisfied: requests-oauthlib>=0.7.0 in /home/hx/.local/lib/python3.8/site-packages (from google-auth-oauthlib<1.1,>=0.5->tensorboard->detectron2==0.6) (1.3.1)
Requirement already satisfied: zipp>=3.1.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from importlib-resources->hydra-core>=1.1->detectron2==0.6) (3.20.2)
Requirement already satisfied: importlib-metadata>=4.4 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from markdown>=2.6.8->tensorboard->detectron2==0.6) (8.5.0)
Requirement already satisfied: six>=1.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from python-dateutil>=2.7->matplotlib->detectron2==0.6) (1.17.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from requests<3,>=2.21.0->tensorboard->detectron2==0.6) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from requests<3,>=2.21.0->tensorboard->detectron2==0.6) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from requests<3,>=2.21.0->tensorboard->detectron2==0.6) (2.2.3)
Requirement already satisfied: certifi>=2017.4.17 in /home/hx/.local/lib/python3.8/site-packages (from requests<3,>=2.21.0->tensorboard->detectron2==0.6) (2023.11.17)
Requirement already satisfied: MarkupSafe>=2.1.1 in /home/hx/.local/lib/python3.8/site-packages (from werkzeug>=1.0.1->tensorboard->detectron2==0.6) (2.1.3)
Requirement already satisfied: pyasn1<0.6.0,>=0.4.6 in /home/hx/.local/lib/python3.8/site-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard->detectron2==0.6) (0.5.1)
Requirement already satisfied: oauthlib>=3.0.0 in /home/hx/.local/lib/python3.8/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard->detectron2==0.6) (3.2.2)
Building wheels for collected packages: detectron2
Building wheel for detectron2 (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [407 lines of output]
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-38/tools
copying tools/lightning_train_net.py -> build/lib.linux-x86_64-cpython-38/tools
copying tools/analyze_model.py -> build/lib.linux-x86_64-cpython-38/tools
copying tools/train_net.py -> build/lib.linux-x86_64-cpython-38/tools
copying tools/visualize_data.py -> build/lib.linux-x86_64-cpython-38/tools
copying tools/visualize_json_results.py -> build/lib.linux-x86_64-cpython-38/tools
copying tools/plain_train_net.py -> build/lib.linux-x86_64-cpython-38/tools
copying tools/init.py -> build/lib.linux-x86_64-cpython-38/tools
copying tools/benchmark.py -> build/lib.linux-x86_64-cpython-38/tools
copying tools/convert-torchvision-to-d2.py -> build/lib.linux-x86_64-cpython-38/tools
copying tools/lazyconfig_train_net.py -> build/lib.linux-x86_64-cpython-38/tools
creating build/lib.linux-x86_64-cpython-38/detectron2
copying detectron2/init.py -> build/lib.linux-x86_64-cpython-38/detectron2
creating build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/rotated_boxes.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/aspp.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/wrappers.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/roi_align.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/roi_align_rotated.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/batch_norm.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/deform_conv.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/mask_ops.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/shape_spec.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/nms.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/losses.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
copying detectron2/layers/blocks.py -> build/lib.linux-x86_64-cpython-38/detectron2/layers
creating build/lib.linux-x86_64-cpython-38/detectron2/solver
copying detectron2/solver/build.py -> build/lib.linux-x86_64-cpython-38/detectron2/solver
copying detectron2/solver/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/solver
copying detectron2/solver/lr_scheduler.py -> build/lib.linux-x86_64-cpython-38/detectron2/solver
creating build/lib.linux-x86_64-cpython-38/detectron2/config
copying detectron2/config/instantiate.py -> build/lib.linux-x86_64-cpython-38/detectron2/config
copying detectron2/config/defaults.py -> build/lib.linux-x86_64-cpython-38/detectron2/config
copying detectron2/config/lazy.py -> build/lib.linux-x86_64-cpython-38/detectron2/config
copying detectron2/config/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/config
copying detectron2/config/config.py -> build/lib.linux-x86_64-cpython-38/detectron2/config
copying detectron2/config/compat.py -> build/lib.linux-x86_64-cpython-38/detectron2/config
creating build/lib.linux-x86_64-cpython-38/detectron2/tracking
copying detectron2/tracking/bbox_iou_tracker.py -> build/lib.linux-x86_64-cpython-38/detectron2/tracking
copying detectron2/tracking/base_tracker.py -> build/lib.linux-x86_64-cpython-38/detectron2/tracking
copying detectron2/tracking/hungarian_tracker.py -> build/lib.linux-x86_64-cpython-38/detectron2/tracking
copying detectron2/tracking/vanilla_hungarian_bbox_iou_tracker.py -> build/lib.linux-x86_64-cpython-38/detectron2/tracking
copying detectron2/tracking/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/tracking
copying detectron2/tracking/iou_weighted_hungarian_bbox_iou_tracker.py -> build/lib.linux-x86_64-cpython-38/detectron2/tracking
copying detectron2/tracking/utils.py -> build/lib.linux-x86_64-cpython-38/detectron2/tracking
creating build/lib.linux-x86_64-cpython-38/detectron2/data
copying detectron2/data/build.py -> build/lib.linux-x86_64-cpython-38/detectron2/data
copying detectron2/data/detection_utils.py -> build/lib.linux-x86_64-cpython-38/detectron2/data
copying detectron2/data/catalog.py -> build/lib.linux-x86_64-cpython-38/detectron2/data
copying detectron2/data/dataset_mapper.py -> build/lib.linux-x86_64-cpython-38/detectron2/data
copying detectron2/data/common.py -> build/lib.linux-x86_64-cpython-38/detectron2/data
copying detectron2/data/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/data
copying detectron2/data/benchmark.py -> build/lib.linux-x86_64-cpython-38/detectron2/data
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo
copying detectron2/model_zoo/model_zoo.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo
copying detectron2/model_zoo/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo
creating build/lib.linux-x86_64-cpython-38/detectron2/structures
copying detectron2/structures/image_list.py -> build/lib.linux-x86_64-cpython-38/detectron2/structures
copying detectron2/structures/rotated_boxes.py -> build/lib.linux-x86_64-cpython-38/detectron2/structures
copying detectron2/structures/keypoints.py -> build/lib.linux-x86_64-cpython-38/detectron2/structures
copying detectron2/structures/masks.py -> build/lib.linux-x86_64-cpython-38/detectron2/structures
copying detectron2/structures/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/structures
copying detectron2/structures/instances.py -> build/lib.linux-x86_64-cpython-38/detectron2/structures
copying detectron2/structures/boxes.py -> build/lib.linux-x86_64-cpython-38/detectron2/structures
creating build/lib.linux-x86_64-cpython-38/detectron2/projects
copying detectron2/projects/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects
creating build/lib.linux-x86_64-cpython-38/detectron2/engine
copying detectron2/engine/defaults.py -> build/lib.linux-x86_64-cpython-38/detectron2/engine
copying detectron2/engine/launch.py -> build/lib.linux-x86_64-cpython-38/detectron2/engine
copying detectron2/engine/hooks.py -> build/lib.linux-x86_64-cpython-38/detectron2/engine
copying detectron2/engine/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/engine
copying detectron2/engine/train_loop.py -> build/lib.linux-x86_64-cpython-38/detectron2/engine
creating build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/logger.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/env.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/file_io.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/testing.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/collect_env.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/comm.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/memory.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/serialize.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/develop.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/registry.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/colormap.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/visualizer.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/tracing.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/analysis.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/events.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
copying detectron2/utils/video_visualizer.py -> build/lib.linux-x86_64-cpython-38/detectron2/utils
creating build/lib.linux-x86_64-cpython-38/detectron2/export
copying detectron2/export/flatten.py -> build/lib.linux-x86_64-cpython-38/detectron2/export
copying detectron2/export/caffe2_export.py -> build/lib.linux-x86_64-cpython-38/detectron2/export
copying detectron2/export/caffe2_modeling.py -> build/lib.linux-x86_64-cpython-38/detectron2/export
copying detectron2/export/caffe2_patch.py -> build/lib.linux-x86_64-cpython-38/detectron2/export
copying detectron2/export/caffe2_inference.py -> build/lib.linux-x86_64-cpython-38/detectron2/export
copying detectron2/export/c10.py -> build/lib.linux-x86_64-cpython-38/detectron2/export
copying detectron2/export/torchscript_patch.py -> build/lib.linux-x86_64-cpython-38/detectron2/export
copying detectron2/export/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/export
copying detectron2/export/torchscript.py -> build/lib.linux-x86_64-cpython-38/detectron2/export
copying detectron2/export/shared.py -> build/lib.linux-x86_64-cpython-38/detectron2/export
copying detectron2/export/api.py -> build/lib.linux-x86_64-cpython-38/detectron2/export
creating build/lib.linux-x86_64-cpython-38/detectron2/evaluation
copying detectron2/evaluation/lvis_evaluation.py -> build/lib.linux-x86_64-cpython-38/detectron2/evaluation
copying detectron2/evaluation/rotated_coco_evaluation.py -> build/lib.linux-x86_64-cpython-38/detectron2/evaluation
copying detectron2/evaluation/testing.py -> build/lib.linux-x86_64-cpython-38/detectron2/evaluation
copying detectron2/evaluation/evaluator.py -> build/lib.linux-x86_64-cpython-38/detectron2/evaluation
copying detectron2/evaluation/sem_seg_evaluation.py -> build/lib.linux-x86_64-cpython-38/detectron2/evaluation
copying detectron2/evaluation/panoptic_evaluation.py -> build/lib.linux-x86_64-cpython-38/detectron2/evaluation
copying detectron2/evaluation/coco_evaluation.py -> build/lib.linux-x86_64-cpython-38/detectron2/evaluation
copying detectron2/evaluation/cityscapes_evaluation.py -> build/lib.linux-x86_64-cpython-38/detectron2/evaluation
copying detectron2/evaluation/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/evaluation
copying detectron2/evaluation/fast_eval_api.py -> build/lib.linux-x86_64-cpython-38/detectron2/evaluation
copying detectron2/evaluation/pascal_voc_evaluation.py -> build/lib.linux-x86_64-cpython-38/detectron2/evaluation
creating build/lib.linux-x86_64-cpython-38/detectron2/modeling
copying detectron2/modeling/matcher.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling
copying detectron2/modeling/box_regression.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling
copying detectron2/modeling/sampling.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling
copying detectron2/modeling/postprocessing.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling
copying detectron2/modeling/poolers.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling
copying detectron2/modeling/test_time_augmentation.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling
copying detectron2/modeling/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling
copying detectron2/modeling/mmdet_wrapper.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling
copying detectron2/modeling/anchor_generator.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling
creating build/lib.linux-x86_64-cpython-38/detectron2/checkpoint
copying detectron2/checkpoint/catalog.py -> build/lib.linux-x86_64-cpython-38/detectron2/checkpoint
copying detectron2/checkpoint/detection_checkpoint.py -> build/lib.linux-x86_64-cpython-38/detectron2/checkpoint
copying detectron2/checkpoint/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/checkpoint
copying detectron2/checkpoint/c2_model_loading.py -> build/lib.linux-x86_64-cpython-38/detectron2/checkpoint
creating build/lib.linux-x86_64-cpython-38/detectron2/data/samplers
copying detectron2/data/samplers/distributed_sampler.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/samplers
copying detectron2/data/samplers/grouped_batch_sampler.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/samplers
copying detectron2/data/samplers/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/samplers
creating build/lib.linux-x86_64-cpython-38/detectron2/data/transforms
copying detectron2/data/transforms/augmentation_impl.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/transforms
copying detectron2/data/transforms/transform.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/transforms
copying detectron2/data/transforms/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/transforms
copying detectron2/data/transforms/augmentation.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/transforms
creating build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/coco.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/pascal_voc.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/builtin.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/coco_panoptic.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/lvis_v1_category_image_count.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/lvis.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/lvis_v1_categories.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/register_coco.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/builtin_meta.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/lvis_v0_5_categories.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/cityscapes_panoptic.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
copying detectron2/data/datasets/cityscapes.py -> build/lib.linux-x86_64-cpython-38/detectron2/data/datasets
creating build/lib.linux-x86_64-cpython-38/detectron2/modeling/roi_heads
copying detectron2/modeling/roi_heads/box_head.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/roi_heads
copying detectron2/modeling/roi_heads/cascade_rcnn.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/roi_heads
copying detectron2/modeling/roi_heads/keypoint_head.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/roi_heads
copying detectron2/modeling/roi_heads/mask_head.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/roi_heads
copying detectron2/modeling/roi_heads/roi_heads.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/roi_heads
copying detectron2/modeling/roi_heads/rotated_fast_rcnn.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/roi_heads
copying detectron2/modeling/roi_heads/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/roi_heads
copying detectron2/modeling/roi_heads/fast_rcnn.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/roi_heads
creating build/lib.linux-x86_64-cpython-38/detectron2/modeling/proposal_generator
copying detectron2/modeling/proposal_generator/build.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/proposal_generator
copying detectron2/modeling/proposal_generator/rrpn.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/proposal_generator
copying detectron2/modeling/proposal_generator/proposal_utils.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/proposal_generator
copying detectron2/modeling/proposal_generator/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/proposal_generator
copying detectron2/modeling/proposal_generator/rpn.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/proposal_generator
creating build/lib.linux-x86_64-cpython-38/detectron2/modeling/meta_arch
copying detectron2/modeling/meta_arch/build.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/meta_arch
copying detectron2/modeling/meta_arch/dense_detector.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/meta_arch
copying detectron2/modeling/meta_arch/fcos.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/meta_arch
copying detectron2/modeling/meta_arch/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/meta_arch
copying detectron2/modeling/meta_arch/semantic_seg.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/meta_arch
copying detectron2/modeling/meta_arch/panoptic_fpn.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/meta_arch
copying detectron2/modeling/meta_arch/retinanet.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/meta_arch
copying detectron2/modeling/meta_arch/rcnn.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/meta_arch
creating build/lib.linux-x86_64-cpython-38/detectron2/modeling/backbone
copying detectron2/modeling/backbone/build.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/backbone
copying detectron2/modeling/backbone/backbone.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/backbone
copying detectron2/modeling/backbone/resnet.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/backbone
copying detectron2/modeling/backbone/fpn.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/backbone
copying detectron2/modeling/backbone/swin.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/backbone
copying detectron2/modeling/backbone/regnet.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/backbone
copying detectron2/modeling/backbone/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/backbone
copying detectron2/modeling/backbone/mvit.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/backbone
copying detectron2/modeling/backbone/utils.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/backbone
copying detectron2/modeling/backbone/vit.py -> build/lib.linux-x86_64-cpython-38/detectron2/modeling/backbone
creating build/lib.linux-x86_64-cpython-38/detectron2/projects/point_rend
copying projects/PointRend/point_rend/point_head.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/point_rend
copying projects/PointRend/point_rend/mask_head.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/point_rend
copying projects/PointRend/point_rend/point_features.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/point_rend
copying projects/PointRend/point_rend/roi_heads.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/point_rend
copying projects/PointRend/point_rend/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/point_rend
copying projects/PointRend/point_rend/config.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/point_rend
copying projects/PointRend/point_rend/semantic_seg.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/point_rend
copying projects/PointRend/point_rend/color_augmentation.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/point_rend
creating build/lib.linux-x86_64-cpython-38/detectron2/projects/deeplab
copying projects/DeepLab/deeplab/loss.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/deeplab
copying projects/DeepLab/deeplab/build_solver.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/deeplab
copying projects/DeepLab/deeplab/resnet.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/deeplab
copying projects/DeepLab/deeplab/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/deeplab
copying projects/DeepLab/deeplab/config.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/deeplab
copying projects/DeepLab/deeplab/semantic_seg.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/deeplab
copying projects/DeepLab/deeplab/lr_scheduler.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/deeplab
creating build/lib.linux-x86_64-cpython-38/detectron2/projects/panoptic_deeplab
copying projects/Panoptic-DeepLab/panoptic_deeplab/dataset_mapper.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/panoptic_deeplab
copying projects/Panoptic-DeepLab/panoptic_deeplab/panoptic_seg.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/panoptic_deeplab
copying projects/Panoptic-DeepLab/panoptic_deeplab/target_generator.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/panoptic_deeplab
copying projects/Panoptic-DeepLab/panoptic_deeplab/init.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/panoptic_deeplab
copying projects/Panoptic-DeepLab/panoptic_deeplab/config.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/panoptic_deeplab
copying projects/Panoptic-DeepLab/panoptic_deeplab/post_processing.py -> build/lib.linux-x86_64-cpython-38/detectron2/projects/panoptic_deeplab
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs
copying detectron2/model_zoo/configs/Base-RetinaNet.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs
copying detectron2/model_zoo/configs/Base-RCNN-FPN.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs
copying detectron2/model_zoo/configs/Base-RCNN-DilatedC5.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs
copying detectron2/model_zoo/configs/Base-RCNN-C4.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/LVISv0.5-InstanceSegmentation
copying detectron2/model_zoo/configs/LVISv0.5-InstanceSegmentation/mask_rcnn_R_50_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/LVISv0.5-InstanceSegmentation
copying detectron2/model_zoo/configs/LVISv0.5-InstanceSegmentation/mask_rcnn_X_101_32x8d_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/LVISv0.5-InstanceSegmentation
copying detectron2/model_zoo/configs/LVISv0.5-InstanceSegmentation/mask_rcnn_R_101_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/LVISv0.5-InstanceSegmentation
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Detectron1-Comparisons
copying detectron2/model_zoo/configs/Detectron1-Comparisons/faster_rcnn_R_50_FPN_noaug_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Detectron1-Comparisons
copying detectron2/model_zoo/configs/Detectron1-Comparisons/mask_rcnn_R_50_FPN_noaug_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Detectron1-Comparisons
copying detectron2/model_zoo/configs/Detectron1-Comparisons/keypoint_rcnn_R_50_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Detectron1-Comparisons
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/semantic_R_50_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/scratch_mask_rcnn_R_50_FPN_9x_syncbn.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/scratch_mask_rcnn_R_50_FPN_9x_gn.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/cascade_mask_rcnn_R_50_FPN_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/mask_rcnn_R_50_FPN_3x_gn.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/mask_rcnn_R_50_FPN_3x_syncbn.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/mask_rcnn_R_50_FPN_1x_cls_agnostic.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/panoptic_fpn_R_101_dconv_cascade_gn_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/mask_rcnn_R_50_FPN_3x_dconv_c3-c5.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/cascade_mask_rcnn_X_152_32x8d_FPN_IN5k_gn_dconv.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/mask_rcnn_R_50_FPN_1x_dconv_c3-c5.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/scratch_mask_rcnn_R_50_FPN_3x_gn.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/cascade_mask_rcnn_R_50_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_X_101_32x8d_FPN_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_R_50_C4_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_R_101_C4_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_R_50_C4_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_R_101_FPN_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_1x_giou.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_R_50_DC5_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_R_101_DC5_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_R_50_DC5_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/LVISv1-InstanceSegmentation
copying detectron2/model_zoo/configs/LVISv1-InstanceSegmentation/mask_rcnn_R_50_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/LVISv1-InstanceSegmentation
copying detectron2/model_zoo/configs/LVISv1-InstanceSegmentation/mask_rcnn_X_101_32x8d_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/LVISv1-InstanceSegmentation
copying detectron2/model_zoo/configs/LVISv1-InstanceSegmentation/mask_rcnn_R_101_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/LVISv1-InstanceSegmentation
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/faster_rcnn_R_50_DC5_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/retinanet_R_101_FPN_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/faster_rcnn_R_50_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/faster_rcnn_R_50_FPN_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/faster_rcnn_R_50_C4_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/faster_rcnn_R_50_C4_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/faster_rcnn_R_101_FPN_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/faster_rcnn_X_101_32x8d_FPN_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/faster_rcnn_R_101_DC5_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/retinanet_R_50_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/rpn_R_50_C4_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/fast_rcnn_R_50_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/faster_rcnn_R_101_C4_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/retinanet_R_50_FPN_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/rpn_R_50_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/faster_rcnn_R_50_DC5_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Cityscapes
copying detectron2/model_zoo/configs/Cityscapes/mask_rcnn_R_50_FPN.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Cityscapes
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-PanopticSegmentation
copying detectron2/model_zoo/configs/COCO-PanopticSegmentation/Base-Panoptic-FPN.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-PanopticSegmentation
copying detectron2/model_zoo/configs/COCO-PanopticSegmentation/panoptic_fpn_R_101_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-PanopticSegmentation
copying detectron2/model_zoo/configs/COCO-PanopticSegmentation/panoptic_fpn_R_50_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-PanopticSegmentation
copying detectron2/model_zoo/configs/COCO-PanopticSegmentation/panoptic_fpn_R_50_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-PanopticSegmentation
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/cascade_mask_rcnn_R_50_FPN_instant_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/retinanet_R_50_FPN_inference_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/retinanet_R_50_FPN_instant_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/mask_rcnn_R_50_C4_GCV_instant_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/rpn_R_50_FPN_instant_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/keypoint_rcnn_R_50_FPN_inference_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/semantic_R_50_FPN_instant_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/panoptic_fpn_R_50_inference_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/panoptic_fpn_R_50_training_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/mask_rcnn_R_50_C4_inference_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/mask_rcnn_R_50_FPN_pred_boxes_training_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/rpn_R_50_FPN_inference_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/semantic_R_50_FPN_inference_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/panoptic_fpn_R_50_instant_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/fast_rcnn_R_50_FPN_instant_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/keypoint_rcnn_R_50_FPN_training_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/mask_rcnn_R_50_C4_training_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/fast_rcnn_R_50_FPN_inference_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/mask_rcnn_R_50_FPN_training_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/mask_rcnn_R_50_DC5_inference_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/keypoint_rcnn_R_50_FPN_normalized_training_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/mask_rcnn_R_50_FPN_instant_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/mask_rcnn_R_50_C4_instant_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/cascade_mask_rcnn_R_50_FPN_inference_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/semantic_R_50_FPN_training_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/mask_rcnn_R_50_FPN_inference_acc_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
copying detectron2/model_zoo/configs/quick_schedules/keypoint_rcnn_R_50_FPN_instant_test.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/quick_schedules
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Keypoints
copying detectron2/model_zoo/configs/COCO-Keypoints/keypoint_rcnn_R_50_FPN_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Keypoints
copying detectron2/model_zoo/configs/COCO-Keypoints/keypoint_rcnn_R_101_FPN_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Keypoints
copying detectron2/model_zoo/configs/COCO-Keypoints/Base-Keypoint-RCNN-FPN.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Keypoints
copying detectron2/model_zoo/configs/COCO-Keypoints/keypoint_rcnn_X_101_32x8d_FPN_3x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Keypoints
copying detectron2/model_zoo/configs/COCO-Keypoints/keypoint_rcnn_R_50_FPN_1x.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Keypoints
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/PascalVOC-Detection
copying detectron2/model_zoo/configs/PascalVOC-Detection/faster_rcnn_R_50_C4.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/PascalVOC-Detection
copying detectron2/model_zoo/configs/PascalVOC-Detection/faster_rcnn_R_50_FPN.yaml -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/PascalVOC-Detection
copying detectron2/model_zoo/configs/Misc/mmdet_mask_rcnn_R_50_FPN_1x.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/Misc/torchvision_imagenet_R_50.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/Misc
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_R_50_C4_1x.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_regnetx_4gf_dds_fpn_1x.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_regnety_4gf_dds_fpn_1x.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
copying detectron2/model_zoo/configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_1x.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-InstanceSegmentation
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common
copying detectron2/model_zoo/configs/common/optim.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common
copying detectron2/model_zoo/configs/common/coco_schedule.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common
copying detectron2/model_zoo/configs/common/train.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/models
copying detectron2/model_zoo/configs/common/models/mask_rcnn_vitdet.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/models
copying detectron2/model_zoo/configs/common/models/cascade_rcnn.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/models
copying detectron2/model_zoo/configs/common/models/mask_rcnn_c4.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/models
copying detectron2/model_zoo/configs/common/models/fcos.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/models
copying detectron2/model_zoo/configs/common/models/panoptic_fpn.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/models
copying detectron2/model_zoo/configs/common/models/retinanet.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/models
copying detectron2/model_zoo/configs/common/models/mask_rcnn_fpn.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/models
copying detectron2/model_zoo/configs/common/models/keypoint_rcnn_fpn.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/models
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/data
copying detectron2/model_zoo/configs/common/data/coco.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/data
copying detectron2/model_zoo/configs/common/data/constants.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/data
copying detectron2/model_zoo/configs/common/data/coco_keypoint.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/data
copying detectron2/model_zoo/configs/common/data/coco_panoptic_separated.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/common/data
copying detectron2/model_zoo/configs/COCO-Detection/fcos_R_50_FPN_1x.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
copying detectron2/model_zoo/configs/COCO-Detection/retinanet_R_50_FPN_1x.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Detection
creating build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_regnetx_4gf_dds_FPN_200ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_regnety_4gf_dds_FPN_400ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_regnetx_4gf_dds_FPN_100ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_R_50_FPN_200ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_regnety_4gf_dds_FPN_200ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_R_101_FPN_400ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_regnety_4gf_dds_FPN_100ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_R_50_FPN_400ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_R_50_FPN_100ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_regnetx_4gf_dds_FPN_400ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_R_101_FPN_200ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_R_101_FPN_100ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/new_baselines/mask_rcnn_R_50_FPN_50ep_LSJ.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/new_baselines
copying detectron2/model_zoo/configs/COCO-PanopticSegmentation/panoptic_fpn_R_50_1x.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-PanopticSegmentation
copying detectron2/model_zoo/configs/COCO-Keypoints/keypoint_rcnn_R_50_FPN_1x.py -> build/lib.linux-x86_64-cpython-38/detectron2/model_zoo/configs/COCO-Keypoints
running build_ext
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-req-build-fywjwfho/setup.py", line 151, in
setup(
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/init.py", line 117, in setup
return distutils.core.setup(**attrs)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 183, in setup
return run_commands(dist)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 199, in run_commands
dist.run_commands()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 954, in run_commands
self.run_command(cmd)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/dist.py", line 950, in run_command
super().run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/command/bdist_wheel.py", line 398, in run
self.run_command("build")
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
self.distribution.run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/dist.py", line 950, in run_command
super().run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
self.distribution.run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/dist.py", line 950, in run_command
super().run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 98, in run
_build_ext.run(self)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 359, in run
self.build_extensions()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 518, in build_extensions
_check_cuda_version(compiler_name, compiler_version)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 413, in _check_cuda_version
raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda))
RuntimeError:
The detected CUDA version (11.8) mismatches the version that was used to compile
PyTorch (12.1). Please make sure to use the same CUDA versions.

  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for detectron2
Running setup.py clean for detectron2
Failed to build detectron2
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (detectron2)
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
Requirement already satisfied: cython in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (3.0.12)
Requirement already satisfied: opencv-python in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (4.11.0.86)
Requirement already satisfied: scipy in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (1.10.1)
Requirement already satisfied: pandas in /home/hx/.local/lib/python3.8/site-packages (2.0.3)
Requirement already satisfied: einops in /home/hx/.local/lib/python3.8/site-packages (0.7.0)
Requirement already satisfied: open_clip_torch in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (2.30.0)
Requirement already satisfied: open3d in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (0.19.0)
Requirement already satisfied: numpy>=1.17.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from opencv-python) (1.24.1)
Requirement already satisfied: python-dateutil>=2.8.2 in /home/hx/.local/lib/python3.8/site-packages (from pandas) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in /home/hx/.local/lib/python3.8/site-packages (from pandas) (2023.3.post1)
Requirement already satisfied: tzdata>=2022.1 in /home/hx/.local/lib/python3.8/site-packages (from pandas) (2023.3)
Requirement already satisfied: torch>=1.9.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open_clip_torch) (2.4.1+cu121)
Requirement already satisfied: torchvision in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open_clip_torch) (0.19.1+cu121)
Requirement already satisfied: regex in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open_clip_torch) (2024.11.6)
Requirement already satisfied: ftfy in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open_clip_torch) (6.2.3)
Requirement already satisfied: tqdm in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open_clip_torch) (4.67.1)
Requirement already satisfied: huggingface-hub in /home/hx/.local/lib/python3.8/site-packages (from open_clip_torch) (0.19.4)
Requirement already satisfied: safetensors in /home/hx/.local/lib/python3.8/site-packages (from open_clip_torch) (0.4.1)
Requirement already satisfied: timm in /home/hx/.local/lib/python3.8/site-packages (from open_clip_torch) (0.9.12)
Requirement already satisfied: dash>=2.6.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open3d) (2.18.2)
Requirement already satisfied: werkzeug>=3.0.0 in /home/hx/.local/lib/python3.8/site-packages (from open3d) (3.0.1)
Requirement already satisfied: flask>=3.0.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open3d) (3.0.3)
Requirement already satisfied: nbformat>=5.7.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open3d) (5.10.4)
Requirement already satisfied: configargparse in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open3d) (1.7)
Requirement already satisfied: ipywidgets>=8.0.4 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open3d) (8.1.5)
Requirement already satisfied: addict in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open3d) (2.4.0)
Requirement already satisfied: pillow>=9.3.0 in /home/hx/.local/lib/python3.8/site-packages (from open3d) (10.1.0)
Requirement already satisfied: matplotlib>=3 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open3d) (3.7.5)
Requirement already satisfied: pyyaml>=5.4.1 in /home/hx/.local/lib/python3.8/site-packages (from open3d) (6.0.1)
Requirement already satisfied: scikit-learn>=0.21 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open3d) (1.3.2)
Requirement already satisfied: pyquaternion in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from open3d) (0.9.9)
Requirement already satisfied: plotly>=5.0.0 in /home/hx/.local/lib/python3.8/site-packages (from dash>=2.6.0->open3d) (5.18.0)
Requirement already satisfied: dash-html-components==2.0.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from dash>=2.6.0->open3d) (2.0.0)
Requirement already satisfied: dash-core-components==2.0.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from dash>=2.6.0->open3d) (2.0.0)
Requirement already satisfied: dash-table==5.0.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from dash>=2.6.0->open3d) (5.0.0)
Requirement already satisfied: importlib-metadata in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from dash>=2.6.0->open3d) (8.5.0)
Requirement already satisfied: typing-extensions>=4.1.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from dash>=2.6.0->open3d) (4.12.2)
Requirement already satisfied: requests in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from dash>=2.6.0->open3d) (2.32.3)
Requirement already satisfied: retrying in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from dash>=2.6.0->open3d) (1.3.4)
Requirement already satisfied: nest-asyncio in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from dash>=2.6.0->open3d) (1.6.0)
Requirement already satisfied: setuptools in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from dash>=2.6.0->open3d) (75.1.0)
Requirement already satisfied: Jinja2>=3.1.2 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from flask>=3.0.0->open3d) (3.1.4)
Requirement already satisfied: itsdangerous>=2.1.2 in /home/hx/.local/lib/python3.8/site-packages (from flask>=3.0.0->open3d) (2.1.2)
Requirement already satisfied: click>=8.1.3 in /home/hx/.local/lib/python3.8/site-packages (from flask>=3.0.0->open3d) (8.1.7)
Requirement already satisfied: blinker>=1.6.2 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from flask>=3.0.0->open3d) (1.8.2)
Requirement already satisfied: comm>=0.1.3 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from ipywidgets>=8.0.4->open3d) (0.2.2)
Requirement already satisfied: ipython>=6.1.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from ipywidgets>=8.0.4->open3d) (8.12.3)
Requirement already satisfied: traitlets>=4.3.1 in /home/hx/.local/lib/python3.8/site-packages (from ipywidgets>=8.0.4->open3d) (5.14.0)
Requirement already satisfied: widgetsnbextension~=4.0.12 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from ipywidgets>=8.0.4->open3d) (4.0.13)
Requirement already satisfied: jupyterlab-widgets~=3.0.12 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from ipywidgets>=8.0.4->open3d) (3.0.13)
Requirement already satisfied: contourpy>=1.0.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib>=3->open3d) (1.1.1)
Requirement already satisfied: cycler>=0.10 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib>=3->open3d) (0.12.1)
Requirement already satisfied: fonttools>=4.22.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib>=3->open3d) (4.56.0)
Requirement already satisfied: kiwisolver>=1.0.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib>=3->open3d) (1.4.7)
Requirement already satisfied: packaging>=20.0 in /home/hx/.local/lib/python3.8/site-packages (from matplotlib>=3->open3d) (23.2)
Requirement already satisfied: pyparsing>=2.3.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib>=3->open3d) (3.1.4)
Requirement already satisfied: importlib-resources>=3.2.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib>=3->open3d) (6.4.5)
Requirement already satisfied: fastjsonschema>=2.15 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from nbformat>=5.7.0->open3d) (2.21.1)
Requirement already satisfied: jsonschema>=2.6 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from nbformat>=5.7.0->open3d) (4.23.0)
Requirement already satisfied: jupyter-core!=5.0.,>=4.12 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from nbformat>=5.7.0->open3d) (5.7.2)
Requirement already satisfied: six>=1.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from python-dateutil>=2.8.2->pandas) (1.17.0)
Requirement already satisfied: joblib>=1.1.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from scikit-learn>=0.21->open3d) (1.4.2)
Requirement already satisfied: threadpoolctl>=2.0.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from scikit-learn>=0.21->open3d) (3.5.0)
Requirement already satisfied: filelock in /home/hx/.local/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (3.13.1)
Requirement already satisfied: sympy in /home/hx/.local/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (1.12)
Requirement already satisfied: networkx in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (3.0)
Requirement already satisfied: fsspec in /home/hx/.local/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (2023.12.2)
Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /home/hx/.local/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (12.1.105)
Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /home/hx/.local/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (12.1.105)
Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /home/hx/.local/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (12.1.105)
Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (9.1.0.70)
Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /home/hx/.local/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (12.1.3.1)
Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /home/hx/.local/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (11.0.2.54)
Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /home/hx/.local/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (10.3.2.106)
Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /home/hx/.local/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (11.4.5.107)
Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /home/hx/.local/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (12.1.0.106)
Requirement already satisfied: nvidia-nccl-cu12==2.20.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (2.20.5)
Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /home/hx/.local/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (12.1.105)
Requirement already satisfied: triton==3.0.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch>=1.9.0->open_clip_torch) (3.0.0)
Requirement already satisfied: nvidia-nvjitlink-cu12 in /home/hx/.local/lib/python3.8/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.9.0->open_clip_torch) (12.3.101)
Requirement already satisfied: MarkupSafe>=2.1.1 in /home/hx/.local/lib/python3.8/site-packages (from werkzeug>=3.0.0->open3d) (2.1.3)
Requirement already satisfied: wcwidth<0.3.0,>=0.2.12 in /home/hx/.local/lib/python3.8/site-packages (from ftfy->open_clip_torch) (0.2.12)
Requirement already satisfied: zipp>=3.20 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from importlib-metadata->dash>=2.6.0->open3d) (3.20.2)
Requirement already satisfied: backcall in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (0.2.0)
Requirement already satisfied: decorator in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (5.1.1)
Requirement already satisfied: jedi>=0.16 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (0.19.2)
Requirement already satisfied: matplotlib-inline in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (0.1.7)
Requirement already satisfied: pickleshare in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (0.7.5)
Requirement already satisfied: prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (3.0.50)
Requirement already satisfied: pygments>=2.4.0 in /home/hx/.local/lib/python3.8/site-packages (from ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (2.17.2)
Requirement already satisfied: stack-data in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (0.6.3)
Requirement already satisfied: pexpect>4.3 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (4.9.0)
Requirement already satisfied: attrs>=22.2.0 in /home/hx/.local/lib/python3.8/site-packages (from jsonschema>=2.6->nbformat>=5.7.0->open3d) (23.1.0)
Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from jsonschema>=2.6->nbformat>=5.7.0->open3d) (2023.12.1)
Requirement already satisfied: pkgutil-resolve-name>=1.3.10 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from jsonschema>=2.6->nbformat>=5.7.0->open3d) (1.3.10)
Requirement already satisfied: referencing>=0.28.4 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from jsonschema>=2.6->nbformat>=5.7.0->open3d) (0.35.1)
Requirement already satisfied: rpds-py>=0.7.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from jsonschema>=2.6->nbformat>=5.7.0->open3d) (0.20.1)
Requirement already satisfied: platformdirs>=2.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from jupyter-core!=5.0.
,>=4.12->nbformat>=5.7.0->open3d) (4.3.6)
Requirement already satisfied: tenacity>=6.2.0 in /home/hx/.local/lib/python3.8/site-packages (from plotly>=5.0.0->dash>=2.6.0->open3d) (8.2.3)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from requests->dash>=2.6.0->open3d) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from requests->dash>=2.6.0->open3d) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from requests->dash>=2.6.0->open3d) (2.2.3)
Requirement already satisfied: certifi>=2017.4.17 in /home/hx/.local/lib/python3.8/site-packages (from requests->dash>=2.6.0->open3d) (2023.11.17)
Requirement already satisfied: mpmath>=0.19 in /home/hx/.local/lib/python3.8/site-packages (from sympy->torch>=1.9.0->open_clip_torch) (1.3.0)
Requirement already satisfied: parso<0.9.0,>=0.8.4 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from jedi>=0.16->ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (0.8.4)
Requirement already satisfied: ptyprocess>=0.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from pexpect>4.3->ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (0.7.0)
Requirement already satisfied: executing>=1.2.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from stack-data->ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (2.2.0)
Requirement already satisfied: asttokens>=2.1.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from stack-data->ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (3.0.0)
Requirement already satisfied: pure-eval in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from stack-data->ipython>=6.1.0->ipywidgets>=8.0.4->open3d) (0.2.3)
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
Collecting git+https://github.com/apple/ml-depth-pro.git@b2cd0d5
Cloning https://github.com/apple/ml-depth-pro.git (to revision b2cd0d5) to /tmp/pip-req-build-niqp68b2
Running command git clone --filter=blob:none --quiet https://github.com/apple/ml-depth-pro.git /tmp/pip-req-build-niqp68b2
WARNING: Did not find branch or tag 'b2cd0d5', assuming revision or ref.
Running command git checkout -q b2cd0d5
Resolved https://github.com/apple/ml-depth-pro.git to commit b2cd0d5
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: torch in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from depth_pro==0.1) (2.4.1+cu121)
Requirement already satisfied: torchvision in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from depth_pro==0.1) (0.19.1+cu121)
Requirement already satisfied: timm in /home/hx/.local/lib/python3.8/site-packages (from depth_pro==0.1) (0.9.12)
Requirement already satisfied: numpy<2 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from depth_pro==0.1) (1.24.1)
Requirement already satisfied: pillow-heif in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from depth_pro==0.1) (0.18.0)
Requirement already satisfied: matplotlib in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from depth_pro==0.1) (3.7.5)
Requirement already satisfied: contourpy>=1.0.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib->depth_pro==0.1) (1.1.1)
Requirement already satisfied: cycler>=0.10 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib->depth_pro==0.1) (0.12.1)
Requirement already satisfied: fonttools>=4.22.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib->depth_pro==0.1) (4.56.0)
Requirement already satisfied: kiwisolver>=1.0.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib->depth_pro==0.1) (1.4.7)
Requirement already satisfied: packaging>=20.0 in /home/hx/.local/lib/python3.8/site-packages (from matplotlib->depth_pro==0.1) (23.2)
Requirement already satisfied: pillow>=6.2.0 in /home/hx/.local/lib/python3.8/site-packages (from matplotlib->depth_pro==0.1) (10.1.0)
Requirement already satisfied: pyparsing>=2.3.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib->depth_pro==0.1) (3.1.4)
Requirement already satisfied: python-dateutil>=2.7 in /home/hx/.local/lib/python3.8/site-packages (from matplotlib->depth_pro==0.1) (2.8.2)
Requirement already satisfied: importlib-resources>=3.2.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib->depth_pro==0.1) (6.4.5)
Requirement already satisfied: pyyaml in /home/hx/.local/lib/python3.8/site-packages (from timm->depth_pro==0.1) (6.0.1)
Requirement already satisfied: huggingface-hub in /home/hx/.local/lib/python3.8/site-packages (from timm->depth_pro==0.1) (0.19.4)
Requirement already satisfied: safetensors in /home/hx/.local/lib/python3.8/site-packages (from timm->depth_pro==0.1) (0.4.1)
Requirement already satisfied: filelock in /home/hx/.local/lib/python3.8/site-packages (from torch->depth_pro==0.1) (3.13.1)
Requirement already satisfied: typing-extensions>=4.8.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch->depth_pro==0.1) (4.12.2)
Requirement already satisfied: sympy in /home/hx/.local/lib/python3.8/site-packages (from torch->depth_pro==0.1) (1.12)
Requirement already satisfied: networkx in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch->depth_pro==0.1) (3.0)
Requirement already satisfied: jinja2 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch->depth_pro==0.1) (3.1.4)
Requirement already satisfied: fsspec in /home/hx/.local/lib/python3.8/site-packages (from torch->depth_pro==0.1) (2023.12.2)
Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /home/hx/.local/lib/python3.8/site-packages (from torch->depth_pro==0.1) (12.1.105)
Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /home/hx/.local/lib/python3.8/site-packages (from torch->depth_pro==0.1) (12.1.105)
Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /home/hx/.local/lib/python3.8/site-packages (from torch->depth_pro==0.1) (12.1.105)
Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch->depth_pro==0.1) (9.1.0.70)
Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /home/hx/.local/lib/python3.8/site-packages (from torch->depth_pro==0.1) (12.1.3.1)
Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /home/hx/.local/lib/python3.8/site-packages (from torch->depth_pro==0.1) (11.0.2.54)
Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /home/hx/.local/lib/python3.8/site-packages (from torch->depth_pro==0.1) (10.3.2.106)
Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /home/hx/.local/lib/python3.8/site-packages (from torch->depth_pro==0.1) (11.4.5.107)
Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /home/hx/.local/lib/python3.8/site-packages (from torch->depth_pro==0.1) (12.1.0.106)
Requirement already satisfied: nvidia-nccl-cu12==2.20.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch->depth_pro==0.1) (2.20.5)
Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /home/hx/.local/lib/python3.8/site-packages (from torch->depth_pro==0.1) (12.1.105)
Requirement already satisfied: triton==3.0.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch->depth_pro==0.1) (3.0.0)
Requirement already satisfied: nvidia-nvjitlink-cu12 in /home/hx/.local/lib/python3.8/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch->depth_pro==0.1) (12.3.101)
Requirement already satisfied: zipp>=3.1.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from importlib-resources>=3.2.0->matplotlib->depth_pro==0.1) (3.20.2)
Requirement already satisfied: six>=1.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from python-dateutil>=2.7->matplotlib->depth_pro==0.1) (1.17.0)
Requirement already satisfied: requests in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from huggingface-hub->timm->depth_pro==0.1) (2.32.3)
Requirement already satisfied: tqdm>=4.42.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from huggingface-hub->timm->depth_pro==0.1) (4.67.1)
Requirement already satisfied: MarkupSafe>=2.0 in /home/hx/.local/lib/python3.8/site-packages (from jinja2->torch->depth_pro==0.1) (2.1.3)
Requirement already satisfied: mpmath>=0.19 in /home/hx/.local/lib/python3.8/site-packages (from sympy->torch->depth_pro==0.1) (1.3.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from requests->huggingface-hub->timm->depth_pro==0.1) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from requests->huggingface-hub->timm->depth_pro==0.1) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from requests->huggingface-hub->timm->depth_pro==0.1) (2.2.3)
Requirement already satisfied: certifi>=2017.4.17 in /home/hx/.local/lib/python3.8/site-packages (from requests->huggingface-hub->timm->depth_pro==0.1) (2023.11.17)
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
Collecting git+https://github.com/facebookresearch/segment-anything.git@dca509f
Cloning https://github.com/facebookresearch/segment-anything.git (to revision dca509f) to /tmp/pip-req-build-kezsfzfn
Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/segment-anything.git /tmp/pip-req-build-kezsfzfn
WARNING: Did not find branch or tag 'dca509f', assuming revision or ref.
Running command git checkout -q dca509f
Resolved https://github.com/facebookresearch/segment-anything.git to commit dca509f
Preparing metadata (setup.py) ... done
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
Collecting git+https://github.com/IDEA-Research/GroundingDINO.git@856dde2
Cloning https://github.com/IDEA-Research/GroundingDINO.git (to revision 856dde2) to /tmp/pip-req-build-1jtozc9l
Running command git clone --filter=blob:none --quiet https://github.com/IDEA-Research/GroundingDINO.git /tmp/pip-req-build-1jtozc9l
WARNING: Did not find branch or tag '856dde2', assuming revision or ref.
Running command git checkout -q 856dde2
Resolved https://github.com/IDEA-Research/GroundingDINO.git to commit 856dde2
Preparing metadata (setup.py) ... done
Requirement already satisfied: torch in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from groundingdino==0.1.0) (2.4.1+cu121)
Requirement already satisfied: torchvision in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from groundingdino==0.1.0) (0.19.1+cu121)
Collecting transformers (from groundingdino==0.1.0)
Downloading https://mirrors.aliyun.com/pypi/packages/51/51/b87caa939fedf307496e4dbf412f4b909af3d9ca8b189fc3b65c1faa456f/transformers-4.46.3-py3-none-any.whl (10.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.0/10.0 MB 854.0 kB/s eta 0:00:00
Requirement already satisfied: addict in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from groundingdino==0.1.0) (2.4.0)
Collecting yapf (from groundingdino==0.1.0)
Downloading https://mirrors.aliyun.com/pypi/packages/37/81/6acd6601f61e31cfb8729d3da6d5df966f80f374b78eff83760714487338/yapf-0.43.0-py3-none-any.whl (256 kB)
Requirement already satisfied: timm in /home/hx/.local/lib/python3.8/site-packages (from groundingdino==0.1.0) (0.9.12)
Requirement already satisfied: numpy in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from groundingdino==0.1.0) (1.24.1)
Requirement already satisfied: opencv-python in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from groundingdino==0.1.0) (4.11.0.86)
Collecting supervision>=0.22.0 (from groundingdino==0.1.0)
Downloading https://mirrors.aliyun.com/pypi/packages/c1/24/d3bcad7ece751166ed308c6deb7e7d02a62a7f5a6e01e61ff2787c538fb0/supervision-0.25.1-py3-none-any.whl (181 kB)
Collecting pycocotools (from groundingdino==0.1.0)
Using cached https://mirrors.aliyun.com/pypi/packages/6c/11/6cb76ebc71388ac17691bc3da76276d1642af30bf9097de9bb5f64c92cfa/pycocotools-2.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (439 kB)
Requirement already satisfied: contourpy>=1.0.7 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from supervision>=0.22.0->groundingdino==0.1.0) (1.1.1)
Collecting defusedxml<0.8.0,>=0.7.1 (from supervision>=0.22.0->groundingdino==0.1.0)
Downloading https://mirrors.aliyun.com/pypi/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Requirement already satisfied: matplotlib<3.8.0,>=3.6.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from supervision>=0.22.0->groundingdino==0.1.0) (3.7.5)
Requirement already satisfied: pillow>=9.4 in /home/hx/.local/lib/python3.8/site-packages (from supervision>=0.22.0->groundingdino==0.1.0) (10.1.0)
Requirement already satisfied: pyyaml>=5.3 in /home/hx/.local/lib/python3.8/site-packages (from supervision>=0.22.0->groundingdino==0.1.0) (6.0.1)
Requirement already satisfied: requests>=2.26.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from supervision>=0.22.0->groundingdino==0.1.0) (2.32.3)
Collecting scipy==1.10.0 (from supervision>=0.22.0->groundingdino==0.1.0)
Downloading https://mirrors.aliyun.com/pypi/packages/d9/9c/ed263f84bb54ce0a4b0774f8ef21b45a70d54196a1b4bca9bb7a3c837437/scipy-1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.5/34.5 MB 867.4 kB/s eta 0:00:00
Requirement already satisfied: tqdm>=4.62.3 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from supervision>=0.22.0->groundingdino==0.1.0) (4.67.1)
Requirement already satisfied: huggingface-hub in /home/hx/.local/lib/python3.8/site-packages (from timm->groundingdino==0.1.0) (0.19.4)
Requirement already satisfied: safetensors in /home/hx/.local/lib/python3.8/site-packages (from timm->groundingdino==0.1.0) (0.4.1)
Requirement already satisfied: filelock in /home/hx/.local/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (3.13.1)
Requirement already satisfied: typing-extensions>=4.8.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (4.12.2)
Requirement already satisfied: sympy in /home/hx/.local/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (1.12)
Requirement already satisfied: networkx in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (3.0)
Requirement already satisfied: jinja2 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (3.1.4)
Requirement already satisfied: fsspec in /home/hx/.local/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (2023.12.2)
Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /home/hx/.local/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (12.1.105)
Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /home/hx/.local/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (12.1.105)
Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /home/hx/.local/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (12.1.105)
Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (9.1.0.70)
Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /home/hx/.local/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (12.1.3.1)
Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /home/hx/.local/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (11.0.2.54)
Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /home/hx/.local/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (10.3.2.106)
Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /home/hx/.local/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (11.4.5.107)
Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /home/hx/.local/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (12.1.0.106)
Requirement already satisfied: nvidia-nccl-cu12==2.20.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (2.20.5)
Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /home/hx/.local/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (12.1.105)
Requirement already satisfied: triton==3.0.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from torch->groundingdino==0.1.0) (3.0.0)
Requirement already satisfied: nvidia-nvjitlink-cu12 in /home/hx/.local/lib/python3.8/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch->groundingdino==0.1.0) (12.3.101)
Collecting huggingface-hub (from timm->groundingdino==0.1.0)
Downloading https://mirrors.aliyun.com/pypi/packages/ea/da/6c2bea5327b640920267d3bf2c9fc114cfbd0a5de234d81cda80cc9e33c8/huggingface_hub-0.28.1-py3-none-any.whl (464 kB)
Requirement already satisfied: packaging>=20.0 in /home/hx/.local/lib/python3.8/site-packages (from transformers->groundingdino==0.1.0) (23.2)
Requirement already satisfied: regex!=2019.12.17 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from transformers->groundingdino==0.1.0) (2024.11.6)
Collecting tokenizers<0.21,>=0.20 (from transformers->groundingdino==0.1.0)
Downloading https://mirrors.aliyun.com/pypi/packages/02/52/cd7b83b6e0a1fda503ca7184b0162583de6d2f176dda9aa02abf80cb247b/tokenizers-0.20.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 807.9 kB/s eta 0:00:00
Requirement already satisfied: platformdirs>=3.5.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from yapf->groundingdino==0.1.0) (4.3.6)
Collecting tomli>=2.0.1 (from yapf->groundingdino==0.1.0)
Using cached https://mirrors.aliyun.com/pypi/packages/6e/c2/61d3e0f47e2b74ef40a68b9e6ad5984f6241a942f7cd3bbfbdbd03861ea9/tomli-2.2.1-py3-none-any.whl (14 kB)
Requirement already satisfied: cycler>=0.10 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib<3.8.0,>=3.6.0->supervision>=0.22.0->groundingdino==0.1.0) (0.12.1)
Requirement already satisfied: fonttools>=4.22.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib<3.8.0,>=3.6.0->supervision>=0.22.0->groundingdino==0.1.0) (4.56.0)
Requirement already satisfied: kiwisolver>=1.0.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib<3.8.0,>=3.6.0->supervision>=0.22.0->groundingdino==0.1.0) (1.4.7)
Requirement already satisfied: pyparsing>=2.3.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib<3.8.0,>=3.6.0->supervision>=0.22.0->groundingdino==0.1.0) (3.1.4)
Requirement already satisfied: python-dateutil>=2.7 in /home/hx/.local/lib/python3.8/site-packages (from matplotlib<3.8.0,>=3.6.0->supervision>=0.22.0->groundingdino==0.1.0) (2.8.2)
Requirement already satisfied: importlib-resources>=3.2.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from matplotlib<3.8.0,>=3.6.0->supervision>=0.22.0->groundingdino==0.1.0) (6.4.5)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from requests>=2.26.0->supervision>=0.22.0->groundingdino==0.1.0) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from requests>=2.26.0->supervision>=0.22.0->groundingdino==0.1.0) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from requests>=2.26.0->supervision>=0.22.0->groundingdino==0.1.0) (2.2.3)
Requirement already satisfied: certifi>=2017.4.17 in /home/hx/.local/lib/python3.8/site-packages (from requests>=2.26.0->supervision>=0.22.0->groundingdino==0.1.0) (2023.11.17)
Requirement already satisfied: MarkupSafe>=2.0 in /home/hx/.local/lib/python3.8/site-packages (from jinja2->torch->groundingdino==0.1.0) (2.1.3)
Requirement already satisfied: mpmath>=0.19 in /home/hx/.local/lib/python3.8/site-packages (from sympy->torch->groundingdino==0.1.0) (1.3.0)
Requirement already satisfied: zipp>=3.1.0 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from importlib-resources>=3.2.0->matplotlib<3.8.0,>=3.6.0->supervision>=0.22.0->groundingdino==0.1.0) (3.20.2)
Requirement already satisfied: six>=1.5 in /home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages (from python-dateutil>=2.7->matplotlib<3.8.0,>=3.6.0->supervision>=0.22.0->groundingdino==0.1.0) (1.17.0)
Building wheels for collected packages: groundingdino
Building wheel for groundingdino (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [92 lines of output]
Building wheel groundingdino-0.1.0
Compiling with CUDA
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-38/groundingdino
copying groundingdino/init.py -> build/lib.linux-x86_64-cpython-38/groundingdino
copying groundingdino/version.py -> build/lib.linux-x86_64-cpython-38/groundingdino
creating build/lib.linux-x86_64-cpython-38/groundingdino/util
copying groundingdino/util/logger.py -> build/lib.linux-x86_64-cpython-38/groundingdino/util
copying groundingdino/util/box_ops.py -> build/lib.linux-x86_64-cpython-38/groundingdino/util
copying groundingdino/util/slconfig.py -> build/lib.linux-x86_64-cpython-38/groundingdino/util
copying groundingdino/util/inference.py -> build/lib.linux-x86_64-cpython-38/groundingdino/util
copying groundingdino/util/misc.py -> build/lib.linux-x86_64-cpython-38/groundingdino/util
copying groundingdino/util/time_counter.py -> build/lib.linux-x86_64-cpython-38/groundingdino/util
copying groundingdino/util/vl_utils.py -> build/lib.linux-x86_64-cpython-38/groundingdino/util
copying groundingdino/util/slio.py -> build/lib.linux-x86_64-cpython-38/groundingdino/util
copying groundingdino/util/init.py -> build/lib.linux-x86_64-cpython-38/groundingdino/util
copying groundingdino/util/visualizer.py -> build/lib.linux-x86_64-cpython-38/groundingdino/util
copying groundingdino/util/utils.py -> build/lib.linux-x86_64-cpython-38/groundingdino/util
copying groundingdino/util/get_tokenlizer.py -> build/lib.linux-x86_64-cpython-38/groundingdino/util
creating build/lib.linux-x86_64-cpython-38/groundingdino/models
copying groundingdino/models/registry.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models
copying groundingdino/models/init.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models
creating build/lib.linux-x86_64-cpython-38/groundingdino/config
copying groundingdino/config/GroundingDINO_SwinT_OGC.py -> build/lib.linux-x86_64-cpython-38/groundingdino/config
copying groundingdino/config/GroundingDINO_SwinB_cfg.py -> build/lib.linux-x86_64-cpython-38/groundingdino/config
copying groundingdino/config/init.py -> build/lib.linux-x86_64-cpython-38/groundingdino/config
creating build/lib.linux-x86_64-cpython-38/groundingdino/datasets
copying groundingdino/datasets/cocogrounding_eval.py -> build/lib.linux-x86_64-cpython-38/groundingdino/datasets
copying groundingdino/datasets/init.py -> build/lib.linux-x86_64-cpython-38/groundingdino/datasets
copying groundingdino/datasets/transforms.py -> build/lib.linux-x86_64-cpython-38/groundingdino/datasets
creating build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO
copying groundingdino/models/GroundingDINO/transformer.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO
copying groundingdino/models/GroundingDINO/transformer_vanilla.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO
copying groundingdino/models/GroundingDINO/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO
copying groundingdino/models/GroundingDINO/bertwarper.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO
copying groundingdino/models/GroundingDINO/init.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO
copying groundingdino/models/GroundingDINO/groundingdino.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO
copying groundingdino/models/GroundingDINO/utils.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO
copying groundingdino/models/GroundingDINO/ms_deform_attn.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO
creating build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO/backbone
copying groundingdino/models/GroundingDINO/backbone/position_encoding.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO/backbone
copying groundingdino/models/GroundingDINO/backbone/backbone.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO/backbone
copying groundingdino/models/GroundingDINO/backbone/init.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO/backbone
copying groundingdino/models/GroundingDINO/backbone/swin_transformer.py -> build/lib.linux-x86_64-cpython-38/groundingdino/models/GroundingDINO/backbone
running build_ext
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-req-build-1jtozc9l/setup.py", line 204, in
setup(
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/init.py", line 117, in setup
return distutils.core.setup(**attrs)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 183, in setup
return run_commands(dist)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 199, in run_commands
dist.run_commands()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 954, in run_commands
self.run_command(cmd)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/dist.py", line 950, in run_command
super().run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/command/bdist_wheel.py", line 398, in run
self.run_command("build")
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
self.distribution.run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/dist.py", line 950, in run_command
super().run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
self.distribution.run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/dist.py", line 950, in run_command
super().run_command(command)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 98, in run
_build_ext.run(self)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 359, in run
self.build_extensions()
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 518, in build_extensions
_check_cuda_version(compiler_name, compiler_version)
File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 413, in _check_cuda_version
raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda))
RuntimeError:
The detected CUDA version (11.8) mismatches the version that was used to compile
PyTorch (12.1). Please make sure to use the same CUDA versions.

  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for groundingdino
Running setup.py clean for groundingdino
Failed to build groundingdino
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (groundingdino)

@yaojin17
Copy link
Contributor

yaojin17 commented Feb 19, 2025

File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 413, in _check_cuda_version
raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda))
RuntimeError:
The detected CUDA version (11.8) mismatches the version that was used to compile
PyTorch (12.1). Please make sure to use the same CUDA versions.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for detectron2
Running setup.py clean for detectron2
Failed to build detectron2
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (detectron2)

You need to install cuda toolkit 12.1

@ZackGoing
Copy link
Author

File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 413, in _check_cuda_version
raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda))
RuntimeError:
The detected CUDA version (11.8) mismatches the version that was used to compile
PyTorch (12.1). Please make sure to use the same CUDA versions.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for detectron2
Running setup.py clean for detectron2
Failed to build detectron2
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (detectron2)

You need to install cuda toolkit 12.1

thanks, I will try it

@ZackGoing
Copy link
Author

File "/home/hx/anaconda3/envs/ovmono3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 413, in _check_cuda_version
raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda))
RuntimeError:
The detected CUDA version (11.8) mismatches the version that was used to compile
PyTorch (12.1). Please make sure to use the same CUDA versions.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for detectron2
Running setup.py clean for detectron2
Failed to build detectron2
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (detectron2)

You need to install cuda toolkit 12.1

Image
I make sure my conda envs is pytorch 2.4.1+cu121。When I run "pip install git+https://github.com/facebookresearch/pytorch3d.git@055ab3a", the error is " RuntimeError:
The detected CUDA version (11.8) mismatches the version that was used to compile
PyTorch (12.1). Please make sure to use the same CUDA versions."

@yaojin17
Copy link
Contributor

You should make sure your cuda toolkit version is also 12.1, not only the pytorch version.

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