I've installed pass-import via pip.
pip install pass-import
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pass-import in ./.local/lib/python3.12/site-packages (3.4)
Requirement already satisfied: pyaml in /usr/local/lib/python3.12/site-packages (from pass-import) (23.9.7)
Requirement already satisfied: zxcvbn in /usr/local/lib/python3.12/site-packages (from pass-import) (4.4.28)
Requirement already satisfied: requests in /usr/lib/python3.12/site-packages (from pass-import) (2.28.2)
Requirement already satisfied: PyYAML in /usr/lib64/python3.12/site-packages (from pyaml->pass-import) (6.0.1)
Requirement already satisfied: charset-normalizer=2 in /usr/lib/python3.12/site-packages (from requests->pass-import) (3.2.0)Requirement already satisfied: idna=2.5 in /usr/lib/python3.12/site-packages (from requests->pass-import) (3.4)
Requirement already satisfied: urllib3=1.21.1 in /usr/lib/python3.12/site-packages (from requests->pass-import) (1.26.18)
but when I try to execute:
pass import bitwarden bitwarden_export_20240104164527.json
Error: import is not in the password store.
This is my path:
/home/hhlp/.local/bin:/usr/lib64/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/opt/p4v/bin:/opt/p4v/bin
but I think is not enough to make it work.
https://github.com/roddhjav/pass-import#readme
one solution is this, from fedora COPR repo just enable and install it
https://copr.fedorainfracloud.org/coprs/tofik/password-store/packages/
sudo dnf copr enable tofik/password-store
and then install it
sudo dnf install pass-import
but I would like to do it with the official one under pip.
Asked by hhlp
(15 rep)
Jan 4, 2024, 04:34 PM
Last activity: Jan 5, 2024, 10:51 PM
Last activity: Jan 5, 2024, 10:51 PM