Search Criteria
Package Details: edir 2.29-1
Package Actions
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.026131 |
First Submitted: | 2019-07-05 03:57 (UTC) |
Last Updated: | 2024-04-26 23:27 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-platformdirs
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
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 isparu -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 theseyay
andparu
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:
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)
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.