• Resources
  • Error: Traceback (most recent call last): Ile"/usr/local/bin/wo"

When trying to execute commands wo returns:
Traceback (most recent call last):
File "/usr/local/bin/wo", line 5, in <module>
from wo.cli.main import main
ModuleNotFoundError: No module named 'wo'

This can be solved with the command
sudo python3 -m pip install -I wordops

Hosted by VirtuBox