tillahoffmann / obsidian-jupyter

MIT License
438 stars 23 forks source link

The window keep showing "running..." after clicking "run" #28

Closed pakkinlau closed 2 years ago

pakkinlau commented 2 years ago

Before raising an issue Have you installed all required dependencies? See the installation instructions for details.

Checked

Describe the bug The script keep showing "running..." in the top right corner.

Screenshots Screenshot 2021-12-08 193522 Screenshot 2021-12-08 193513

Console output install stderr: Requirement already satisfied: jupyter in c:\users\kin\anaconda3\lib\site-packages (1.0.0) Could not fetch URL https://pypi.org/simple/jupyter/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: notebook in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (6.3.0) Could not fetch URL https://pypi.org/simple/notebook/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/notebook/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jupyter-console in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (6.4.0) Could not fetch URL https://pypi.org/simple/jupyter-console/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter-console/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: qtconsole in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (5.0.3) Could not fetch URL https://pypi.org/simple/qtconsole/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/qtconsole/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: nbconvert in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (6.0.7) Could not fetch URL https://pypi.org/simple/nbconvert/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nbconvert/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: ipywidgets in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (7.6.3) Could not fetch URL https://pypi.org/simple/ipywidgets/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipywidgets/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: ipykernel in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (5.3.4) Could not fetch URL https://pypi.org/simple/ipykernel/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipykernel/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: ipython>=5.0.0 in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (7.22.0) Could not fetch URL https://pypi.org/simple/ipython/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipython/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: traitlets>=4.1.0 in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (5.0.5) Could not fetch URL https://pypi.org/simple/traitlets/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/traitlets/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: tornado>=4.2 in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (6.1) Could not fetch URL https://pypi.org/simple/tornado/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/tornado/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jupyter-client in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (6.1.12) Could not fetch URL https://pypi.org/simple/jupyter-client/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter-client/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: widgetsnbextension~=3.5.0 in c:\users\kin\anaconda3\lib\site-packages (from ipywidgets->jupyter) (3.5.1) Could not fetch URL https://pypi.org/simple/widgetsnbextension/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/widgetsnbextension/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jupyterlab-widgets>=1.0.0 in c:\users\kin\anaconda3\lib\site-packages (from ipywidgets->jupyter) (1.0.0) Could not fetch URL https://pypi.org/simple/jupyterlab-widgets/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyterlab-widgets/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: nbformat>=4.2.0 in c:\users\kin\anaconda3\lib\site-packages (from ipywidgets->jupyter) (5.1.3) Could not fetch URL https://pypi.org/simple/nbformat/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nbformat/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pygments in c:\users\kin\anaconda3\lib\site-packages (from jupyter-console->jupyter) (2.8.1) Could not fetch URL https://pypi.org/simple/pygments/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pygments/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in c:\users\kin\anaconda3\lib\site-packages (from jupyter-console->jupyter) (3.0.17) Could not fetch URL https://pypi.org/simple/prompt-toolkit/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/prompt-toolkit/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: bleach in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (3.3.0) Could not fetch URL https://pypi.org/simple/bleach/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/bleach/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jupyter-core in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (4.7.1) Could not fetch URL https://pypi.org/simple/jupyter-core/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter-core/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: testpath in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.4.4) Could not fetch URL https://pypi.org/simple/testpath/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/testpath/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: nbclient<0.6.0,>=0.5.0 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.5.3) Could not fetch URL https://pypi.org/simple/nbclient/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nbclient/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jinja2>=2.4 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (2.11.3) Could not fetch URL https://pypi.org/simple/jinja2/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jinja2/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: defusedxml in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.7.1) Could not fetch URL https://pypi.org/simple/defusedxml/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/defusedxml/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: entrypoints>=0.2.2 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.3) Could not fetch URL https://pypi.org/simple/entrypoints/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/entrypoints/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: mistune<2,>=0.8.1 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.8.4) Could not fetch URL https://pypi.org/simple/mistune/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/mistune/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jupyterlab-pygments in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.1.2) Could not fetch URL https://pypi.org/simple/jupyterlab-pygments/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyterlab-pygments/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pandocfilters>=1.4.1 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (1.4.3) Could not fetch URL https://pypi.org/simple/pandocfilters/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pandocfilters/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: prometheus-client in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (0.10.1) Could not fetch URL https://pypi.org/simple/prometheus-client/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/prometheus-client/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pyzmq>=17 in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (20.0.0) Could not fetch URL https://pypi.org/simple/pyzmq/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pyzmq/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: Send2Trash>=1.5.0 in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (1.5.0) Could not fetch URL https://pypi.org/simple/send2trash/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/send2trash/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: terminado>=0.8.3 in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (0.9.4) Could not fetch URL https://pypi.org/simple/terminado/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/terminado/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: argon2-cffi in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (20.1.0) Could not fetch URL https://pypi.org/simple/argon2-cffi/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/argon2-cffi/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: ipython-genutils in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (0.2.0) Could not fetch URL https://pypi.org/simple/ipython-genutils/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipython-genutils/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: qtpy in c:\users\kin\anaconda3\lib\site-packages (from qtconsole->jupyter) (1.9.0) Could not fetch URL https://pypi.org/simple/qtpy/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/qtpy/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: colorama in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.4.4) Could not fetch URL https://pypi.org/simple/colorama/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/colorama/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: decorator in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (5.0.6) Could not fetch URL https://pypi.org/simple/decorator/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/decorator/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pickleshare in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.7.5) Could not fetch URL https://pypi.org/simple/pickleshare/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pickleshare/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jedi>=0.16 in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.17.2) Could not fetch URL https://pypi.org/simple/jedi/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jedi/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: setuptools>=18.5 in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (52.0.0.post20210125) Could not fetch URL https://pypi.org/simple/setuptools/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/setuptools/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: backcall in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.2.0) Could not fetch URL https://pypi.org/simple/backcall/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/backcall/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: MarkupSafe>=0.23 in c:\users\kin\anaconda3\lib\site-packages (from jinja2>=2.4->nbconvert->jupyter) (1.1.1) Could not fetch URL https://pypi.org/simple/markupsafe/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/markupsafe/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: python-dateutil>=2.1 in c:\users\kin\anaconda3\lib\site-packages (from jupyter-client->ipykernel->jupyter) (2.8.1) Could not fetch URL https://pypi.org/simple/python-dateutil/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/python-dateutil/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pywin32>=1.0 in c:\users\kin\anaconda3\lib\site-packages (from jupyter-core->nbconvert->jupyter) (227) Could not fetch URL https://pypi.org/simple/pywin32/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pywin32/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: nest-asyncio in c:\users\kin\anaconda3\lib\site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->jupyter) (1.5.1) Could not fetch URL https://pypi.org/simple/nest-asyncio/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nest-asyncio/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: async-generator in c:\users\kin\anaconda3\lib\site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->jupyter) (1.10) Could not fetch URL https://pypi.org/simple/async-generator/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/async-generator/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in c:\users\kin\anaconda3\lib\site-packages (from nbformat>=4.2.0->ipywidgets->jupyter) (3.2.0) Could not fetch URL https://pypi.org/simple/jsonschema/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jsonschema/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: wcwidth in c:\users\kin\anaconda3\lib\site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->jupyter-console->jupyter) (0.2.5) Could not fetch URL https://pypi.org/simple/wcwidth/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/wcwidth/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pywinpty>=0.5 in c:\users\kin\anaconda3\lib\site-packages (from terminado>=0.8.3->notebook->jupyter) (0.5.7) Could not fetch URL https://pypi.org/simple/pywinpty/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pywinpty/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: six in c:\users\kin\anaconda3\lib\site-packages (from argon2-cffi->notebook->jupyter) (1.15.0) Could not fetch URL https://pypi.org/simple/six/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/six/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: cffi>=1.0.0 in c:\users\kin\anaconda3\lib\site-packages (from argon2-cffi->notebook->jupyter) (1.14.5) Could not fetch URL https://pypi.org/simple/cffi/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/cffi/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: webencodings in c:\users\kin\anaconda3\lib\site-packages (from bleach->nbconvert->jupyter) (0.5.1) Could not fetch URL https://pypi.org/simple/webencodings/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/webencodings/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: packaging in c:\users\kin\anaconda3\lib\site-packages (from bleach->nbconvert->jupyter) (20.9) Could not fetch URL https://pypi.org/simple/packaging/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/packaging/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pycparser in c:\users\kin\anaconda3\lib\site-packages (from cffi>=1.0.0->argon2-cffi->notebook->jupyter) (2.20) Could not fetch URL https://pypi.org/simple/pycparser/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pycparser/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: parso<0.8.0,>=0.7.0 in c:\users\kin\anaconda3\lib\site-packages (from jedi>=0.16->ipython>=5.0.0->ipykernel->jupyter) (0.7.0) Could not fetch URL https://pypi.org/simple/parso/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/parso/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pyrsistent>=0.14.0 in c:\users\kin\anaconda3\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (0.17.3) Could not fetch URL https://pypi.org/simple/pyrsistent/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pyrsistent/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: attrs>=17.4.0 in c:\users\kin\anaconda3\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (20.3.0) Could not fetch URL https://pypi.org/simple/attrs/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/attrs/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pyparsing>=2.0.2 in c:\users\kin\anaconda3\lib\site-packages (from packaging->bleach->nbconvert->jupyter) (2.4.7) Could not fetch URL https://pypi.org/simple/pyparsing/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pyparsing/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

