LimberDuck / converter-csv

Converter CSV by LimberDuck is a GUI tool to convert multiple large csv files to xlsx files.
https://limberduck.org
GNU General Public License v3.0
11 stars 0 forks source link

ModuleNotFoundError: No module named 'xlsxwriter' #5

Open osanchez23 opened 3 years ago

osanchez23 commented 3 years ago

Hi,

I was working fine for a couple of days, with the converter but now when I run it it throws the following error:

Could you help me?

Sincerely.

2021-08-20_18h12_16
damian-krawczyk commented 3 years ago

Can you just try pip install xlsxwriter or pip3 install xlsxwriter?

osanchez23 commented 3 years ago

Hi,

Yes, I tried to install this.

Sincerely.

El dom., 29 de agosto de 2021 13:41, Damian Krawczyk < @.***> escribió:

Can you just try pip install xlsxwriter ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/LimberDuck/converter-csv/issues/5#issuecomment-907835838, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL3NPBBIFVE6ISVTJAXVEFTT7JWLRANCNFSM5CRDR3KA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

damian-krawczyk commented 3 years ago

Hi @osanchez23, I've just released v0.3.0 and make installation process easier, check instruction here. Let me know if this is working now.