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

realhud C extension causing problem for Python 3 compatibility #70

Closed
mertyildiran opened this issue Apr 22, 2018 · 1 comment
Closed

Comments

@mertyildiran
Copy link
Member

When I try to install Dragonfire for Python 3 with pip3 install -e . command; these lines causing an error:

Obtaining file:///home/mertyildiran/Documents/Dragonfire
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/home/mertyildiran/Documents/Dragonfire/setup.py", line 154, in <module>
        **pkgconfig('gtk+-2.0 x11 xext'))
      File "/home/mertyildiran/Documents/Dragonfire/setup.py", line 37, in pkgconfig
        config.setdefault(flags[flag], []).append(value)
    KeyError: b'-p'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /home/mertyildiran/Documents/Dragonfire/
@mertyildiran
Copy link
Member Author

Fixed with 1c16ce7

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

1 participant