[jsk_perception] Enable catkin_virtualenv to fix pytesseract version - #2729
Open
iory wants to merge 4 commits into
Open
[jsk_perception] Enable catkin_virtualenv to fix pytesseract version#2729iory wants to merge 4 commits into
iory wants to merge 4 commits into
Conversation
iory
force-pushed
the
pytesseract
branch
4 times, most recently
from
September 20, 2022 14:07
16eb2b4 to
d43870f
Compare
Member
Author
|
To support catkin_virtualenv on indigo, we need to run to prevent upgrading to the latest pip, which is not Python2 compatible. |
Member
|
@iory please resovle conflict, and why jsk-ros-pkg/jsk_travis#452 requried to pass tests? I understand jsk-ros-pkg/jsk_travis#452 is usefull, but jsk-ros-pkg/jsk_3rdparty#342 passed without this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this?
It is not possible at this stage to fix the version of the python library in package.xml.
This PR uses catkin virtualenv to fix pytesseract's version. It drops python2 support.