Python 3.9.1 Missing _bz2 and _lzma Modules
The Python 3.9.1 language package in Piston appears to be missing _bz2 and _lzma dynamic libraries. This causes pandas, lzma, and bz2 dependent code to fail.
you could download files:
1. https://huggingface.co/camenduru/slahmr-test/blob/main/lib/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so
2. https://huggingface.co/camenduru/slahmr-test/blob/main/lib/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so
In the end, add them to data\piston\packages\python\3.9.1\lib\python3.9\lib-dynload
关闭于 2025-06-06 1 条评论