Closed agemineye closed 1 month ago
Gotcha. Just pushed a patch that should fix your error. What IDE are you using? (e.g. vscode, colab,..)
For 1. I think the command for shell is python -m pip install "datamule[all]"
. (I use command prompt)
I think the issue was that setuptools was not declared as a requirement in the datamule setup.py, which works for most environments but not yours.
Hello John,
Thank you for your quick reply, guidance, and contribution to the community.
I am using command prompt on a Mac as well. The quotes "datamule[all]" did the trick.
I guess that the [all] option also installs setuptools (?), as when I tried installing setuptools, I got a prompt that the 'requirements were already satisfied'.
I look forward to using datamule!
P.S. Now off to figure out how to rename the files to reflect ticker/cik + Year and then extract the required information :)
Something that may be useful for you to know is that accension number is cik - year - number of filings. So 000119312515118890 is cik 0001193125 year 2015. Using packages company tickers data with accession number cik should work for your case.
Btw, what data are you trying to extract?
Thanks you, John. I sent you a Linkedin request. May be we could chat there?
Sure.
Two issues:
Unable to install datamule[all] `python -m pip install datamule[all]
After successfully installing the basic version (
pip install datamule
), getting the following error when trying to import datamule: `>>> import datamule as dm