sindresorhus / trash-cli

Move files and folders to the trash
MIT License
1.33k stars 35 forks source link

ImportError: No module named trashcli.put #34

Closed TamaMcGlinn closed 3 years ago

TamaMcGlinn commented 3 years ago

On Ubuntu 20.04 I installed using sudo npm install --global trash-cli but then running trash gives:

Traceback (most recent call last):
  File "/usr/local/bin/trash", line 4, in <module>
    from trashcli.put import main as main
ImportError: No module named trashcli.put
sindresorhus commented 3 years ago

You have the wrong trash project.

TamaMcGlinn commented 3 years ago

Ah, thanks. sudo apt install trash-cli fixed it for me.