Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

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

Conversation

@Carreau
Copy link
Member

Python{py} detected.
Try upgrading pip and retry.
""".format(py=sys.version_info)

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.

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
MemberAuthor

Choose a reason for hiding this comment

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

updated.

@CarreauCarreau merged commit328b0ac intopython3statement:masterJun 5, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@stefanvstefanvstefanv left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@Carreau@stefanv

[8]ページ先頭

©2009-2025 Movatter.jp