stellarbit/aioping

[Errno 13] Permission denied without root

Opened this issue · 0 comments

Tried

import asyncio
import aioping
import logging

logging.basicConfig(level=logging.INFO)     # or logging.DEBUG
asyncio.run(aioping.verbose_ping("google.com"))

Got [Errno 13] Permission denied without root error

OS: Debian bookworm