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

Ubuntu Python3.6 | undefined symbol: PyModule_Create2 #70

Open
kero3009destiny opened this issue Oct 9, 2024 · 1 comment
Open

Ubuntu Python3.6 | undefined symbol: PyModule_Create2 #70

kero3009destiny opened this issue Oct 9, 2024 · 1 comment

Comments

@kero3009destiny
Copy link

root@dirt-n745wu:/home/dirt/geneva# python3.6 engine.py
/usr/local/lib/python3.6/site-packages/scapy/config.py:384: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6.
  import cryptography
/usr/local/lib/python3.6/site-packages/scapy/layers/ipsec.py:469: CryptographyDeprecationWarning: Blowfish has been deprecated
  cipher=algorithms.Blowfish,
/usr/local/lib/python3.6/site-packages/scapy/layers/ipsec.py:483: CryptographyDeprecationWarning: CAST5 has been deprecated
  cipher=algorithms.CAST5,
Traceback (most recent call last):
  File "engine.py", line 29, in <module>
    import actions.strategy
  File "/home/dirt/geneva/actions/strategy.py", line 3, in <module>
    import actions.utils
  File "/home/dirt/geneva/actions/utils.py", line 21, in <module>
    import plugins.plugin_server
  File "/home/dirt/geneva/plugins/plugin_server.py", line 5, in <module>
    import psutil
  File "/usr/local/lib/python3.6/site-packages/psutil/__init__.py", line 103, in <module>
    from . import _pslinux as _psplatform
  File "/usr/local/lib/python3.6/site-packages/psutil/_pslinux.py", line 25, in <module>
    from . import _psutil_linux as cext
ImportError: /usr/local/lib/python3.6/site-packages/psutil/_psutil_linux.abi3.so: undefined symbol: PyModule_Create2
@Kaimar666
Copy link

Kaimar666 commented Oct 9, 2024 via email

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