Closed TelDragon closed 1 year ago
This is due to a problem in oscrypto. Until there is a new release, there are only hacks (like installing oscrypto
from a specific commit that includes the fix or changing the OpenSSL version).
This is due to a problem in oscrypto. Until there is a new release, there are only hacks (like installing from a specific commit that includes the fix or changing the OpenSSL version).
oscrypto
Thank you~ It is now running with other repairs Installation command
sudo /usr/local/strongMan/env/bin/python -m pip install git+https://github.com/wbond/oscrypto.git@1547f535001ba568b239b8797465536759c742a3
Collecting git+https://github.com/wbond/oscrypto.git@1547f535001ba568b239b8797465536759c742a3
Cloning https://github.com/wbond/oscrypto.git (to revision 1547f535001ba568b239b8797465536759c742a3) to /tmp/pip-req-build-efcdcum5
Running command git clone --filter=blob:none --quiet https://github.com/wbond/oscrypto.git /tmp/pip-req-build-efcdcum5
Running command git rev-parse -q --verify 'sha^1547f535001ba568b239b8797465536759c742a3'
Running command git fetch -q https://github.com/wbond/oscrypto.git 1547f535001ba568b239b8797465536759c742a3
Resolved https://github.com/wbond/oscrypto.git to commit 1547f535001ba568b239b8797465536759c742a3
Preparing metadata (setup.py) ... done
Requirement already satisfied: asn1crypto>=1.5.1 in /usr/local/strongMan/env/lib/python3.11/site-packages (from oscrypto==1.3.0) (1.5.1)
Building wheels for collected packages: oscrypto
Building wheel for oscrypto (setup.py) ... done
Created wheel for oscrypto: filename=oscrypto-1.3.0-py3-none-any.whl size=195213 sha256=5dfa7f25de6c61cabe0b34b199f99d421c3517aec5351dd6066915e0f63f41ac
Stored in directory: /root/.cache/pip/wheels/80/db/e6/421dd0d1c3637fca9c751909ae266207df863edb0fe9ae98e5
Successfully built oscrypto
Installing collected packages: oscrypto
Successfully installed oscrypto-1.3.0
$ sudo /usr/local/strongMan/env/bin/python -m pip list
Package Version
-------------- ------------
asgiref 3.7.2
asn1crypto 1.5.1
dj-static 0.0.6
Django 3.1.14
django-tables2 2.3.4
gunicorn 20.0.4
oscrypto 1.3.0
pip 23.0.1
pyaes 1.6.1
pytz 2023.3.post1
setuptools 66.1.1
sqlparse 0.4.4
static3 0.7.0
vici 5.8.4
wheel 0.38.4
$ sudo /usr/local/strongMan/env/bin/python /usr/local/strongMan/run.py
/usr/local/strongMan
Press CTRL + C to stop strongMan
[2023-11-13 16:26:41 +0000] [5781] [INFO] Starting gunicorn 20.0.4
[2023-11-13 16:26:41 +0000] [5781] [INFO] Listening at: http://0.0.0.0:1515 (5781)
[2023-11-13 16:26:41 +0000] [5781] [INFO] Using worker: sync
[2023-11-13 16:26:41 +0000] [5782] [INFO] Booting worker with pid: 5782
[2023-11-13 16:26:41 +0000] [5783] [INFO] Booting worker with pid: 5783
[2023-11-13 16:26:41 +0000] [5784] [INFO] Booting worker with pid: 5784
[2023-11-13 16:26:41 +0000] [5785] [INFO] Booting worker with pid: 5785
[2023-11-13 16:26:41 +0000] [5786] [INFO] Booting worker with pid: 5786
[2023-11-13 16:26:41 +0000] [5787] [INFO] Booting worker with pid: 5787
install log: