因为 setuptools 导致无法安装 quantaxis
My python3 version is 3.12, and pip version is 25.0.1. When I installed quantaxis, I got the following error: × Python setup.py egg_info did not run successfully. exit code: 1 ╰─> [1 lines of output] error in demjson setup command: use_2to3 is invalid. [end of output] The solution I searched for was to upgrade setuptools to a version higher than 58.0, so I downgraded, but after downgrading, I got the following error: × Python setup.py egg_info did not run successfully. exit code: 1 ╰─> [1 lines of output] ERROR: Can not execute `setup.py` since setuptools is not available in the build environment. [end of output] The solution I searched for was to upgrade setuptools, but I feel like I'm stuck in a dead loop and don't know how to solve it.
内容来源: yutiansut/QUANTAXIS