dongjoon-hyun commented on pull request #32737:
URL: https://github.com/apache/spark/pull/32737#issuecomment-853250678


   BTW, @xinrong-databricks and @HyukjinKwon .
   
   Although I'm adding pip explicitly, as a side note, we don't need to check 
this inside GitHub Action. It's a docker image.
   ```
   $ docker run -it --rm dongjoon/apache-spark-github-action-image:20210530 
python3.8 -c 'import numpy'
   $ docker run -it --rm dongjoon/apache-spark-github-action-image:20210530 
python3.8 -c 'import plotly'
   Traceback (most recent call last):
     File "<string>", line 1, in <module>
   ModuleNotFoundError: No module named 'plotly'
   ```
   
   The other packages are installed correctly. Only `pip` seems to be screwed 
for some reason during `pypy3 pip` installation.


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to