Open ghost opened 11 months ago
I tried all methods you mentied but still same result..
Yeah. I think this is a new issue with 3.12. Thank you for filing it.
For the first error, where did you get the source? git clone
? source distribution?
For the second error it seems like you might have set the LZO_DIR
environment variable to C:\lzo
and assuming it doesn't contain the include
folder would explain the lzo/lzo1.h: No such file or directory
error. This command should work if the environment variable is not set.
And what's the command you ran for the third error?
python_lzo-1.16-cp312-cp312-win_amd64.whl.txt
已编译,下载下来,去掉txt后缀,然后pip安装即可
python_lzo-1.16-cp312-cp312-win_amd64.whl.txt
已编译,下载下来,去掉txt后缀,然后pip安装即可
Google suggests the translation as:
It has been compiled, download it, remove the txt suffix, and then install it with pip
I tried all methods you mentied but still same result..
EDIT