Re: [VOTE] Release Apache Seata (Incubating) 2.1.0-RC5

2024-08-15 Thread Jianbin Chen
It may be related to your network and the version of npm. My npm version is 9.6.7. You need to check if you can connect to registry.npmmirror.com properly. Best Regards. Jianbin Chen, githubId: funky-eyes Huxing Zhang 于 2024年8月14日周三 22:12写道: > Hi, > > When I am trying to build from source code

Re: [VOTE] Release Apache Seata (Incubating) 2.1.0-RC5

2024-08-15 Thread Huxing Zhang
Hi, This is due to the lack of python libraries called distutils in my environment. `distutils` has been removed since python 3.12, so this might be an issue for beginners. I have fixed it by `brew install python-setuptools` [1]. I suggest we add the basic requirement for building from source code

Re: [VOTE] Release Apache Seata (Incubating) 2.1.0-RC5

2024-08-15 Thread Huxing Zhang
Hi, Please vote accordingly: [x] +1 approve [ ] +0 no opinion [ ] -1 disapprove with the reason Checklist for reference: [x] Download links are valid. [x] Checksums and signatures. [x] LICENSE/NOTICE files exist [x] No unexpected binary files [x] All source files have ASF headers [x] Can compile

Re: [VOTE] Release Apache Seata (Incubating) 2.1.0-RC5

2024-08-15 Thread Jianbin Chen
Thank you Huxing, We will add this solution for the compilation issue to the FAQ section of the Seata website, so that more developers and users can successfully complete the compilation. Best Regards! Jianbin Chen, github-id: funky-eyes Huxing Zhang 于 2024年8月16日周五 08:39写道: > Hi, > > Please vot