Skip to content

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

Merged
Carreau merged 1 commit intopython3statement:masterfrom
Carreau:setup.py
Jun 5, 2018
Merged

Try to give example of raise in setup.py#128
Carreau merged 1 commit intopython3statement:masterfrom
Carreau:setup.py

Conversation

@Carreau
Copy link
Copy Markdown
Member

@Carreau Carreau commented May 29, 2018

Comment thread _practicalities/intro.md Outdated
Python {py} detected.

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

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
Copy Markdown

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
Copy Markdown
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