roddhjav / pass-import

A pass extension for importing data from most existing password managers
https://www.passwordstore.org/
GNU General Public License v3.0
809 stars 89 forks source link

Installation error #198

Open mbrennwa opened 1 year ago

mbrennwa commented 1 year ago

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
pavel-hushcha commented 1 year ago

The same for me. image

theesfeld commented 1 year ago

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

theesfeld commented 1 year ago

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

make sure your env variable is properly set: export PASSWORD_STORE_ENABLE_EXTENSIONS=true

mcepl commented 10 months ago

This is just a continuation of https://github.com/roddhjav/pass-import/issues/192#issuecomment-1883150032, which has never been really fixed.

mcepl commented 10 months ago

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/.