This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Publishing hangs at deploying step if no binary/link for python
#171
Labels
python
#171
OS: macOS 10.14.5
Python: 3.7.3 from Python.org
Versions:
rsconnect-jupyter==1.2.1.93
,notebook==5.7.8
Overview
Publishing Jupyter notebooks with Python installed from Python.org hangs indefinitely at the
Deploying...
step unless I add a symlink forpython
.By default, the version of Python from Python.org only includes
python3
andpip3
binaries with no links forpython
orpip
.Steps to reproduce
/Applications/Python 3.7/Install Certificates.command
to install SSL root certificatespip3 install jupyter rsconnect-jupyter
rsconnect-jupyter
extensionPublish document with source code
Deploying...
with no additional informationWorkaround
Add a symlink from
python
topython3
where Python is installed. In my case that is:The text was updated successfully, but these errors were encountered: