Python Forum
Installed pip install openpyxl, Requirement already satisfied, but, still have error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installed pip install openpyxl, Requirement already satisfied, but, still have error
#1
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.

Attached Files

Thumbnail(s)
   
Reply
#2
Is the module name correct? Is the last character meant to be a 1, or should it be an lowercase L?
buran likes this post
Reply
#3
You have a typo - openpyx1
it should be lowercase letter l - openpyxl
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#4
Thank you.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Not able to install package caldwellpy and requirement txt file Samta282006 1 669 Dec-07-2023, 11:59 PM
Last Post: Larz60+
  Install error middlestudent 1 711 Sep-23-2023, 08:26 AM
Last Post: middlestudent
  wxPython install error carlomscalisi 3 3,544 Jan-17-2023, 11:04 AM
Last Post: snippsat
  Error with pip install coffeeguy 1 2,205 Sep-08-2022, 01:27 AM
Last Post: snippsat
  kmeans install error (please help me) muratuzun 3 5,329 May-06-2022, 02:14 PM
Last Post: snippsat
  Install any library via pip get an error cannot import name 'SCHEME_KEYS' from 'pip. Anldra12 2 10,484 Jan-04-2022, 01:05 PM
Last Post: Anldra12
  Anaconda pip install mpyc Error pip-script.py is not present Anldra12 2 7,715 Dec-13-2021, 06:59 PM
Last Post: Anldra12
  error : "Microsoft Visual C++ 14.0 is required. " Even its installed Barak 4 3,923 Oct-13-2021, 10:39 PM
Last Post: Underscore
  Minecraft Python install error SomeAcandKid 1 2,307 Oct-06-2021, 06:22 PM
Last Post: Ronhamas
  Could not find a version that satisfies the requirement tester_V 5 18,841 Jul-25-2021, 12:17 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020