dgunning / edgartools

Python library for working with SEC Edgar
MIT License
324 stars 70 forks source link

Not able to run EDGAR in Python 3.11.8 #35

Closed kchander92 closed 3 months ago

kchander92 commented 4 months ago

I recently updated my Conda environment to version 24.1.2 and then updated Python to 3.11.8. Using pip, I installed EDGAR to get version 5.4.3. image

However, upon trying to import EDGAR and run setup, I got the following error: image

What could be the cause of this? Thanks.

dgunning commented 3 months ago

Looks like you installed the wrong library. This library is called edgartools

pip uninstall edgar
pip install edgartools

Though after you install edgartools you still import it as edgar from edgar import *