Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation error #198

Open
mbrennwa opened this issue May 20, 2023 · 5 comments
Open

Installation error #198

mbrennwa opened this issue May 20, 2023 · 5 comments

Comments

@mbrennwa
Copy link

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
Copy link

pavel-hushcha commented May 20, 2023

The same for me.
image

@theesfeld
Copy link

theesfeld commented Jun 25, 2023

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
Copy link

theesfeld commented Jun 25, 2023

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
Copy link

mcepl commented Jan 9, 2024

This is just a continuation of #192 (comment), which has never been really fixed.

@mcepl
Copy link

mcepl commented Jan 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants