Package Details: edir 2.29-1

Git Clone URL: https://aur.archlinux.org/edir.git (read-only, click to copy)
Package Base: edir
Description: Program to rename, remove, and copy files and directories using your editor
Upstream URL: https://github.com/bulletmark/edir
Keywords: git moreutils trash trash-cli trash-d trash-put vi vidir vim
Licenses: GPL3
Submitter: bulletmark
Maintainer: bulletmark
Last Packager: bulletmark
Votes: 5
Popularity: 0.85
First Submitted: 2019-07-05 03:57 (UTC)
Last Updated: 2024-04-26 23:27 (UTC)

Latest Comments

bulletmark commented on 2024-05-23 00:35 (UTC) (edited on 2024-05-23 00:40 (UTC) by bulletmark)

The paru equivalent command is paru -S $(paru -Qoq /usr/lib/python3.11) --rebuild --noconfirm which is better than what you did because it fixes ALL python based AUR packages installed on your system, not just edir. Arch users should try and remember these yay and paru one-liners because they must be run after every significant Python version update, e.g. 3.12 -> 3.13 which happens about once per year. Note micro version updates such as 3.12.3 -> 3.12.4 are fine.

joehillen commented on 2024-05-23 00:04 (UTC)

I'm using paru. Thanks for the tip. This fixed it:

rm -rf ~/.cache/paru/clone/edir
paru -S edir

bulletmark commented on 2024-05-22 23:21 (UTC)

@joehillen, are you using Arch and thus recently python was updated to version 3.12? If so, then all AUR packages which used python must be updated on your system. Do this by typing yay -S --answerclean=All --noconfirm $(yay -Qoq /usr/lib/python3.11).

bulletmark commented on 2024-05-22 23:19 (UTC)

@joehillen, how did you install this package?

joehillen commented on 2024-05-22 23:05 (UTC)

Traceback (most recent call last):
  File "/usr/bin/edir", line 5, in <module>
    from edir import main
ModuleNotFoundError: No module named 'edir'

This has happened to me before and I can't remember how I fixed it. Any ideas why this keeps happening? I've already tried reinstalling edir.