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

Sip error fixed #21

Merged
merged 4 commits into from
Jan 24, 2020
Merged

Sip error fixed #21

merged 4 commits into from
Jan 24, 2020

Conversation

Geek-ubaid
Copy link
Member

Issue description

The installation of the pipgui package was throwing an error. The details for the following is mentioned in #20

Solution

The PyQt5.sip error fixed by fixing the dependency of the following packages in the install_require setting param of setup.py.

The existing install_require now includes packages with the following dependencies :

  • PyQt5==5.10.1
  • sip==4.19.8

This is a temporary fix for now. Searching for an efficient solution for the bug.

@pep8speaks
Copy link

Hello @Geek-ubaid! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 34:24: E251 unexpected spaces around keyword / parameter equals
Line 34:26: E251 unexpected spaces around keyword / parameter equals
Line 52:14: E131 continuation line unaligned for hanging indent
Line 53:29: W291 trailing whitespace
Line 55:1: W293 blank line contains whitespace

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