theorchard / openpyxl

Other
54 stars 21 forks source link

bug: Failing imports on 3.10.6.final python version #15

Open Darleanow opened 1 year ago

Darleanow commented 1 year ago

Hello, I'm working on PyCharm, Windows 11 env. Working on my project, start suddenly failed, the problem isn't my code as the imports are failing. It was working yesterday, so I'm a bit curious about it, and don't remember doing anything particular recently. image

EDIT: import list: from openpyxl import Workbook from PyPDF2 import PdfFileReader import re from operator import itemgetter from openpyxl.styles import PatternFill from bs4 import BeautifulSoup