Known issue - Library management updates with public python libraries time-out
If you update your environment with python libraries from the conda channel or provide an env.yml file with libraries from conda channel, the environment publish hangs and eventually times out.
Status: Open
Product Experience: Data Engineering
Symptoms
You see the environment publish hang and time out if you have one of the following scenarios:
- public python libraries specified with feed/source selected as conda
- libraries specified under 'dependencies' in an env.yml file
Solutions and workarounds
You have a few options to work around this issue:
- Use Fabric Runtime 1.3.
- Install the same library using the PyPI feed or move the library under the pip section in the env.yml file.
- Install the same library from conda using and in-line session install, example %conda install, if you're using a Notebook.