Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Fix "keyword argument repeated" error when running setup.py. - #14

Closed
synthead wants to merge 2 commits into
WiringPi:masterfrom
synthead:master
Closed

Fix "keyword argument repeated" error when running setup.py.#14
synthead wants to merge 2 commits into
WiringPi:masterfrom
synthead:master

Conversation

@synthead

Copy link
Copy Markdown

This commit fixes the "keyword argument repeated" error when running setup.py:

  File "setup.py", line 45
    include_dirs=["WiringPi/wiringPi"],
       ^
SyntaxError: keyword argument repeated

I simply removed the offending line as include_dirs=['WiringPi/wiringPi','WiringPi/devLib'], was already in the _wiringpi2 object. My guess is that this was broken in a merge somewhere.

@Gadgetoid Gadgetoid closed this Feb 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants