Your python code will usually have many dependencies, and the python packages for these dependencies are often written in pure Python and pip install can be used to ...
I'm using Python 3.6.4. I'm trying to access a resource in a whl file. Using the following code: import sys, importlib_resources sys.path.append('path/to/my/wheel ...