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

ModuleNotFoundError: No module named 'future' #18

Open
stub1t opened this issue Jun 18, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'future' #18

stub1t opened this issue Jun 18, 2024 · 1 comment

Comments

@stub1t
Copy link

stub1t commented Jun 18, 2024

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'
@pedroflor
Copy link

pip3 install future

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