You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: