#1854·QUANTAXIS

无法安装

作者: 2learnsomething创建于 2025年12月15日更新于 2026年3月16日

According to the blogger's documentation, # Clone the main repository git clone https://GitHub.com/QUANTAXIS/QUANTAXIS.git cd QUANTAXIS # Install development dependencies pip install -e .[dev] # Install full dependencies (including Rust components) pip install -e .[Rust,dev] I ran [Rust,dev], I created Python=3.12, and tried 3.11 and 3.10 but it gave an error. The first time, I manually installed pymongo, which solved the problem, but empyrical did not work. Can you tell me what the unified solution is? Thank you, blogger! This error is: Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error The version of alphalens seems to be too high, the version on pypi is not up to date, and the qanotify library is not available.

内容来源: yutiansut/QUANTAXIS