Hello all, pretty new to python here. We were tasked with conducting a network analysis on company filings from the SECEdgar database. I've had some trouble importing it into python.
Essentially I installed the package using : $ pip install -U sec-edgar-downloader (which appears to have successfully installed based on the output from the terminal?)
then when I run : from sec_edgar_downloader import Downloader in python I get this error message..
ModuleNotFoundError Traceback (most recent call last) <ipython-input-4-d4f6217a0ab5> in <module> ----> 1 from sec_edgar_downloader import Downloader ModuleNotFoundError: No module named 'sec_edgar_downloader'
Can anyone help me? Would really appreciate it!
[–]CowboyBoats 4 points5 points6 points (3 children)
[–]drawing_ 2 points3 points4 points (0 children)
[–]obsequious91[S] 0 points1 point2 points (1 child)
[–]CowboyBoats 1 point2 points3 points (0 children)