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

TypeError: signal handler must be signal.SIG_IGN, signal.SIG_DFL, or a callable object #107

Open
DelinQu opened this issue Aug 31, 2022 · 1 comment

Comments

@DelinQu
Copy link

DelinQu commented Aug 31, 2022

Hi,
I got the following error after typing in:

$ catkin build esim_ros

..................................................................................................................................................................................................................................................................................
Finished <<< assimp_catkin [ 4 minutes and 6.7 seconds ]
[build] Summary: 10 of 37 packages succeeded.
[build] Ignored: 8 packages were skipped or are skiplisted.
[build] Warnings: 4 packages succeeded with warnings.
[build] Abandoned: 26 packages were abandoned.
[build] Failed: 1 packages failed.
[build] Runtime: 4 minutes and 9.8 seconds total.
[build] Note: Workspace packages have changed, please re-source setup files to use them.
Exception ignored in: <bound method BaseEventLoop.del of <_UnixSelectorEventLoop running=False closed=True debug=False>>
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/base_events.py", line 431, in del
File "/usr/lib/python3.5/asyncio/unix_events.py", line 58, in close
File "/usr/lib/python3.5/asyncio/unix_events.py", line 139, in remove_signal_handler
File "/usr/lib/python3.5/signal.py", line 47, in signal
TypeError: signal handler must be signal.SIG_IGN, signal.SIG_DFL, or a callable object
(base) PJLAB\sihaozhe@shai14001287l:~/sim_ws/src/ze_oss$

It seems that some Type error in the cod, how can i solve it ? Thank u in advance! 😄

@gwgknudayanga
Copy link

I got many errors when i tried to build the stuff within conda environment. Then i tried to build the everything from the begining deactivating the conda environment, and the the build was successful. I built the code about one week ago, Don't know something has been changed during that period however. Thanks !

Rgds,
Udayanga

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

2 participants