cometta commented on PR #4570:
URL: https://github.com/apache/zeppelin/pull/4570#issuecomment-1446277819
i able to compile the master branch after your patching, but when i start
python notebook example, run below cell
```
%python.ipython
import sys
sys?
```
i get below error, there is mismatch of python version
```
org.apache.zeppelin.interpreter.InterpreterException:
org.apache.zeppelin.interpreter.InterpreterException: Fail to open
JupyterKernelInterpreter:
java.io.IOException: Fail to launch Jupyter Kernel as the python process is
failed.
Traceback (most recent call last):
File
"/tmp/zeppelin_jupyter_kernel_python184007101575930887/kernel_server.py", line
25, in <module>
import grpc
File "/opt/conda/lib/pypy3.8/site-packages/grpc/__init__.py", line 22, in
<module>
from grpc import _compression
File "/opt/conda/lib/pypy3.8/site-packages/grpc/_compression.py", line 15,
in <module>
from grpc._cython import cygrpc
ImportError: cannot import name 'cygrpc' from 'grpc._cython'
(/opt/conda/lib/pypy3.8/site-packages/grpc/_cython/__init__.py)
at
org.apache.zeppelin.jupyter.JupyterKernelInterpreter.launchJupyterKernel(JupyterKernelInterpreter.java:269)
at
org.apache.zeppelin.jupyter.JupyterKernelInterpreter.open(JupyterKernelInterpreter.java:159)
at
org.apache.zeppelin.python.IPythonInterpreter.open(IPythonInterpreter.java:117)
at
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:70)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:861)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:769)
at org.apache.zeppelin.scheduler.Job.run(Job.java:172)
at
org.apache.zeppelin.scheduler.AbstractScheduler.runJob(AbstractScheduler.java:132)
at
org.apache.zeppelin.scheduler.FIFOScheduler.lambda$runJobInScheduler$0(FIFOScheduler.java:42)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
```
can you try reproduce this?
--
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]