fast_xbrl_parser
fast_xbrl_parser copied to clipboard
Can not install from pypi
pip install fast-xbrl-parser
ERROR: Could not find a version that satisfies the requirement fast-xbrl-parser (from versions: none)
ERROR: No matching distribution found for fast-xbrl-parser
same issue if i use fast-xbrl-praser==0.3.0
Hi @yudataguy
Thanks for the bug report. Unfortunately I am switching to a role in private industry and I am no longer able to maintain my open source projects. I will add a note to the readme to make this clear.
I will leave the issue open in case you find a solution on your own or someone else is able and willing to look into it.
@yudataguy I've encountered the same issue and from looking at the distributions, my problem was due to the fact that there isn't a wheel for python 3.11. I've been able to install it from PyPI for python 3.10.
Unfortunately, I'm not familiar enough with Rust to build a version that's compatible with python 3.11