In my Code Repo with an imported library my Code Assist is not loading properly. It is giving me a transforms-python:runVersions
error. Also getting the problem nothing provides openssl 1.0.2d needed by python-2.7.11-0
.
Code Assist breaks because of Python version conflict (e.g.: the imported custom library uses Python 3.6 but the consuming Python notebook uses Python 3.8). You’ll need to match Python versions, so you could either:
The solution is to match Python versions for both the imported library and consuming notebook.