Python dependencies alabaster @ file:///home/ktietz/src/ci/alabaster_1611921544520/work anaconda-client==1.7.2 anaconda-navigator==2.1.1 anaconda-project @ file:///tmp/build/80754af9/anaconda-project_1610472525955/work ansi2html==1.6.0 anyio==3.3.4 appdirs==1.4.4 argh==0.26.2 argon2-cffi @ file:///C:/ci/argon2-cffi_1613037959010/work asn1crypto @ file:///tmp/build/80754af9/asn1crypto_1596577642040/work astroid @ file:///C:/ci/astroid_1613501047216/work astropy @ file:///C:/ci/astropy_1617745647203/work async-generator @ file:///home/ktietz/src/ci/async_generator_1611927993394/work atomicwrites==1.4.0 attrs @ file:///tmp/build/80754af9/attrs_1604765588209/work autopep8 @ file:///tmp/build/80754af9/autopep8_1615918855173/work Babel @ file:///tmp/build/80754af9/babel_1607110387436/work backcall @ file:///home/ktietz/src/ci/backcall_1611930011877/work backports.functools-lru-cache @ file:///tmp/build/80754af9/backports.functools_lru_cache_1618170165463/work backports.shutil-get-terminal-size @ file:///tmp/build/80754af9/backports.shutil_get_terminal_size_1608222128777/work backports.tempfile @ file:///home/linux1/recipes/ci/backports.tempfile_1610991236607/work backports.weakref==1.0.post1 backtrader==1.9.76.123 bcrypt @ file:///C:/ci/bcrypt_1597936263757/work beautifulsoup4 @ file:///home/linux1/recipes/ci/beautifulsoup4_1610988766420/work bitarray @ file:///C:/ci/bitarray_1618435038389/work bitfinex-tencars==0.0.3 bkcharts==0.2 black==19.10b0 bleach @ file:///tmp/build/80754af9/bleach_1612211392645/work bokeh @ file:///C:/ci/bokeh_1620784067744/work boto==2.49.0 Bottleneck==1.3.2 Brotli==1.0.9 brotlipy==0.7.0 certifi==2020.12.5 cffi @ file:///C:/ci/cffi_1613247279197/work chardet @ file:///C:/ci/chardet_1607690654534/work chart-studio==1.1.0 click @ file:///home/linux1/recipes/ci/click_1610990599742/work cloudpickle @ file:///tmp/build/80754af9/cloudpickle_1598884132938/work clyent==1.2.2 colorama @ file:///tmp/build/80754af9/colorama_1607707115595/work comtypes==1.1.9 conda==4.10.3 conda-build==3.21.4 conda-content-trust @ file:///tmp/build/80754af9/conda-content-trust_1617045594566/work conda-package-handling @ file:///C:/ci/conda-package-handling_1618262320430/work conda-repo-cli @ file:///tmp/build/80754af9/conda-repo-cli_1620168426516/work conda-token @ file:///tmp/build/80754af9/conda-token_1620076980546/work conda-verify==3.4.2 contextlib2==0.6.0.post1 cryptography @ file:///C:/ci/cryptography_1616769344312/work cycler==0.10.0 Cython @ file:///C:/ci/cython_1618435363327/work cytoolz==0.11.0 dash==2.0.0 dash-core-components==2.0.0 dash-html-components==2.0.0 dash-table==5.0.0 dask @ file:///tmp/build/80754af9/dask-core_1617390489108/work decorator @ file:///tmp/build/80754af9/decorator_1617916966915/work defusedxml @ file:///tmp/build/80754af9/defusedxml_1615228127516/work diff-match-patch @ file:///tmp/build/80754af9/diff-match-patch_1594828741838/work distributed @ file:///C:/ci/distributed_1617384289923/work docopt==0.6.2 docutils @ file:///C:/ci/docutils_1617481617511/work entrypoints==0.3 et-xmlfile==1.0.1 fastcache==1.1.0 filelock @ file:///home/linux1/recipes/ci/filelock_1610993975404/work flake8 @ file:///tmp/build/80754af9/flake8_1615834841867/work Flask @ file:///home/ktietz/src/ci/flask_1611932660458/work Flask-Compress==1.10.1 fsspec @ file:///tmp/build/80754af9/fsspec_1617959894824/work future==0.18.2 gevent @ file:///C:/ci/gevent_1616773090559/work gig==1.1.0 glob2 @ file:///home/linux1/recipes/ci/glob2_1610991677669/work greenlet @ file:///C:/ci/greenlet_1611958565931/work h5py==2.10.0 HeapDict==1.0.1 html5lib @ file:///tmp/build/80754af9/html5lib_1593446221756/work idna @ file:///home/linux1/recipes/ci/idna_1610986105248/work imagecodecs @ file:///C:/ci/imagecodecs_1617996768495/work imageio @ file:///tmp/build/80754af9/imageio_1617700267927/work imagesize @ file:///home/ktietz/src/ci/imagesize_1611921604382/work importlib-metadata @ file:///C:/ci/importlib-metadata_1617877484576/work iniconfig @ file:///home/linux1/recipes/ci/iniconfig_1610983019677/work intervaltree @ file:///tmp/build/80754af9/intervaltree_1598376443606/work ipykernel @ file:///C:/ci/ipykernel_1596190155316/work/dist/ipykernel-5.3.4-py3-none-any.whl ipython @ file:///C:/ci/ipython_1617121002983/work ipython-genutils @ file:///tmp/build/80754af9/ipython_genutils_1606773439826/work ipywidgets @ file:///tmp/build/80754af9/ipywidgets_1610481889018/work isort @ file:///tmp/build/80754af9/isort_1616355431277/work itsdangerous @ file:///home/ktietz/src/ci/itsdangerous_1611932585308/work jdcal==1.4.1 jedi @ file:///C:/ci/jedi_1606914528444/work Jinja2 @ file:///tmp/build/80754af9/jinja2_1612213139570/work joblib @ file:///tmp/build/80754af9/joblib_1613502643832/work json5==0.9.5 jsonschema @ file:///tmp/build/80754af9/jsonschema_1602607155483/work jupyter==1.0.0 jupyter-client @ file:///tmp/build/80754af9/jupyter_client_1616770841739/work jupyter-console @ file:///tmp/build/80754af9/jupyter_console_1616615302928/work jupyter-core @ file:///C:/ci/jupyter_core_1612213356021/work jupyter-dash==0.4.0 jupyter-packaging @ file:///tmp/build/80754af9/jupyter-packaging_1613502826984/work jupyter-server==1.11.2 jupyterlab @ file:///tmp/build/80754af9/jupyterlab_1619133235951/work jupyterlab-execute-time==2.1.0 jupyterlab-pygments @ file:///tmp/build/80754af9/jupyterlab_pygments_1601490720602/work jupyterlab-server @ file:///tmp/build/80754af9/jupyterlab_server_1617134334258/work jupyterlab-widgets @ file:///tmp/build/80754af9/jupyterlab_widgets_1609884341231/work keyring @ file:///C:/ci/keyring_1614616910860/work kiwisolver @ file:///C:/ci/kiwisolver_1612282606037/work lazy-object-proxy @ file:///C:/ci/lazy-object-proxy_1616529307648/work libarchive-c @ file:///tmp/build/80754af9/python-libarchive-c_1617780486945/work llvmlite==0.36.0 locket==0.2.1 lxml @ file:///C:/ci/lxml_1616443455957/work MarkupSafe==1.1.1 matplotlib @ file:///C:/ci/matplotlib-suite_1613408055530/work mccabe==0.6.1 menuinst==1.4.16 mistune==0.8.4 mkl-fft==1.3.0 mkl-random @ file:///C:/ci/mkl_random_1618854156666/work mkl-service==2.3.0 mock @ file:///tmp/build/80754af9/mock_1607622725907/work more-itertools @ file:///tmp/build/80754af9/more-itertools_1613676688952/work mpl-finance==0.10.1 mplfinance==0.12.7a17 mpmath==1.2.1 msgpack @ file:///C:/ci/msgpack-python_1612287368835/work multipledispatch==0.6.0 multitasking==0.0.10 mypy-extensions==0.4.3 navigator-updater==0.2.1 nbclassic @ file:///tmp/build/80754af9/nbclassic_1616085367084/work nbclient @ file:///tmp/build/80754af9/nbclient_1614364831625/work nbconvert @ file:///C:/ci/nbconvert_1601914925608/work nbformat @ file:///tmp/build/80754af9/nbformat_1617383369282/work nest-asyncio @ file:///tmp/build/80754af9/nest-asyncio_1613680548246/work networkx @ file:///tmp/build/80754af9/networkx_1598376031484/work nltk @ file:///tmp/build/80754af9/nltk_1618327084230/work nose @ file:///tmp/build/80754af9/nose_1606773131901/work notebook @ file:///C:/ci/notebook_1616443715883/work numba @ file:///C:/ci/numba_1616774458845/work numexpr @ file:///C:/ci/numexpr_1618856738664/work numpy @ file:///C:/ci/numpy_and_numpy_base_1618497418457/work numpydoc @ file:///tmp/build/80754af9/numpydoc_1605117425582/work olefile==0.46 openpyxl @ file:///tmp/build/80754af9/openpyxl_1615411699337/work packaging @ file:///tmp/build/80754af9/packaging_1611952188834/work pandas @ file:///C:/ci/pandas_1618365634936/work pandas-datareader==0.10.0 pandocfilters @ file:///C:/ci/pandocfilters_1605102497129/work paramiko @ file:///tmp/build/80754af9/paramiko_1598886428689/work parso==0.7.0 partd @ file:///tmp/build/80754af9/partd_1618000087440/work path @ file:///C:/ci/path_1614022440181/work pathlib2 @ file:///C:/ci/pathlib2_1607025069150/work pathspec==0.7.0 patsy==0.5.1 pep8==1.7.1 pexpect @ file:///tmp/build/80754af9/pexpect_1605563209008/work pickleshare @ file:///tmp/build/80754af9/pickleshare_1606932040724/work Pillow @ file:///C:/ci/pillow_1617386341487/work pkginfo==1.7.0 plotly==5.4.0 pluggy @ file:///C:/ci/pluggy_1615976358795/work ply==3.11 polygon-api-client==0.2.11 prometheus-client @ file:///tmp/build/80754af9/prometheus_client_1618088486455/work prompt-toolkit @ file:///tmp/build/80754af9/prompt-toolkit_1616415428029/work psutil @ file:///C:/ci/psutil_1612298324802/work ptyprocess @ file:///tmp/build/80754af9/ptyprocess_1609355006118/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl py @ file:///tmp/build/80754af9/py_1607971587848/work py4j==0.10.9.2 pycodestyle @ file:///home/ktietz/src/ci_mi/pycodestyle_1612807597675/work pycosat==0.6.3 pycparser @ file:///tmp/build/80754af9/pycparser_1594388511720/work pycurl==7.43.0.6 pydocstyle @ file:///tmp/build/80754af9/pydocstyle_1616182067796/work pyerfa @ file:///C:/ci/pyerfa_1619391071834/work pyflakes @ file:///home/ktietz/src/ci_ipy2/pyflakes_1612551159640/work Pygments @ file:///tmp/build/80754af9/pygments_1615143339740/work PyJWT @ file:///C:/ci/pyjwt_1619651841937/work pylint @ file:///C:/ci/pylint_1617136058775/work pyls-black @ file:///tmp/build/80754af9/pyls-black_1607553132291/work pyls-spyder @ file:///tmp/build/80754af9/pyls-spyder_1613849700860/work pymongo==3.12.1 PyNaCl @ file:///C:/ci/pynacl_1595000047588/work pyodbc===4.0.0-unsupported pyOpenSSL @ file:///tmp/build/80754af9/pyopenssl_1608057966937/work pyparsing @ file:///home/linux1/recipes/ci/pyparsing_1610983426697/work pyreadline==2.1 pyrsistent @ file:///C:/ci/pyrsistent_1600141795814/work PySocks @ file:///C:/ci/pysocks_1605287845585/work pyspark==3.2.0 pytest==6.2.3 python-dateutil @ file:///home/ktietz/src/ci/python-dateutil_1611928101742/work python-jsonrpc-server @ file:///tmp/build/80754af9/python-jsonrpc-server_1600278539111/work python-language-server @ file:///tmp/build/80754af9/python-language-server_1607972495879/work pytz @ file:///tmp/build/80754af9/pytz_1612215392582/work PyWavelets @ file:///C:/ci/pywavelets_1601658407916/work pywin32==227 pywin32-ctypes==0.2.0 pywinpty==0.5.7 PyYAML==5.4.1 pyzmq==20.0.0 QDarkStyle==2.8.1 QtAwesome @ file:///tmp/build/80754af9/qtawesome_1615991616277/work qtconsole @ file:///tmp/build/80754af9/qtconsole_1616775094278/work QtPy==1.9.0 regex @ file:///C:/ci/regex_1617569893741/work requests @ file:///tmp/build/80754af9/requests_1608241421344/work retrying==1.3.3 rope @ file:///tmp/build/80754af9/rope_1602264064449/work Rtree @ file:///C:/ci/rtree_1618421009405/work ruamel-yaml-conda @ file:///C:/ci/ruamel_yaml_1616016967756/work scikit-image==0.18.1 scikit-learn @ file:///C:/ci/scikit-learn_1614446896245/work scipy @ file:///C:/ci/scipy_1618856128765/work seaborn @ file:///tmp/build/80754af9/seaborn_1608578541026/work Send2Trash @ file:///tmp/build/80754af9/send2trash_1607525499227/work simplegeneric==0.8.1 singledispatch @ file:///tmp/build/80754af9/singledispatch_1614366001199/work sip==4.19.13 six @ file:///C:/ci/six_1605187374963/work sniffio @ file:///C:/ci/sniffio_1614030707456/work snowballstemmer @ file:///tmp/build/80754af9/snowballstemmer_1611258885636/work sortedcollections @ file:///tmp/build/80754af9/sortedcollections_1611172717284/work sortedcontainers @ file:///tmp/build/80754af9/sortedcontainers_1606865132123/work soupsieve @ file:///tmp/build/80754af9/soupsieve_1616183228191/work Sphinx @ file:///tmp/build/80754af9/sphinx_1620777493457/work sphinxcontrib-applehelp @ file:///home/ktietz/src/ci/sphinxcontrib-applehelp_1611920841464/work sphinxcontrib-devhelp @ file:///home/ktietz/src/ci/sphinxcontrib-devhelp_1611920923094/work sphinxcontrib-htmlhelp @ file:///home/ktietz/src/ci/sphinxcontrib-htmlhelp_1611920974801/work sphinxcontrib-jsmath @ file:///home/ktietz/src/ci/sphinxcontrib-jsmath_1611920942228/work sphinxcontrib-qthelp @ file:///home/ktietz/src/ci/sphinxcontrib-qthelp_1611921055322/work sphinxcontrib-serializinghtml @ file:///home/ktietz/src/ci/sphinxcontrib-serializinghtml_1611920755253/work sphinxcontrib-websupport @ file:///tmp/build/80754af9/sphinxcontrib-websupport_1597081412696/work spyder @ file:///C:/ci/spyder_1616776239898/work spyder-kernels @ file:///C:/ci/spyder-kernels_1614030842607/work SQLAlchemy @ file:///C:/ci/sqlalchemy_1618090063261/work statsmodels==0.12.2 sympy @ file:///C:/ci/sympy_1618255511605/work tables==3.6.1 tblib @ file:///tmp/build/80754af9/tblib_1597928476713/work tenacity==8.0.1 terminado==0.9.4 testpath @ file:///home/ktietz/src/ci/testpath_1611930608132/work textdistance @ file:///tmp/build/80754af9/textdistance_1612461398012/work threadpoolctl @ file:///tmp/tmp9twdgx9k/threadpoolctl-2.1.0-py3-none-any.whl three-merge @ file:///tmp/build/80754af9/three-merge_1607553261110/work tifffile @ file:///tmp/build/80754af9/tifffile_1619636090847/work toml @ file:///tmp/build/80754af9/toml_1616166611790/work toolz @ file:///home/linux1/recipes/ci/toolz_1610987900194/work tornado @ file:///C:/ci/tornado_1606942392901/work tqdm @ file:///tmp/build/80754af9/tqdm_1615925068909/work traitlets @ file:///home/ktietz/src/ci/traitlets_1611929699868/work typed-ast @ file:///C:/ci/typed-ast_1610466535590/work typing-extensions @ file:///home/ktietz/src/ci_mi/typing_extensions_1612808209620/work ujson @ file:///C:/ci/ujson_1611241570789/work unicodecsv==0.14.1 urllib3 @ file:///tmp/build/80754af9/urllib3_1615837158687/work watchdog @ file:///C:/ci/watchdog_1612471251191/work wcwidth @ file:///tmp/build/80754af9/wcwidth_1593447189090/work webencodings==0.5.1 websocket-client==1.2.1 websockets==10.1 Werkzeug @ file:///home/ktietz/src/ci/werkzeug_1611932622770/work widgetsnbextension==3.5.1 win-inet-pton @ file:///C:/ci/win_inet_pton_1605306167264/work win-unicode-console==0.5 wincertstore==0.2 wrapt==1.12.1 xlrd @ file:///tmp/build/80754af9/xlrd_1608072521494/work XlsxWriter @ file:///tmp/build/80754af9/xlsxwriter_1617224712951/work xlwings==0.23.0 xlwt==1.3.0 xmltodict==0.12.0 yapf @ file:///tmp/build/80754af9/yapf_1615749224965/work yfinance==0.1.67 zict==2.0.0 zipp @ file:///tmp/build/80754af9/zipp_1615904174917/work zope.event==4.5.0 zope.interface @ file:///C:/ci/zope.interface_1616357322857/work

