Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 07:09 AM
To avoid conflict with preinstalled version, py4j needs to be installed via %pip install py4j==0.10.9.
you can try this way to check where it is installed:
%sh
pip install py4j==0.10.9
pip show py4j
My blog: https://databrickster.medium.com/