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

ImportError: No module named certifi #22222

Closed
roberto68 opened this issue Nov 18, 2018 · 6 comments
Closed

ImportError: No module named certifi #22222

roberto68 opened this issue Nov 18, 2018 · 6 comments

Comments

@roberto68
Copy link

roberto68 commented Nov 18, 2018

I got this msg
$ ./mach bootstrap Traceback (most recent call last): File "./mach", line 96, in <module> main(sys.argv) File "./mach", line 24, in main sys.exit(mach_bootstrap.bootstrap_command_only(topdir)) File "/home/roberto/bin/servo/python/mach_bootstrap.py", line 232, in bootstrap_command_only from servo.bootstrap import bootstrap File "/home/roberto/bin/servo/python/servo/bootstrap.py", line 17, in <module> from servo.util import extract, download_file, host_triple File "/home/roberto/bin/servo/python/servo/util.py", line 33, in <module> import certifi ImportError: No module named certifi
I'm on python Python 2.7.15

@jdm
Copy link
Member

jdm commented Nov 18, 2018

Try running pip install certifi to make this disappear.

@roberto68 roberto68 changed the title cannot build fedora 29 ImportError: No module named certifi Nov 19, 2018
@SkyHopeFashion
Copy link

'pip' is not recognized as an internal or external command,
operable program or batch file.

@jdm
Copy link
Member

jdm commented Mar 20, 2020

@SkyHopeFashion Use python -m pip instead.

@jsaicha-personal
Copy link

@jdm i tried running "pip install certifi " it shows requirement already satified . But still iam getting the error

@jdm
Copy link
Member

jdm commented Apr 2, 2021

@jsaicha-personal Is there any difference if you use pip3 instead?

@nccssocialmedia
Copy link

@jsaicha-personal please uninstall the certifi using pip uninstall certifi, then pip install certifi
it worked for me correctly.

thanks

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

5 participants