tillahoffmann commented 2 years ago

There seems to be an issue with your environment (some stuff is installed in C:\... and some under file:///tmp which I've not yet seen before. Unfortunately, debugging environments is tricky remotely.

Could you please also post the console output that appears when you hit the Run button?

pakkinlau commented 2 years ago

install stderr: Requirement already satisfied: jupyter in c:\users\kin\anaconda3\lib\site-packages (1.0.0) Could not fetch URL https://pypi.org/simple/jupyter/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: notebook in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (6.3.0) Could not fetch URL https://pypi.org/simple/notebook/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/notebook/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jupyter-console in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (6.4.0) Could not fetch URL https://pypi.org/simple/jupyter-console/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter-console/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: qtconsole in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (5.0.3) Could not fetch URL https://pypi.org/simple/qtconsole/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/qtconsole/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: nbconvert in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (6.0.7) Could not fetch URL https://pypi.org/simple/nbconvert/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nbconvert/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: ipywidgets in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (7.6.3) Could not fetch URL https://pypi.org/simple/ipywidgets/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipywidgets/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: ipykernel in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (5.3.4) Could not fetch URL https://pypi.org/simple/ipykernel/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipykernel/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: ipython>=5.0.0 in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (7.22.0) Could not fetch URL https://pypi.org/simple/ipython/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipython/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: traitlets>=4.1.0 in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (5.0.5) Could not fetch URL https://pypi.org/simple/traitlets/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/traitlets/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: tornado>=4.2 in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (6.1) Could not fetch URL https://pypi.org/simple/tornado/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/tornado/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jupyter-client in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (6.1.12) Could not fetch URL https://pypi.org/simple/jupyter-client/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter-client/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: widgetsnbextension~=3.5.0 in c:\users\kin\anaconda3\lib\site-packages (from ipywidgets->jupyter) (3.5.1) Could not fetch URL https://pypi.org/simple/widgetsnbextension/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/widgetsnbextension/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jupyterlab-widgets>=1.0.0 in c:\users\kin\anaconda3\lib\site-packages (from ipywidgets->jupyter) (1.0.0) Could not fetch URL https://pypi.org/simple/jupyterlab-widgets/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyterlab-widgets/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: nbformat>=4.2.0 in c:\users\kin\anaconda3\lib\site-packages (from ipywidgets->jupyter) (5.1.3) Could not fetch URL https://pypi.org/simple/nbformat/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nbformat/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pygments in c:\users\kin\anaconda3\lib\site-packages (from jupyter-console->jupyter) (2.8.1) Could not fetch URL https://pypi.org/simple/pygments/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pygments/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in c:\users\kin\anaconda3\lib\site-packages (from jupyter-console->jupyter) (3.0.17) Could not fetch URL https://pypi.org/simple/prompt-toolkit/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/prompt-toolkit/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: bleach in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (3.3.0) Could not fetch URL https://pypi.org/simple/bleach/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/bleach/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jupyter-core in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (4.7.1) Could not fetch URL https://pypi.org/simple/jupyter-core/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter-core/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: testpath in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.4.4) Could not fetch URL https://pypi.org/simple/testpath/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/testpath/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: nbclient<0.6.0,>=0.5.0 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.5.3) Could not fetch URL https://pypi.org/simple/nbclient/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nbclient/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jinja2>=2.4 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (2.11.3) Could not fetch URL https://pypi.org/simple/jinja2/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jinja2/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: defusedxml in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.7.1) Could not fetch URL https://pypi.org/simple/defusedxml/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/defusedxml/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: entrypoints>=0.2.2 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.3) Could not fetch URL https://pypi.org/simple/entrypoints/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/entrypoints/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: mistune<2,>=0.8.1 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.8.4) Could not fetch URL https://pypi.org/simple/mistune/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/mistune/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jupyterlab-pygments in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.1.2) Could not fetch URL https://pypi.org/simple/jupyterlab-pygments/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyterlab-pygments/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pandocfilters>=1.4.1 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (1.4.3) Could not fetch URL https://pypi.org/simple/pandocfilters/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pandocfilters/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: prometheus-client in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (0.10.1) Could not fetch URL https://pypi.org/simple/prometheus-client/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/prometheus-client/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pyzmq>=17 in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (20.0.0) Could not fetch URL https://pypi.org/simple/pyzmq/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pyzmq/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: Send2Trash>=1.5.0 in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (1.5.0) Could not fetch URL https://pypi.org/simple/send2trash/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/send2trash/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: terminado>=0.8.3 in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (0.9.4) Could not fetch URL https://pypi.org/simple/terminado/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/terminado/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: argon2-cffi in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (20.1.0) Could not fetch URL https://pypi.org/simple/argon2-cffi/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/argon2-cffi/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: ipython-genutils in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (0.2.0) Could not fetch URL https://pypi.org/simple/ipython-genutils/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipython-genutils/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: qtpy in c:\users\kin\anaconda3\lib\site-packages (from qtconsole->jupyter) (1.9.0) Could not fetch URL https://pypi.org/simple/qtpy/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/qtpy/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: colorama in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.4.4) Could not fetch URL https://pypi.org/simple/colorama/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/colorama/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: decorator in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (5.0.6) Could not fetch URL https://pypi.org/simple/decorator/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/decorator/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pickleshare in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.7.5) Could not fetch URL https://pypi.org/simple/pickleshare/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pickleshare/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jedi>=0.16 in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.17.2) Could not fetch URL https://pypi.org/simple/jedi/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jedi/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: setuptools>=18.5 in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (52.0.0.post20210125) Could not fetch URL https://pypi.org/simple/setuptools/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/setuptools/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: backcall in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.2.0) Could not fetch URL https://pypi.org/simple/backcall/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/backcall/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: MarkupSafe>=0.23 in c:\users\kin\anaconda3\lib\site-packages (from jinja2>=2.4->nbconvert->jupyter) (1.1.1) Could not fetch URL https://pypi.org/simple/markupsafe/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/markupsafe/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: python-dateutil>=2.1 in c:\users\kin\anaconda3\lib\site-packages (from jupyter-client->ipykernel->jupyter) (2.8.1) Could not fetch URL https://pypi.org/simple/python-dateutil/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/python-dateutil/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pywin32>=1.0 in c:\users\kin\anaconda3\lib\site-packages (from jupyter-core->nbconvert->jupyter) (227) Could not fetch URL https://pypi.org/simple/pywin32/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pywin32/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: nest-asyncio in c:\users\kin\anaconda3\lib\site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->jupyter) (1.5.1) Could not fetch URL https://pypi.org/simple/nest-asyncio/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nest-asyncio/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: async-generator in c:\users\kin\anaconda3\lib\site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->jupyter) (1.10) Could not fetch URL https://pypi.org/simple/async-generator/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/async-generator/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in c:\users\kin\anaconda3\lib\site-packages (from nbformat>=4.2.0->ipywidgets->jupyter) (3.2.0) Could not fetch URL https://pypi.org/simple/jsonschema/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jsonschema/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: wcwidth in c:\users\kin\anaconda3\lib\site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->jupyter-console->jupyter) (0.2.5) Could not fetch URL https://pypi.org/simple/wcwidth/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/wcwidth/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pywinpty>=0.5 in c:\users\kin\anaconda3\lib\site-packages (from terminado>=0.8.3->notebook->jupyter) (0.5.7) Could not fetch URL https://pypi.org/simple/pywinpty/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pywinpty/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: six in c:\users\kin\anaconda3\lib\site-packages (from argon2-cffi->notebook->jupyter) (1.15.0) Could not fetch URL https://pypi.org/simple/six/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/six/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: cffi>=1.0.0 in c:\users\kin\anaconda3\lib\site-packages (from argon2-cffi->notebook->jupyter) (1.14.5) Could not fetch URL https://pypi.org/simple/cffi/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/cffi/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: webencodings in c:\users\kin\anaconda3\lib\site-packages (from bleach->nbconvert->jupyter) (0.5.1) Could not fetch URL https://pypi.org/simple/webencodings/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/webencodings/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: packaging in c:\users\kin\anaconda3\lib\site-packages (from bleach->nbconvert->jupyter) (20.9) Could not fetch URL https://pypi.org/simple/packaging/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/packaging/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pycparser in c:\users\kin\anaconda3\lib\site-packages (from cffi>=1.0.0->argon2-cffi->notebook->jupyter) (2.20) Could not fetch URL https://pypi.org/simple/pycparser/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pycparser/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: parso<0.8.0,>=0.7.0 in c:\users\kin\anaconda3\lib\site-packages (from jedi>=0.16->ipython>=5.0.0->ipykernel->jupyter) (0.7.0) Could not fetch URL https://pypi.org/simple/parso/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/parso/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pyrsistent>=0.14.0 in c:\users\kin\anaconda3\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (0.17.3) Could not fetch URL https://pypi.org/simple/pyrsistent/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pyrsistent/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: attrs>=17.4.0 in c:\users\kin\anaconda3\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (20.3.0) Could not fetch URL https://pypi.org/simple/attrs/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/attrs/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already satisfied: pyparsing>=2.0.2 in c:\users\kin\anaconda3\lib\site-packages (from packaging->bleach->nbconvert->jupyter) (2.4.7) Could not fetch URL https://pypi.org/simple/pyparsing/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pyparsing/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

pakkinlau commented 2 years ago

https://www.tradingview.com/chart/NQ1!/amJjc0Af-jypyter-plugin/

@tillahoffmann Could also refer to this video. I recorded the whole process of running + copy code in this video.

Thanks for your help in advance.

tillahoffmann commented 2 years ago

Thanks for the video. Could you post the console output please nevertheless?

pakkinlau commented 2 years ago

Thanks for the video. Could you post the console output please nevertheless?

Already copied, the text in here

tillahoffmann commented 2 years ago

Sorry, I'm thinking of the text in this screenshot.

image
pakkinlau commented 2 years ago

Sorry, I'm thinking of the text in this screenshot.

image

OK. second

pakkinlau commented 2 years ago
Obsidian Developer Console
​ loading jupyter plugin
​ downloading missing python script...
​ obtained missing python script
​ unloading jupyter plugin
main.ts:159 loading jupyter plugin
main.ts:176 python script exists at C:\Users\Kin\All_programming_projects\obsidian\computer_science/.obsidian/plugins/obsidian-jupyter/obsidian-jupyter.py
main.ts:153 created new client for doc test-document using interpreter C:\Users\Kin\anaconda3\python.exe
index.html:1 Uncaught SyntaxError: Unexpected token _ in JSON at position 0
    at JSON.parse (<anonymous>)
    at JupyterClient.processStdOut (eval at <anonymous> (app.js:1), <anonymous>:2991:33)
    at Socket.emit (events.js:315)
    at addChunk (internal/streams/readable.js:309)
    at readableAddChunk (internal/streams/readable.js:284)
    at Socket.Readable.push (internal/streams/readable.js:223)
    at Pipe.onStreamRead (internal/stream_base_commons.js:188)
index.html:1 Uncaught SyntaxError: Unexpected token _ in JSON at position 0
    at JSON.parse (<anonymous>)
    at JupyterClient.processStdOut (eval at <anonymous> (app.js:1), <anonymous>:2991:33)
    at Socket.emit (events.js:315)
    at addChunk (internal/streams/readable.js:309)
    at readableAddChunk (internal/streams/readable.js:284)
    at Socket.Readable.push (internal/streams/readable.js:223)
    at Pipe.onStreamRead (internal/stream_base_commons.js:188)
main.ts:62 Traceback (most recent call last):
  File ".obsidian/plugins/obsidian-jupyter/obsidian-jupyter.py", line 3, in <module>
    from jupyter_client import KernelManager
  File "C:\Users\Kin\anaconda3\lib\site-packages\jupyter_client\__init__.py", line 4, in <module>
    from .connect import *
  File "C:\Users\Kin\anaconda3\lib\site-packages\jupyter_client\connect.py", line 21, in <module>
    import zmq
  File "C:\Users\Kin\anaconda3\lib\site-packages\zmq\__init__.py", line 55, in <module>
    from zmq import backend
  File "C:\Users\Kin\anaconda3\lib\site-packages\zmq\backend\__init__.py", line 40, in <module>
    reraise(*exc_info)
  File "C:\Users\Kin\anaconda3\lib\site-packages\zmq\utils\sixcerpt.py", line 34, in reraise
    raise value
  File "C:\Users\Kin\anaconda3\lib\site-packages\zmq\backend\__init__.py", line 27, in <module>
    _ns = select_backend(first)
  File "C:\Users\Kin\anaconda3\lib\site-packages\zmq\backend\select.py", line 28, in select_backend
    mod = __import__(name, fromlist=public_api)
  File "C:\Users\Kin\anaconda3\lib\site-packages\zmq\backend\cython\__init__.py", line 6, in <module>
    from . import (constants, error, message, context,
ImportError: DLL load failed while importing error: The specified module could not be found.

main.ts:153 created new client for doc dade469912f42cb1 using interpreter interpreter-path
events.js:315 Error: spawn interpreter-path ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:269)
    at onErrorNT (internal/child_process.js:465)
    at processTicksAndRejections (internal/process/task_queues.js:80)
events.js:292 Uncaught Error: write EPIPE
    at afterWriteDispatched (internal/stream_base_commons.js:156)
    at writeGeneric (internal/stream_base_commons.js:147)
    at Socket._writeGeneric (net.js:785)
    at Socket._write (net.js:797)
    at writeOrBuffer (internal/streams/writable.js:358)
    at Socket.Writable.write (internal/streams/writable.js:303)
    at JupyterClient.eval (eval at <anonymous> (app.js:1), <anonymous>:3011:32)
    at Generator.next (<anonymous>)
    at eval (eval at <anonymous> (app.js:1), <anonymous>:55:71)
    at new Promise (<anonymous>)
main.ts:153 created new client for doc 449339a5e86ec43d using interpreter interpreter-path
events.js:315 Error: spawn interpreter-path ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:269)
    at onErrorNT (internal/child_process.js:465)
    at processTicksAndRejections (internal/process/task_queues.js:80)
