Sep-20-2021, 04:25 AM
Hi,
I faced an error when trying to openpyxl. Thus, I install with pip install openpyxl. It was success.
Requirement already satisfied: openpyxl in c:\users\jonah\anaconda3\lib\site-packages (3.0.4)Note: you may need to restart the kernel to use updated packages.
Requirement already satisfied: et-xmlfile in c:\users\jonah\anaconda3\lib\site-packages (from openpyxl) (1.0.1)
Requirement already satisfied: jdcal in c:\users\jonah\anaconda3\lib\site-packages (from openpyxl) (1.4.1)
But, afterwhich, the same error still appear
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-7-2ab2e58bdce2> in <module>
----> 1 import openpyx1 as op
ModuleNotFoundError: No module named 'openpyx1'
Please assist.
I faced an error when trying to openpyxl. Thus, I install with pip install openpyxl. It was success.
Requirement already satisfied: openpyxl in c:\users\jonah\anaconda3\lib\site-packages (3.0.4)Note: you may need to restart the kernel to use updated packages.
Requirement already satisfied: et-xmlfile in c:\users\jonah\anaconda3\lib\site-packages (from openpyxl) (1.0.1)
Requirement already satisfied: jdcal in c:\users\jonah\anaconda3\lib\site-packages (from openpyxl) (1.4.1)
But, afterwhich, the same error still appear
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-7-2ab2e58bdce2> in <module>
----> 1 import openpyx1 as op
ModuleNotFoundError: No module named 'openpyx1'
Please assist.