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

i am so tired of this!! #18

Closed
Nikhil-Sudhan opened this issue Mar 5, 2021 · 1 comment
Closed

i am so tired of this!! #18

Nikhil-Sudhan opened this issue Mar 5, 2021 · 1 comment

Comments

@Nikhil-Sudhan
Copy link

Traceback (most recent call last):
File "password_manager.py", line 2, in
from secrets import get_secret_key
ImportError: cannot import name 'get_secret_key' from 'secrets' (/usr/lib/python3.8/secrets.py)

This is a error I got and I use python3.7 .What are the other I need to do

@deepanshutiwari27
Copy link

Traceback (most recent call last):
File "password_manager.py", line 2, in
from secrets import get_secret_key
ImportError: cannot import name 'get_secret_key' from 'secrets' (/usr/lib/python3.8/secrets.py)

This is a error I got and I use python3.7 .What are the other I need to do

you don't have secrets module installed on your device. to install this module open your terminal and type following command:-
pip install secrets

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