dgunning / edgartools

Python library for working with SEC Edgar
MIT License
345 stars 74 forks source link

error from import edgar statement #18

Closed GeoffreyBurger closed 6 months ago

GeoffreyBurger commented 7 months ago

Hi I'm getting an error at the initial import statement from edgar import *

error is:


ImportError Traceback (most recent call last) Cell In[5], line 1 ----> 1 from edgar import *

File ~\AppData\Roaming\Python\Python311\site-packages\edgar\muniadvisors.py:14 11 from rich.table import Table 12 from rich.text import Text ---> 14 from edgar import Filing 15 from edgar._party import Name, Address 16 from edgar._rich import repr_rich

ImportError: cannot import name 'Filing' from 'edgar' (C:\Users\Geoffrey\AppData\Roaming\Python\Python311\site-packages\edgar__init__.py)

dgunning commented 6 months ago

Hello, do you still have this issue?

GeoffreyBurger commented 6 months ago

Hi thanks for the follow up. I've been focused on a different project, and didn't rebuild my pip install. Will reply once I get back to this project.

dgunning commented 6 months ago

Closing. If it recurs, feel free to reopen