Skip to content

No module named "imp" #2

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

Open
carbon-starlight opened this issue Mar 22, 2025 · 0 comments
Open

No module named "imp" #2

carbon-starlight opened this issue Mar 22, 2025 · 0 comments

Comments

@carbon-starlight
Copy link

user@fedora:~$ ip6words 474f:4453:494e:4849:5348:4541:5645:4e00
Traceback (most recent call last):
  File "/home/user/.local/bin/ip6words", line 5, in <module>
    from ip6w.src.__main__ import main
  File "/home/user/.local/lib/python3.13/site-packages/ip6w/src/__main__.py", line 2, in <module>
    import ip6w.src.ip6words
  File "/home/user/.local/lib/python3.13/site-packages/ip6w/src/ip6words.py", line 4, in <module>
    from ip6w.src.iwords import dill_words
  File "/home/user/.local/lib/python3.13/site-packages/ip6w/src/iwords.py", line 1, in <module>
    import nltk
  File "/home/user/.local/lib/python3.13/site-packages/nltk/__init__.py", line 89, in <module>
    from nltk.internals import config_java
  File "/home/user/.local/lib/python3.13/site-packages/nltk/internals.py", line 29, in <module>
    from nltk import compat
  File "/home/user/.local/lib/python3.13/site-packages/nltk/compat.py", line 40, in <module>
    from imp import reload
ModuleNotFoundError: No module named 'imp'
user@fedora:~$ pip install imp
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement imp (from versions: none)
ERROR: No matching distribution found for imp

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

1 participant