-
Notifications
You must be signed in to change notification settings - Fork 125
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
Error when installing dependency dukpy on macOS #96
Comments
Hi Mikael. Let's try to get to the bottom of this. What do you get when you do |
[image: Screen Shot 2021-04-24 at 6.55.17 PM.png]
Hey John,
Above is the error I am getting.
[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
04/24/21,
06:55:22 PM
…On Sat, Apr 24, 2021 at 6:51 PM John Griffiths ***@***.***> wrote:
Hi Mikael.
Let's try to get to the bottom of this.
What do you get when you do pip install dukpy ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#96 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQNG2P3DOU5CTCTFADRETCDTKNDQBANCNFSM43QS5ZGQ>
.
|
^When I pip install dukpy
[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
04/24/21,
06:57:41 PM
…On Sat, Apr 24, 2021 at 6:55 PM Mikael Haji ***@***.***> wrote:
[image: Screen Shot 2021-04-24 at 6.55.17 PM.png]
Hey John,
Above is the error I am getting.
[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&> Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&> 04/24/21,
06:55:22 PM
On Sat, Apr 24, 2021 at 6:51 PM John Griffiths ***@***.***>
wrote:
> Hi Mikael.
>
> Let's try to get to the bottom of this.
>
> What do you get when you do pip install dukpy ?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#96 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AQNG2P3DOU5CTCTFADRETCDTKNDQBANCNFSM43QS5ZGQ>
> .
>
|
sorry - were you intending to attach a second screenshot there? or are you saying you get the same error when you try to pip install |
I get the exact same error. The second image was basically the same as the
first one.
…On Sat, Apr 24, 2021 at 10:16 PM John Griffiths ***@***.***> wrote:
sorry - were you intending to attach a second screenshot there?
or are you saying you get the same error when you try to pip install dukpy
?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#96 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQNG2P4TSWW2DMCWO67KMILTKN3O3ANCNFSM43QS5ZGQ>
.
|
Just want to follow up on this error.
…On Sat, Apr 24, 2021 at 10:31 PM Mikael Haji ***@***.***> wrote:
I get the exact same error. The second image was basically the same as the
first one.
On Sat, Apr 24, 2021 at 10:16 PM John Griffiths ***@***.***>
wrote:
> sorry - were you intending to attach a second screenshot there?
>
> or are you saying you get the same error when you try to pip install
> dukpy ?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#96 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AQNG2P4TSWW2DMCWO67KMILTKN3O3ANCNFSM43QS5ZGQ>
> .
>
|
You need to provide full log output for us to be able to help you. Preferably in text form and not as a screenshot (at least not a screenshot sent through your mail client, since that doesn't seem to be accepted by GitHub). Seems you are not alone: https://github.com/amol-/dukpy/issues/36 But it should work fine, your system probably lacks some build-time dependency (Xcode tools?). |
Sure, here it is.
(logs moved to non-email comment for markdown support)
…On Mon, Apr 26, 2021 at 3:06 AM Erik Bjäreholt ***@***.***> wrote:
You need to provide full log output for us to be able to help you.
Preferably in text form and not as a screenshot (at least not a screenshot
sent through your mail client, since that doesn't seem to be accepted by
GitHub).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#96 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQNG2P5B4OI3N76B6QEJWYTTKUGJDANCNFSM43QS5ZGQ>
.
|
Email replies makes your comment impossible to format with Markdown and therefore excessively long. So here it is with Markdown:
As the logs indicate, you are missing xcrun (and probably more) from Xcode Developer Tools. This is a common dependency for building almost any software on macOS, and fails for this particular package because it doesn't provide binary wheels for macOS (as indicated in the issue I linked above). Installing Xcode Developer Tools (or whatever it is called) should fix it. |
Closing since this is certainly due to missing Xcode dev tools. It'd be nice if they weren't needed, but it's up to the dukpy devs to fix it by publishing binary wheels. |
I had a similar issue, mine was due to missing exports. See here. Running the install procedure of eeg-notebooks once more after doing these 2 exports worked. |
Hello, everyone, I'm wondering if there is any update for this issue? since I also met the same problem. my MacBook is Pro M1 with system 13.0. Thanks |
@WeiShaoD Did you install Xcode developer tools as suggested? |
I was planning on testing out the P300 and SSVEP Stimuli. However, when setting up by Anaconda Environment, I kept on getting an error on "dukpy lib." I tried to pip install dukpy but it still doesn't work. I also tried binder but got another error -- from my understanding it hasn't been updated in a while anyway.
Any Help Would Be Greatly Appreciated!
📷 Screenshot
The text was updated successfully, but these errors were encountered: