python 2.7 - Terminal can open module plotly but IDLE can't -


i pip installed plotly, module graphing on python. when access terminal, imports , works fine. however, if try , access idle, following error keeps being thrown:

traceback (most recent call last):   file "<pyshell#13>", line 1     plotly import plotly   file   "/library/frameworks/python.framework/versions/2.7/lib/python2.7/site- packages/plotly/__init__.py", line 31 plotly import (plotly, dashboard_objs, graph_objs, grid_objs,  tools,   file   "/library/frameworks/python.framework/versions/2.7/lib/python2.7/site- packages/plotly/plotly/__init__.py", line 10 . plotly import (   file   "/library/frameworks/python.framework/versions/2.7/lib/python2.7/site-  packages/plotly/plotly/plotly.py", line 28      requests.compat import json _json    file   "/library/frameworks/python.framework/versions/2.7/lib/python2.7/site-  packages/requests/__init__.py", line 97     . import utils    file   "/library/frameworks/python.framework/versions/2.7/lib/python2.7/site-  packages/requests/utils.py", line 24 . import certs    file   "/library/frameworks/python.framework/versions/2.7/lib/python2.7/site-  packages/requests/certs.py", line 15      certifi import importerror: no module named certifi 


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -