Skip to content

Commit

Permalink
use USE_SYSTEM_PACKAGES FALSE to avoid bson error
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Apr 3, 2024
1 parent c361fd4 commit 6278272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions database_talker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ catkin_python_setup()
catkin_generate_virtualenv(
PYTHON_INTERPRETER python3
CHECK_VENV FALSE
USE_SYSTEM_PACKAGES FALSE # Default TRUE
)

catkin_package(
Expand Down
4 changes: 2 additions & 2 deletions database_talker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bson
pymongo
pymongo==3.10.1
opencv-python==4.2.0.34

0 comments on commit 6278272

Please sign in to comment.