Reamer commented on PR #4775: URL: https://github.com/apache/zeppelin/pull/4775#issuecomment-2255840135
I think that the CI problem will be solved with the following fix. https://github.com/conda-forge/backports-feedstock/pull/7 I always come across the following error. ``` File "/home/runner/miniconda3/envs/python_3_with_R/lib/python3.8/site-packages/ipykernel/eventloops.py", line 12, in <module> from pkg_resources import parse_version as V File "/home/runner/miniconda3/envs/python_3_with_R/lib/python3.8/site-packages/pkg_resources/__init__.py", line 95, in <module> from jaraco.text import ( File "/home/runner/miniconda3/envs/python_3_with_R/lib/python3.8/site-packages/setuptools/_vendor/jaraco/text/__init__.py", line 12, in <module> from jaraco.context import ExceptionTrap File "/home/runner/miniconda3/envs/python_3_with_R/lib/python3.8/site-packages/setuptools/_vendor/jaraco/context.py", line 17, in <module> from backports import tarfile ImportError: cannot import name 'tarfile' from 'backports' (/home/runner/miniconda3/envs/python_3_with_R/lib/python3.8/site-packages/backports/__init__.py) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
