pass-import icon indicating copy to clipboard operation
pass-import copied to clipboard

Installation error

Open mbrennwa opened this issue 2 years ago • 5 comments

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

mbrennwa avatar May 20 '23 07:05 mbrennwa

The same for me. image

pavel-hushcha avatar May 20 '23 11:05 pavel-hushcha

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 avatar Jun 25 '23 14:06 theesfeld

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

theesfeld avatar Jun 25 '23 14:06 theesfeld

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

mcepl avatar Jan 09 '24 15:01 mcepl

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

mcepl avatar Jan 09 '24 15:01 mcepl