Skip to content
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

[easy] Document workaround for python3.8 #1705

Merged
merged 1 commit into from
Dec 19, 2019
Merged

[easy] Document workaround for python3.8 #1705

merged 1 commit into from
Dec 19, 2019

Conversation

ttung
Copy link
Collaborator

@ttung ttung commented Dec 18, 2019

I dug into it a bit more and the issue is that installing scikit-image from source requires numpy to already be installed. Typically, scikit-image is installed from prebuilt binaries, which circumvents the issue. However, scikit-image has not declared itself fully compatible with python3.8, and as such, is not producing prebuilt binaries.

I dug into it a bit more and the issue is that installing scikit-image from source requires numpy to already be installed.  Typically, scikit-image is installed from prebuilt binaries, which circumvents the issue.  However, scikit-image has not declared itself fully compatible with python3.8, and as such, is not producing prebuilt binaries.
@ttung ttung requested review from neuromusic and mattcai December 18, 2019 22:27
@codecov-io
Copy link

codecov-io commented Dec 18, 2019

Codecov Report

Merging #1705 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1705   +/-   ##
=======================================
  Coverage   89.89%   89.89%           
=======================================
  Files         246      246           
  Lines        9177     9177           
=======================================
  Hits         8250     8250           
  Misses        927      927

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 44b518b...c19d003. Read the comment docs.

@ttung ttung merged commit 30ba473 into master Dec 19, 2019
@ttung ttung deleted the tonytung-py38 branch December 19, 2019 17:07
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.

3 participants