python-psi icon indicating copy to clipboard operation
python-psi copied to clipboard

Private set intersection implemented in Python

Results 6 python-psi issues
Sort by recently updated
recently updated
newest added

运行这个代码PSI_CONFIG=config/server.config.yaml psi_run server 127.0.0.1:2345 出现以下错误 PSI_CONFIG 不是内部或外部命令,也不是可运行的程序 或批处理文件。

![image](https://github.com/delta-mpc/python-psi/assets/102846162/060293bf-d0a9-402d-a68d-61b01c2bedcc) 2024-03-17 22:15:02.341 - INFO: start prepare Sending pk_bytes: b"0Y0\x13\x06\x07*\x86H\xce=\x02\x01\x06\x08*\x86H\xce=\x03\x01\x07\x03B\x00\x04\xe9\x01\x02\x8c\xfd%\xbf\x14|>\xd1\x92\x04Q*\xde\x16\xd0\x92d\x9b\xa6\x91RP\xffL`1\x02!+=s\xb5\xf6\xf7\x96\xf8\x17\xf4\x94P\x93\xbd\xb3\xa3\xbc,eRO\xb29[\x86\x08'\xba|\xaf8y\xd1\x92\x04Q*\xde\x16\xd0\x92d\x9b\xa6\x91RP\xffL`1\x02!+=s\xb5\xf6\xf7\x96\xf8\x17\xf4\x94P\x93\xbd\xb3\xa3\xbc,eRO\xb29[\x86\x08'\xba|\xaf8y

运行报错,“ValueError: ECC key format is not supported”。 安装了pycryptodome的3.10.1,3.10.4,3.17版本,都报相同的错误。 (base) deepl@ht-PowerEdge-R740:~/explore/python-psi$ PSI_CONFIG=./config/server.config.yaml psi_run server 127.0.0.1:1234 2023-05-31 13:15:13.443 - INFO: start prepare Traceback (most recent call last): File "/home/haitaiwork/deepl/anaconda3/bin/psi_run", line 8, in...

![image](https://github.com/delta-mpc/python-psi/assets/70620319/5a490247-6b5e-4d56-ae11-d9630bf63304) 如此图所示,在执行psi_run init 时报错,提示不是内部或外部命令,这条命令该如何执行呢?

ECC key format is not supported

![image](https://user-images.githubusercontent.com/68522810/187448107-8a6e9cee-6f98-4407-9227-dcf82242243b.png) [dyson@centos7 python-psi]$ PSI_CONFIG=config/server.config.yaml psi_run server 127.0.0.1:2345 Traceback (most recent call last): File "/home/dyson/.local/lib/python3.7/site-packages/psi/pair/socket/pair.py", line 75, in _connect client_sock.connect(self._peer) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception,...