events.js:292 Uncaught Error: write EPIPE
    at afterWriteDispatched (internal/stream_base_commons.js:156)
    at writeGeneric (internal/stream_base_commons.js:147)
    at Socket._writeGeneric (net.js:785)
    at Socket._write (net.js:797)
    at writeOrBuffer (internal/streams/writable.js:358)
    at Socket.Writable.write (internal/streams/writable.js:303)
    at JupyterClient.eval (eval at <anonymous> (app.js:1), <anonymous>:3011:32)
    at Generator.next (<anonymous>)
    at eval (eval at <anonymous> (app.js:1), <anonymous>:55:71)
    at new Promise (<anonymous>)
main.ts:304 install stdout: Requirement already satisfied: jupyter in c:\users\kin\anaconda3\lib\site-packages (1.0.0)
Could not fetch URL https://pypi.org/simple/jupyter/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: notebook in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (6.3.0)
Could not fetch URL https://pypi.org/simple/notebook/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/notebook/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: jupyter-console in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (6.4.0)
Could not fetch URL https://pypi.org/simple/jupyter-console/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter-console/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: qtconsole in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (5.0.3)
Could not fetch URL https://pypi.org/simple/qtconsole/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/qtconsole/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: nbconvert in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (6.0.7)
Could not fetch URL https://pypi.org/simple/nbconvert/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nbconvert/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: ipywidgets in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (7.6.3)
Could not fetch URL https://pypi.org/simple/ipywidgets/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipywidgets/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: ipykernel in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (5.3.4)
Could not fetch URL https://pypi.org/simple/ipykernel/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipykernel/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: ipython>=5.0.0 in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (7.22.0)
Could not fetch URL https://pypi.org/simple/ipython/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipython/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: traitlets>=4.1.0 in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (5.0.5)
Could not fetch URL https://pypi.org/simple/traitlets/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/traitlets/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: tornado>=4.2 in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (6.1)
Could not fetch URL https://pypi.org/simple/tornado/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/tornado/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: jupyter-client in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (6.1.12)
Could not fetch URL https://pypi.org/simple/jupyter-client/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter-client/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: widgetsnbextension~=3.5.0 in c:\users\kin\anaconda3\lib\site-packages (from ipywidgets->jupyter) (3.5.1)
Could not fetch URL https://pypi.org/simple/widgetsnbextension/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retrie
main.ts:305 install stderr: Requirement already satisfied: jupyter in c:\users\kin\anaconda3\lib\site-packages (1.0.0)
Could not fetch URL https://pypi.org/simple/jupyter/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: notebook in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (6.3.0)
Could not fetch URL https://pypi.org/simple/notebook/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/notebook/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: jupyter-console in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (6.4.0)
Could not fetch URL https://pypi.org/simple/jupyter-console/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter-console/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: qtconsole in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (5.0.3)
Could not fetch URL https://pypi.org/simple/qtconsole/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/qtconsole/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: nbconvert in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (6.0.7)
Could not fetch URL https://pypi.org/simple/nbconvert/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nbconvert/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: ipywidgets in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (7.6.3)
Could not fetch URL https://pypi.org/simple/ipywidgets/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipywidgets/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: ipykernel in c:\users\kin\anaconda3\lib\site-packages (from jupyter) (5.3.4)
Could not fetch URL https://pypi.org/simple/ipykernel/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipykernel/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: ipython>=5.0.0 in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (7.22.0)
Could not fetch URL https://pypi.org/simple/ipython/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipython/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: traitlets>=4.1.0 in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (5.0.5)
Could not fetch URL https://pypi.org/simple/traitlets/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/traitlets/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: tornado>=4.2 in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (6.1)
Could not fetch URL https://pypi.org/simple/tornado/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/tornado/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: jupyter-client in c:\users\kin\anaconda3\lib\site-packages (from ipykernel->jupyter) (6.1.12)
Could not fetch URL https://pypi.org/simple/jupyter-client/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter-client/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: widgetsnbextension~=3.5.0 in c:\users\kin\anaconda3\lib\site-packages (from ipywidgets->jupyter) (3.5.1)
Could not fetch URL https://pypi.org/simple/widgetsnbextension/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/widgetsnbextension/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: jupyterlab-widgets>=1.0.0 in c:\users\kin\anaconda3\lib\site-packages (from ipywidgets->jupyter) (1.0.0)
Could not fetch URL https://pypi.org/simple/jupyterlab-widgets/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyterlab-widgets/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: nbformat>=4.2.0 in c:\users\kin\anaconda3\lib\site-packages (from ipywidgets->jupyter) (5.1.3)
Could not fetch URL https://pypi.org/simple/nbformat/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nbformat/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: pygments in c:\users\kin\anaconda3\lib\site-packages (from jupyter-console->jupyter) (2.8.1)
Could not fetch URL https://pypi.org/simple/pygments/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pygments/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in c:\users\kin\anaconda3\lib\site-packages (from jupyter-console->jupyter) (3.0.17)
Could not fetch URL https://pypi.org/simple/prompt-toolkit/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/prompt-toolkit/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: bleach in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (3.3.0)
Could not fetch URL https://pypi.org/simple/bleach/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/bleach/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: jupyter-core in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (4.7.1)
Could not fetch URL https://pypi.org/simple/jupyter-core/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter-core/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: testpath in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.4.4)
Could not fetch URL https://pypi.org/simple/testpath/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/testpath/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: nbclient<0.6.0,>=0.5.0 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.5.3)
Could not fetch URL https://pypi.org/simple/nbclient/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nbclient/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: jinja2>=2.4 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (2.11.3)
Could not fetch URL https://pypi.org/simple/jinja2/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jinja2/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: defusedxml in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.7.1)
Could not fetch URL https://pypi.org/simple/defusedxml/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/defusedxml/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: entrypoints>=0.2.2 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.3)
Could not fetch URL https://pypi.org/simple/entrypoints/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/entrypoints/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: mistune<2,>=0.8.1 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.8.4)
Could not fetch URL https://pypi.org/simple/mistune/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/mistune/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: jupyterlab-pygments in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (0.1.2)
Could not fetch URL https://pypi.org/simple/jupyterlab-pygments/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyterlab-pygments/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: pandocfilters>=1.4.1 in c:\users\kin\anaconda3\lib\site-packages (from nbconvert->jupyter) (1.4.3)
Could not fetch URL https://pypi.org/simple/pandocfilters/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pandocfilters/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: prometheus-client in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (0.10.1)
Could not fetch URL https://pypi.org/simple/prometheus-client/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/prometheus-client/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: pyzmq>=17 in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (20.0.0)
Could not fetch URL https://pypi.org/simple/pyzmq/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pyzmq/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: Send2Trash>=1.5.0 in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (1.5.0)
Could not fetch URL https://pypi.org/simple/send2trash/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/send2trash/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: terminado>=0.8.3 in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (0.9.4)
Could not fetch URL https://pypi.org/simple/terminado/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/terminado/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: argon2-cffi in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (20.1.0)
Could not fetch URL https://pypi.org/simple/argon2-cffi/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/argon2-cffi/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: ipython-genutils in c:\users\kin\anaconda3\lib\site-packages (from notebook->jupyter) (0.2.0)
Could not fetch URL https://pypi.org/simple/ipython-genutils/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ipython-genutils/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: qtpy in c:\users\kin\anaconda3\lib\site-packages (from qtconsole->jupyter) (1.9.0)
Could not fetch URL https://pypi.org/simple/qtpy/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/qtpy/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: colorama in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.4.4)
Could not fetch URL https://pypi.org/simple/colorama/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/colorama/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: decorator in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (5.0.6)
Could not fetch URL https://pypi.org/simple/decorator/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/decorator/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: pickleshare in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.7.5)
Could not fetch URL https://pypi.org/simple/pickleshare/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pickleshare/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: jedi>=0.16 in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.17.2)
Could not fetch URL https://pypi.org/simple/jedi/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jedi/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: setuptools>=18.5 in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (52.0.0.post20210125)
Could not fetch URL https://pypi.org/simple/setuptools/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/setuptools/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: backcall in c:\users\kin\anaconda3\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.2.0)
Could not fetch URL https://pypi.org/simple/backcall/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/backcall/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: MarkupSafe>=0.23 in c:\users\kin\anaconda3\lib\site-packages (from jinja2>=2.4->nbconvert->jupyter) (1.1.1)
Could not fetch URL https://pypi.org/simple/markupsafe/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/markupsafe/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: python-dateutil>=2.1 in c:\users\kin\anaconda3\lib\site-packages (from jupyter-client->ipykernel->jupyter) (2.8.1)
Could not fetch URL https://pypi.org/simple/python-dateutil/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/python-dateutil/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: pywin32>=1.0 in c:\users\kin\anaconda3\lib\site-packages (from jupyter-core->nbconvert->jupyter) (227)
Could not fetch URL https://pypi.org/simple/pywin32/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pywin32/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: nest-asyncio in c:\users\kin\anaconda3\lib\site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->jupyter) (1.5.1)
Could not fetch URL https://pypi.org/simple/nest-asyncio/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/nest-asyncio/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: async-generator in c:\users\kin\anaconda3\lib\site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->jupyter) (1.10)
Could not fetch URL https://pypi.org/simple/async-generator/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/async-generator/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in c:\users\kin\anaconda3\lib\site-packages (from nbformat>=4.2.0->ipywidgets->jupyter) (3.2.0)
Could not fetch URL https://pypi.org/simple/jsonschema/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jsonschema/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: wcwidth in c:\users\kin\anaconda3\lib\site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->jupyter-console->jupyter) (0.2.5)
Could not fetch URL https://pypi.org/simple/wcwidth/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/wcwidth/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: pywinpty>=0.5 in c:\users\kin\anaconda3\lib\site-packages (from terminado>=0.8.3->notebook->jupyter) (0.5.7)
Could not fetch URL https://pypi.org/simple/pywinpty/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pywinpty/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: six in c:\users\kin\anaconda3\lib\site-packages (from argon2-cffi->notebook->jupyter) (1.15.0)
Could not fetch URL https://pypi.org/simple/six/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/six/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: cffi>=1.0.0 in c:\users\kin\anaconda3\lib\site-packages (from argon2-cffi->notebook->jupyter) (1.14.5)
Could not fetch URL https://pypi.org/simple/cffi/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/cffi/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: webencodings in c:\users\kin\anaconda3\lib\site-packages (from bleach->nbconvert->jupyter) (0.5.1)
Could not fetch URL https://pypi.org/simple/webencodings/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/webencodings/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: packaging in c:\users\kin\anaconda3\lib\site-packages (from bleach->nbconvert->jupyter) (20.9)
Could not fetch URL https://pypi.org/simple/packaging/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/packaging/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: pycparser in c:\users\kin\anaconda3\lib\site-packages (from cffi>=1.0.0->argon2-cffi->notebook->jupyter) (2.20)
Could not fetch URL https://pypi.org/simple/pycparser/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pycparser/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: parso<0.8.0,>=0.7.0 in c:\users\kin\anaconda3\lib\site-packages (from jedi>=0.16->ipython>=5.0.0->ipykernel->jupyter) (0.7.0)
Could not fetch URL https://pypi.org/simple/parso/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/parso/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: pyrsistent>=0.14.0 in c:\users\kin\anaconda3\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (0.17.3)
Could not fetch URL https://pypi.org/simple/pyrsistent/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pyrsistent/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: attrs>=17.4.0 in c:\users\kin\anaconda3\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (20.3.0)
Could not fetch URL https://pypi.org/simple/attrs/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/attrs/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already satisfied: pyparsing>=2.0.2 in c:\users\kin\anaconda3\lib\site-packages (from packaging->bleach->nbconvert->jupyter) (2.4.7)
Could not fetch URL https://pypi.org/simple/pyparsing/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pyparsing/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
pakkinlau commented 2 years ago

