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

Fix setup extras_require for PyQt5 #1111

Merged
merged 2 commits into from Aug 7, 2020
Merged

Fix setup extras_require for PyQt5 #1111

merged 2 commits into from Aug 7, 2020

Conversation

kitchoi
Copy link
Contributor

@kitchoi kitchoi commented Aug 6, 2020

It was mentioned before that pip install pyface[pyqt5] did not work (see enthought/pyface#446 (comment)) and I can confirm this for traitsui and etsdemo.

e.g. Calling pip install traitsui/ets-demo[pyqt5] would fail:

  ERROR: Could not find a version that satisfies the requirement pyqt>=5

This fixes the problem. The distribution name is pyqt5

@kitchoi kitchoi changed the title Fix setup extra_require for PyQt5 Fix setup extras_require for PyQt5 Aug 6, 2020
@kitchoi kitchoi mentioned this pull request Aug 6, 2020
12 tasks
Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

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

LGTM. Tested this locally and works as expected.

@kitchoi kitchoi merged commit a737848 into master Aug 7, 2020
@kitchoi kitchoi deleted the fix-setup-requires branch August 7, 2020 08:20
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.

None yet

2 participants