ModuleNotFoundError: No module named ‘openpyxl’
How do I get sublime to have openpyxl? I have it in anaconda but I can’t see to get it to work with sublime. I’m a Mac user.
Any help
ModuleNotFoundError: No module named ‘openpyxl’
How do I get sublime to have openpyxl? I have it in anaconda but I can’t see to get it to work with sublime. I’m a Mac user.
Any help
That is an indication that the sublime-build
file you’re using is running a different version of python3
than you expect. What build are you using?
I don’t know? My Mac is using anaconda3/bin/python3.
I have installed conda on sublime and that hasn’t fixed the issue.
I have openpyxl installed with anaconda.
Thanks I have found the answer based on your help.
Much obliged