Open ZhuShaoQiang opened 1 day ago
The cache directory is given by
Run this code to get the path where the .xz
archive should be located
python -c 'from platformdirs import user_cache_dir; VERSION="1.4"; print(f"""Move the archive into {user_cache_dir("PySuperTuxKart2", "bpiwowar")}/{VERSION}/SuperTuxKart-{VERSION}-src.tar.xz""")'
So I am a Chinese students, and I run your example code, and it starts to download something from github:
and timeout. If I manually download this tar.xz, where should I keep it so this code thinks it had downloaded it already?