shellbear
Results
12
comments of
shellbear
The problem comes from scapy's update. I personnaly solved the problem by downgrading scapy using pip. Here an example command: `` wget -O /tmp/scapy2.3.2.tar.gz https://pypi.python.org/packages/6d/72/c055abd32bcd4ee6b36ef8e9ceccc2e242dea9b6c58fdcf2e8fd005f7650/scapy-2.3.2.tar.gz; sudo pip2 install /tmp/scapy2.3.2.tar.gz ``
Encountered the same issue described in #2778, which explains the root cause well. As a temporary workaround (to avoid manually patching the package), you can use a custom PostgreSQL type,...