Skip to content

Commit

Permalink
Explicit python interpreter in catkin_virtualenv, see #367
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed May 11, 2023
1 parent 2a3b372 commit cb16ce7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ros_google_cloud_language/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ catkin_package(
)

catkin_generate_virtualenv(
# specify python version
# https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/367/files
PYTHON_INTERPRETER "python$ENV{ROS_PYTHON_VERSION}"
# Disable creating a unit test to verify that package requirements are locked.
# # commented out for python3, which uses concurrent.futures
# # futures==3.3.0
Expand Down

0 comments on commit cb16ce7

Please sign in to comment.