Max Mark
Max Mark

Reputation: 81

Unable to import 'openpyxl' and 'xlsxwriter'

I could import pandas, numpy, etc. without a problem. But importing 'openpyxl' or 'xlsxwriter' is impossible.

I installed 'openpyxl' and 'xlsxwriter' without any problem.enter image description here As I followed the "normal" precedure via 'pip install..' - as I've done for pandas and numpy - all packages are stored in the same file 'site-packges'

enter image description here

Pandas and numpy could be imported and used without any problem. But for 'openpyxl' and 'xlsxwriter' I got a warning enter image description here

Could you tell me, how I could solve the problem?

Upvotes: 0

Views: 985

Answers (1)

Max Mark
Max Mark

Reputation: 81

As beeing stated by @Jmonsky (see comment) it's just a warning! It works now!

Upvotes: 1

Related Questions