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

Patch level went down? #14

Closed
panozzaj opened this issue Jun 21, 2018 · 0 comments
Closed

Patch level went down? #14

panozzaj opened this issue Jun 21, 2018 · 0 comments

Comments

@panozzaj
Copy link

Hi, I am trying to get pandas-summary working, and had version 0.0.41 installed. I ran into the issue fixed by #11/#12, so I tried to upgrade. It seems like the version was changed to 0.0.5 with 42227d5

When I try to upgrade to 0.0.5, pip picks up the 0.0.41 version since its patch level is considered greater than 0.0.5. I am somewhat new to the Python world, so I could be missing an easy way to do this, but wondering if the new version should be updated to 0.0.42 or 0.1.0 to better comply with semver.

pip install pandas-summary==
Collecting pandas-summary==
  Could not find a version that satisfies the requirement pandas-summary== (from versions: 0.0.3, 0.0.4, 0.0.5, 0.0.41)
No matching distribution found for pandas-summary==

For now my workaround is to use pip install pandas-summary==0.0.5 to install the exact version that I want to use.

panozzaj added a commit to panozzaj/fastai that referenced this issue Jun 21, 2018
Previously the structured data analysis notebook (course 1, lesson 3) would
fail on the DataFrameSummary command due to there being a change in how Pandas
handled types and pandas-summary. There is a change in pandas-summary, but the
version that released it seems to have gone down [1], so conda doesn't know how
to install it. So we have to hardcode it to the newly released version until
the version changes.

[1]: polyaxon/traceml#14
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

No branches or pull requests

2 participants