LMSouq
server-admin Open

No module named 'openpyxl' - Python 3.4 - Ubuntu

FR
Fra_Ve
1 month ago
3 views
Problem Description
I installed `openpyxl` with $ pip install openpyxl when I try the command from openpyxl import Workbook I get Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> from openpyxl import Workbook ImportError: No module named 'openpyxl' I am using Python 3.4 and Ubuntu 14.04, 32-bit OS type

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base