ShodanX
ShodanX copied to clipboard
No module named 'appdirs'
Import Error occured in Module imports due to: No module named 'appdirs' this error message displayed when shodanx was installed and run.
Hi @A-3455-blip , we are working on this issue to resolve for now you use the below command to fix it:
pip install appdirs --break-system-packages
if you have installed shodanx through pipx then use this command:
pipx install shodanx appdirs --break-system-packages
you can also use :
pipx inject shodanx appdirs.
use the same for other missing dependencies.
Hi @chaoukimachreki ,
Thanks for the help also please check the latest version released now