Installation error
I am trying to install on Debian / Asahi Linux on my M2 MacBook. I followed your instructions for a local install, which gave the follwoing error:
python3 setup.py install --user
running build_py
installing package data to build/bdist.linux-aarch64/egg
running install_data
error: can't copy 'share/man/man1/pass-import.1': doesn't exist or not a regular file
The same for me.
same issue here. I just used pandoc to create the files.
cd share/man/man1
pandoc -o pass-import.1 pass-import.md
pandoc -o pimport.1 pimport.md
same issue here. I just used pandoc to create the files.
cd share/man/man1pandoc -o pass-import.1 pass-import.mdpandoc -o pimport.1 pimport.md
make sure your env variable is properly set:
export PASSWORD_STORE_ENABLE_EXTENSIONS=true
This is just a continuation of https://github.com/roddhjav/pass-import/issues/192#issuecomment-1883150032, which has never been really fixed.
Also, for me the command /usr/bin/python3 -mpip install --verbose --progress-bar off --disable-pip-version-check --root /home/abuild/rpmbuild/BUILDROOT/pass-import-3.4-0.x86_64 --no-compile --ignore-installed --no-deps --no-index --find-links ./build pass_import==3.4 (as part of the building openSUSE package) installs import.bash which should be in /usr/lib/password-store/extensions/ to /usr/lib/python3.11/site-packages/usr/lib/password-store/extensions/.