-
Notifications
You must be signed in to change notification settings - Fork 45
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
No module named 'click' #10
Comments
even after running |
Unfortunately, yes. I'm sure I'm missing something simple, but I cannot figure it out for the life of me. I tried from scratch today, built an Ubuntu vm 20.04, separately installed Python 3.7 since 3.9 is default using this link: https://www.techiediaries.com/ubuntu/install-python-3-pip-venv-ubuntu-20-04-19/. Errors pop up for bpylist and pyqrcode when attempting to complete the |
then i suspect this may also work if you set it to If this solves the issue, I can submit a pull request to make this change in the repo if @CooperRS deems it is actually a bug |
Steps I performed:
And still got the same error I have experienced doing the same set of steps for 3.7 and 3.9 python versions: @MoralCode -- did you change any specific values in the Pipfile other than the python version such as using a different bpylist version? |
@MoralCode Thank you for the suggestion, it worked! Also, after reading your response, I do recall editing the My steps, in case anyone else is interested as well:
Then the rest worked. |
@ivorytoast you may need to swap your steps 2 and 3 since |
@MoralCode -- that worked! Thank you 👍 |
I am attempting to run the decrypt_otpauth.py script against the example backup file backup-1.0.otpauthdb, but for whatever reason, I keep getting a 'ModuleNotFoundError: No module named 'click''.
I've attempted to separately install and make sure the necessary modules are installed (pip install click, pip install pyqrcode, ...), but that does not seem to help. Also, I receive errors when trying to install the bpylist module. I've attempted both on Windows and Ubuntu with no luck.
I'm sure I could be doing something wrong but figured I would post the issue here in case others are running into the same problem.
The text was updated successfully, but these errors were encountered: