Open ptitzler opened 2 years ago
@ptitzler - I suspect this is the same issue as we found for older versions of pyzmq
on Python 3.11. When the pandas 1.4.1 image was introduced, our requirements file referenced pyzmq == 19.0.1
, but that image uses Python 3.9.10 which, at that time, would require a build since it wasn't "available" in wheel form in Python 3.9.
Describe the issue The latest version of the Pandas runtime image can no longer access the pre-built
pyzmq
dependency that is required by Elyra to run Jupyter notebooks in KFP/AA clusters. As a result this package is built on-demand, resulting in a significant overhead whenever a notebook is processed.To Reproduce Steps to reproduce the behavior:
1.4.1
runtime imageExpected behavior A clear and concise description of what you expected to happen.
Deployment information Describe what you've deployed and how: