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 issue #3

Open
RandiBam opened this issue Dec 24, 2020 · 1 comment
Open

installation issue #3

RandiBam opened this issue Dec 24, 2020 · 1 comment

Comments

@RandiBam
Copy link

Trying to complete the sudo python3 setup.py install command on Windows 10x64 i avoided sudo command. However, after this i still have an issue to install the downloaded package. Here is the trouble:
C:\Windows\System32\chromepass>python3 setup.py install
Traceback (most recent call last):
File "C:\Windows\System32\chromepass\setup.py", line 3, in
from chromepass import version, author, email, license, title
File "C:\Windows\System32\chromepass\chromepass_init_.py", line 10, in
from chromepass.chrome_linux import ChromeLinux
File "C:\Windows\System32\chromepass\chromepass\chrome_linux.py", line 4, in
import secretstorage
ModuleNotFoundError: No module named 'secretstorage'

Maybe my python version is not approprieted one...

Does somebody has full instruction how to install the chromepass on windows?

@bierschi
Copy link
Owner

bierschi commented Dec 24, 2020

I´ve updated the project for the windows environment, replaced win32crypt with pywin32 package.

Install commands for windows:

with pip:
pip install chromepass

from source:

git clone https://github.com/bierschi/chromepass
cd chromepass
pip install -r requirements.txt
python setup.py install

If you want to use a specific python version:

git clone https://github.com/bierschi/chromepass
cd chromepass
py -3.8 -m pip install -r requirements.txt
py -3.8 setup.py install

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

2 participants