abhishek-ram / django-pyas2

AS2 file transfer Server built on Python and Django.
https://django-pyas2.readthedocs.io
GNU General Public License v3.0
78 stars 31 forks source link

Debian 12.5 - Error during install #109

Open JamesInform opened 3 months ago

JamesInform commented 3 months ago

Hi

Just tried a clean install on Debian 12 using a virtual environment.

I get the following error which I can't get rid of:

image

The following packages are installed:

image

Any ideas what to do?

Cheers, James

chadgates commented 3 months ago

This may be due to issues with pyOpenSSL - try to manually upgrade pyOpenSSL to 23.2.0 (see: https://github.com/abhishek-ram/pyas2-lib/pull/61)

JamesInform commented 3 months ago

Done. But that doesn't help.

Has anyone install under Debian 12.5?

chadgates commented 1 month ago

@JamesInform - you may resolve this by installing patch on oscrypto library (https://github.com/wbond/oscrypto/issues/78) : pip install git+https://github.com/wbond/oscrypto.git@d5f3437 --force