๐ป macOS Deploy โ
๐ Description โ
Portable application versions after v2.4.0 are no longer supported except for Chinese users, as the script of CGS.app uses Gitee instead of GitHub and the Chinese PyPI mirror.
but it still easily install or use CGS by uv tool, take a look for uv tool install, my friends.
Operation โ
source code path
bash
echo "$(uv tool dir)/comicguispider/Lib/site-packages"๐ฐ Others โ
Bug report / submit issue โ
When running software on macOS and encountering errors that need to be reported as issues, in addition to selecting macOS in the system, you also need to specify the system version and architecture in the description
(Developer development environment is macOS Sonoma(14) / x86_64)
get architecture
bash
uv run python -c "import platform; print(platform.machine())"