Skip to content

prefers python2.7 during configuration - #160

Closed
pratik0316 wants to merge 1 commit into
aboutcode-org:developfrom
pratik0316:configChanges
Closed

prefers python2.7 during configuration#160
pratik0316 wants to merge 1 commit into
aboutcode-org:developfrom
pratik0316:configChanges

Conversation

@pratik0316

Copy link
Copy Markdown
Collaborator

This PR is meant to prefer the use of python2.7 during the configuration.
Reason for creating this PR
When we are having several versions of Python installed (like python2.7 , python3.6 , conda packages,python3.7), then the during the configuration the exact python version may not be picked up (which is python2.7) , In such a case then we face a version mismatch for some of the .whl packages during the configuration, as a result incomplete lib directories will be created(as a result of failure), which is not all anticipated.

Signed-off-by: Pratikrocks <pratikrocks.dey11@gmail.com>
@pratik0316

Copy link
Copy Markdown
Collaborator Author

Screenshot from 2020-04-20 21-15-08
This bash script will be echo'd when python2 is not installed

@pratik0316

Copy link
Copy Markdown
Collaborator Author

@MaJuRG , this is the error which we may face if we configure with incompatible versions currently
Screenshot from 2020-04-20 21-03-11

@steven-esser

Copy link
Copy Markdown
Contributor

#162 merged, which adds support for python3. The configure script also explicitly uses python3. Thanks. Closing this.

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.

2 participants