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
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: