If you don't want compile python-inotify
of python2, then
-
Install
python-inotify
withpip install --user inotify
andinotify
will install at ~/.local/lib/python3.9/site-packages/inotifywith its requirements
nose`. -
Remove the
python-inotify
from thePKGBUILD
, thensudo pacman -S --asdeps python rofi python-pyperclip python-click python-appdirs python-daemonize
and thenmakepkg -si
with non-root permission.
Dependency of python2 are not so big as looked, and it may failed to install some dependency, so install them manually with --asdeps
parameter, and remove them after the build is finished.
Pinned Comments
BenSYZ commented on 2021-07-21 13:50 (UTC) (edited on 2021-07-21 14:04 (UTC) by BenSYZ)
If you don't want compile
python-inotify
of python2, thenInstall
python-inotify
withpip install --user inotify
andinotify
will install at ~/.local/lib/python3.9/site-packages/inotifywith its requirements
nose`.Remove the
python-inotify
from thePKGBUILD
, thensudo pacman -S --asdeps python rofi python-pyperclip python-click python-appdirs python-daemonize
and thenmakepkg -si
with non-root permission.Dependency of python2 are not so big as looked, and it may failed to install some dependency, so install them manually with
--asdeps
parameter, and remove them after the build is finished.