Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法正常运行 #72

Open
Polestar666 opened this issue Feb 13, 2023 · 3 comments
Open

无法正常运行 #72

Polestar666 opened this issue Feb 13, 2023 · 3 comments

Comments

@Polestar666
Copy link

from module.time import now
from module.color import color
from module.banner import banner

大部分都是这个module库不存在

@Polestar666 Polestar666 changed the title 无法支持运行 无法正常运行 Feb 13, 2023
@zhzyker
Copy link
Owner

zhzyker commented Feb 14, 2023

都是本地库哇 ,有没有完整报错代码

@Polestar666
Copy link
Author

Polestar666 commented Feb 15, 2023

Traceback (most recent call last):
  File "/Users/wangyang/PycharmProjects/SafeTools/vulmap-main/vulmap.py", line 9, in <module>
    require()
  File "/Users/wangyang/PycharmProjects/SafeTools/vulmap-main/module/install.py", line 79, in require
    from gevent import monkey
  File "/Users/wangyang/PycharmProjects/SafeTools/venv/lib/python3.10/site-packages/gevent/__init__.py", line 86, in <module>
    from gevent._hub_local import get_hub
  File "/Users/wangyang/PycharmProjects/SafeTools/venv/lib/python3.10/site-packages/gevent/_hub_local.py", line 101, in <module>
    import_c_accel(globals(), 'gevent.__hub_local')
  File "/Users/wangyang/PycharmProjects/SafeTools/venv/lib/python3.10/site-packages/gevent/_util.py", line 148, in import_c_accel
    mod = importlib.import_module(cname)
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "src/gevent/_hub_local.py", line 1, in init gevent._gevent_c_hub_local
ValueError: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 160 from C header, got 40 from PyObject

@zhzyker
Copy link
Owner

zhzyker commented Feb 16, 2023

可能和 gevent 版本有冲突

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants