I own sublime text but on my second machine I have yet to add the license key.
I have a plugin that I have been working on. On the second machine the plugin is working fine. On my primary machine with what I believe is an up to date registered version of sublime text it is not able to find pathlib when loading my plugin:
ImportError: No module named ‘pathlib’
I am confused as to why my secondary machine has pathlib while my primary machine does not since I have not done any mucking about with pip on either machine.
Any help would be greatly appreciated.