You can find the error message by searching "Uncaught "

tillahoffmann commented 2 years ago

It appears that there's a problem with your python environment as indicated by

Traceback (most recent call last):
  File ".obsidian/plugins/obsidian-jupyter/obsidian-jupyter.py", line 3, in <module>
    from jupyter_client import KernelManager
  File "C:\Users\Kin\anaconda3\lib\site-packages\jupyter_client\__init__.py", line 4, in <module>
    from .connect import *
  File "C:\Users\Kin\anaconda3\lib\site-packages\jupyter_client\connect.py", line 21, in <module>
    import zmq
  File "C:\Users\Kin\anaconda3\lib\site-packages\zmq\__init__.py", line 55, in <module>
    from zmq import backend
  File "C:\Users\Kin\anaconda3\lib\site-packages\zmq\backend\__init__.py", line 40, in <module>
    reraise(*exc_info)
  File "C:\Users\Kin\anaconda3\lib\site-packages\zmq\utils\sixcerpt.py", line 34, in reraise
    raise value
  File "C:\Users\Kin\anaconda3\lib\site-packages\zmq\backend\__init__.py", line 27, in <module>
    _ns = select_backend(first)
  File "C:\Users\Kin\anaconda3\lib\site-packages\zmq\backend\select.py", line 28, in select_backend
    mod = __import__(name, fromlist=public_api)
  File "C:\Users\Kin\anaconda3\lib\site-packages\zmq\backend\cython\__init__.py", line 6, in <module>
    from . import (constants, error, message, context,
ImportError: DLL load failed while importing error: The specified module could not be found.

Unfortunately, debugging environments remotely is difficult. I'm going to close this issue for now. I'd recommend setting up a new virtual environment and trying again.