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

dialogflow_task_executive: re-enable idnigo #342

Merged
merged 2 commits into from
May 16, 2022

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented May 13, 2022

following requirements.txt syntax is not support on 14.04
google-api-core[grpc]==1.31.5 # via google-cloud-language
so we intentionally use requirements.txt
To use this program, we need to run
sed -i 's/upgrade_pip=True/upgrade_pip=False/' /opt/ros/indigo/share/catkin_virtualenv/cmake/build_venv.py
to prevent upgrading to latest pip, which is not Python2 compatible

Cc: @knorth55 Fixes #317 (comment)

following requirements.txt syntax is not support on 14.04
google-api-core[grpc]==1.31.5  # via google-cloud-language
so we intentionally use requirements.txt
To use this program, we need to run
sed -i 's/upgrade_pip=True/upgrade_pip=False/' /opt/ros/indigo/share/catkin_virtualenv/cmake/build_venv.py
to prevent upgrading to latest pip, which is not Python2 compatible
@k-okada k-okada requested a review from knorth55 May 13, 2022 08:25
…xt.indigo to requirement before running catkin_generate_virtualenv()
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

Successfully merging this pull request may close these issues.

None yet

2 participants