What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected silent startup. Instead I see:
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
Please provide any additional information below
Obviously this is a very minor issue, and I'm only reporting it here in case it points to another more serious problem. Thank you for a great project!
Please go to the menu entry Help > Optional Dependencies
(or
Help > Dependencies
), press the button Copy to clipboard
and paste the contents below:
Could you run in a terminal
export EVENT_NOKQUEUE=1
and try again?
That fixes it, yes.
I took that from here: https://github.com/tmux/tmux/issues/475#issuecomment-231527324
It seems you need to update libevent to fix those errors :-)
OK, seems like it's harmless, thanks for the background.
No prob :-)
Fixed by "brew reinstall libevent"
@ccordoba12
the same issue crops up even though i followed all your steps...:(
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
@goanpeca closed my issue referring me here
see (https://github.com/ContinuumIO/anaconda-issues/issues/4535) for my System information
@themanutdmaniac I am having the same experience.
I typed this in the terminal and it didn't change anything
export EVENT_NOKQUEUE=1
also did these based on reading other related issues
brew update
brew reinstall libevent
brew install --HEAD tmux
but no change
The warning is harmless. Please ignore it.
El 22/08/17 a las 20:40, Pete escribió:
>
@goanpeca https://github.com/goanpeca closed my issue referring me here
see (ContinuumIO/anaconda-issues#4535
https://github.com/ContinuumIO/anaconda-issues/issues/4535) for my
System information
@themanutdmaniac https://github.com/themanutdmaniac I am having the
same experience.I typed this in the terminal and it didn't change anything
|export EVENT_NOKQUEUE=1 |
also did these based on reading other related issues
|brew update brew reinstall libevent brew install --HEAD tmux |
but no change
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/spyder-ide/spyder/issues/3730#issuecomment-324196927,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAWS7aaTRVseVlulLq2UX0GZ8Jga9bKpks5sa4MLgaJpZM4K63RE.
This command "export EVENT_NOKQUEUE=1" did not work on my computer.
I fixed this issue on my computer by uninstalling and reinstalling anaconda.
Thank you, it fixed it.
Though harmless it is still irritating. And I am getting
Failed to compute left/right minimum bearings for "GB18030 Bitmap"
along with it afterwards. Can't find it's permanent solution.
export EVENT_NOKQUEUE=1
did not work for me either.
Neither did libevent reinstallation, update or anaconda reinstallation..
is there anything left to try?
Also, does the error cause any substantial malfunction or can it be disregarded?
Thank you, it fixed it.
Most helpful comment
Could you run in a terminal
and try again?