I am working with xlsxwriter but every-time i try to run my file i get the following error:
No module named 'xlsxwriter'
i have tried pip installing it but when i do that i get the following message:
Requirement already satisfied: xlsxwriter
does anyone know what causes this? I have also tried seeing what version is installed and it is up to date too. (I am running these in command line in the folder which contains my python scripts)