-
Notifications
You must be signed in to change notification settings - Fork 117
Description
PS F:\Python\WebAliveScan-master> python .\webscan.py --target .\target.txt
Traceback (most recent call last):
File ".\webscan.py", line 1, in
from lib.common.request import Request
File "F:\Python\WebAliveScan-master\lib\common\request.py", line 1, in
from gevent import monkey, pool; monkey.patch_all()
File "C:\Users\admin\AppData\Roaming\Python\Python38\site-packages\gevent_init_.py", line 87, in
from gevent._hub_local import get_hub
File "C:\Users\admin\AppData\Roaming\Python\Python38\site-packages\gevent_hub_local.py", line 101, in
import_c_accel(globals(), 'gevent._hub_local')
File "C:\Users\admin\AppData\Roaming\Python\Python38\site-packages\gevent_util.py", line 105, in import_c_accel
mod = importlib.import_module(cname)
File "C:\Python38\lib\importlib_init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "src/gevent/__greenlet_primitives.pxd", line 12, in init gevent.__hub_local
ValueError: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 152 from C header, got 144 from PyObject