Using pymssql v2.2.0 or later results in the following error message:

ImportError: /tmp/_MEISNYzdG/pymssql/_pymssql.cpython-37m-x86_64-linux-gnu.so: ELF load command address/offset not properly aligned
This commit is contained in:
VakarisZ 2021-04-14 16:50:56 +03:00 committed by Mike Salvatore
parent e7cef5fd9f
commit 00e9940a0b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ psutil = ">=5.7.0"
psycopg2-binary = "==2.8.6"
pycryptodome = "==3.9.8"
pyftpdlib = "==1.5.6"
pymssql = "<3.0"
pymssql = "==2.1.5"
pypykatz = "==0.3.12"
pysmb = "==1.2.5"
requests = ">=2.24"