Skip to content

Try to give example of raise in setup.py #128

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

Merged
merged 1 commit into from
Jun 5, 2018

Conversation

Carreau
Copy link
Member

@Carreau Carreau commented May 29, 2018

Python {py} detected.

Try upgrading pip and retry.
""".format(py=sys.version_info)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Python version doesn't print correctly for me under Python 2. Can you check?

I see:

Python sys.version_info(major=2, minor=7, micro=14, releaselevel='final', serial=0) detected.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps:

""".format(py='.'.join([str(v) for v in sys.version_info[:3]]))                           |Python 3, or install an older version of scikit-image using                               

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated.

@Carreau Carreau merged commit 328b0ac into python3statement:master Jun 5, 2018
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