organize
organize copied to clipboard
running organize gets "can't import cli" error
Describe the bug A clear and concise description of what the bug is. I try to run the newest version organize ,but get the following error
Traceback (most recent call last): File "/usr/bin/organize", line 5, in
from organize.cli import cli ImportError: cannot import name 'cli' from 'organize.cli' (/home/lin/.local/lib/python3.10/site-packages/organize/cli.py)
however when i add sudo, it can work Expected behavior A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- OS:

- Output of
organize --version:
Your config file just the default config,I removed the old one and installed the v2 version
This is an installation issue and a bit difficult to troubleshoot. You might have multiple versions of organize installed. Did you install with sudo? Can you try a complete reinstall?
Closing the issue, I hope everything works now!