forked from p15670423/monkey
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:
parent
e7cef5fd9f
commit
00e9940a0b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue