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

Solution for 'ModuleNotFound' error upon second command #6

Open
Melonadev opened this issue Jan 19, 2022 · 0 comments
Open

Solution for 'ModuleNotFound' error upon second command #6

Melonadev opened this issue Jan 19, 2022 · 0 comments

Comments

@Melonadev
Copy link

System: Windows 10

First command worked fine:
pip3 install -r requirements.txt

...but the second command triggers an error:
python3 update_verifier.py lineage-18.1-20220108-microG-surya.zip

The last line of the error:
ModuleNotFoundError: No module named 'pyasn1'

And even when I installed/updated the pyasn1 module, there's another missing module:
ModuleNotFoundError: No module named 'rsa'

Issue was solved by removing the '3' from 'python3', thereby replacing 'python3' with 'python':

python update_verifier.py lineage-18.1-20220108-microG-surya.zip
Verified successfully

I suspect this error is due to me having installed Python both from the official website and Microsoft Store, resulting in 2 different versions of Python on the computer. Please update the README file instructions to reflect this.

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

1 participant