Skip to content

BUG: Add mapping for pyqt for successful package installation #27645

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 14 commits into from
Aug 7, 2019

Conversation

charlesdong1991
Copy link
Member

@charlesdong1991 charlesdong1991 changed the title Add mapping for pyqt BUG: Add mapping for pyqt for successful package installation Jul 29, 2019
Copy link
Contributor

@TomAugspurger TomAugspurger left a comment

Choose a reason for hiding this comment

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

I don't think this change has fixed things. You should run python scripts/generate_pip_deps_from_conda.py, which will update requirements-dev.txt, and commit that change.

It looks like the renaming may be skipped when there's no version pin, but I haven't looked closely.

@@ -157,7 +157,7 @@ ExtensionArray
Other
^^^^^

-
- Add pyqt in RENAME dictionary in `generate_pip_deps_from_conda.py` to fix installation failure of pandas (:issue:`26838`)
Copy link
Contributor

Choose a reason for hiding this comment

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

Referencing generate_pip_deps_from_conda.py probably isn't relevant to users. Let's just write this as "Fixed pyqt development dependency."

This doesn't need to be back ported, so you can remove the release note or move it to 1.0.0.rst

@gfyoung gfyoung added the Dependencies Required and optional dependencies label Jul 30, 2019
@TomAugspurger
Copy link
Contributor

Merged master to fix the CI issue.

Ping on green.

@charlesdong1991
Copy link
Member Author

ehh, how could I merge and resumbit the PR, the request of merge got rejected because there is a remote branch? shall i just do git pull and push to master? or do git pull remote_branch_name, but i dont know the remote branch name? I am not sure how to do it probably, and really would like to learn how ^^ @TomAugspurger

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Aug 5, 2019 via email

@charlesdong1991
Copy link
Member Author

thanks @TomAugspurger will try later!

@@ -186,6 +186,7 @@ Sparse

Build Changes
^^^^^^^^^^^^^
- Fixed pyqt development dependency (:issue:`26838`)
Copy link
Contributor

Choose a reason for hiding this comment

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

can you be a little more specific here; IOW what would someone reading these notes need to know about this change

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah, make sense, will change later today! @jreback

Copy link
Member Author

@charlesdong1991 charlesdong1991 Aug 5, 2019

Choose a reason for hiding this comment

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

as well as that typo

@charlesdong1991
Copy link
Member Author

this passed checks too ^^ @jreback

@charlesdong1991
Copy link
Member Author

any follow up?

@TomAugspurger TomAugspurger added this to the 1.0 milestone Aug 7, 2019
@TomAugspurger TomAugspurger merged commit c0ff67a into pandas-dev:master Aug 7, 2019
@TomAugspurger
Copy link
Contributor

Thanks @charlesdong1991!

quintusdias pushed a commit to quintusdias/pandas_dev that referenced this pull request Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Required and optional dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

requirements-dev.txt: "Could not find a version that satisfies the requirement pyqt"
4 participants