catern / rsyscall

Process-independent interface to Linux system calls
68 stars 8 forks source link

Adding attrs and sniffio as dependencies. #9

Closed carlosplanchon closed 2 years ago

carlosplanchon commented 2 years ago

When trying to import syscall, this errors arise:

I send you this pull request in order to correct them.

ModuleNotFoundError: No module named 'attr'
ModuleNotFoundError: No module named 'sniffio'
catern commented 2 years ago

Hm, I definitely don't use either of those, so this is definitely wrong. What error message did you get exactly?