You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to install the future package to be able to run it: python3 -m pip install future
Traceback (most recent call last):
File "/home/user/.local/bin/adidnsdump", line 5, in <module>
from adidnsdump import main
File "/home/user/.local/lib/python3.11/site-packages/adidnsdump/__init__.py", line 1, in <module>
from adidnsdump.dnsdump import main
File "/home/user/.local/lib/python3.11/site-packages/adidnsdump/dnsdump.py", line 43, in <module>
from future.utils import itervalues, iteritems, native_str
ModuleNotFoundError: No module named 'future'
The text was updated successfully, but these errors were encountered:
I needed to install the future package to be able to run it:
python3 -m pip install future
The text was updated successfully, but these errors were encountered: