Azure / MLAKSDeployment

How to deploy Python models on a Kubernetes cluster
MIT License
14 stars 11 forks source link

Unable to successfully start kernel - "No Module named 'prompt_toolkit.formatted_text'" #18

Closed jiata closed 5 years ago

jiata commented 6 years ago

Error looks like this:

getimage 1

getimage 2

Environment:

Other notes:

jiata commented 6 years ago

Reinstalled ipykernel 4.8.0 and it worked

pip uninstall ipykernel
pip install ipykernel==4.8.0
jiata commented 6 years ago

Just tried explicit declaration of ipykernel==4.8.0 in environment.yml file and re-created environment, but that didn't work.

marabout2015 commented 5 years ago

Hi @jiata, I'm looking at this right now. The problem is that azure-cli requires an older version of prompt_toolkit, and that causes the kernel failure. I'm working on a workaround.

marabout2015 commented 5 years ago

Fixed with PR #29