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

[bug] asyncore deprecation #3524

Open
xanimo opened this issue Apr 18, 2024 · 0 comments
Open

[bug] asyncore deprecation #3524

xanimo opened this issue Apr 18, 2024 · 0 comments

Comments

@xanimo
Copy link
Member

xanimo commented Apr 18, 2024

On an M2 with python 3.12 installed one encounters an error with regards to asyncore which is utilized in mininode.py (asyncore is deprecated and fully removed in this version of python):

bluezr@lmao dogecoin % ./qa/pull-tester/rpc-tests.py --coverage                  
Initializing coverage directory at /var/folders/jz/v7ct3pb126n5bl1cln4h5jcm0000gn/T/coverageo3u8ggcm


p2p-fullblocktest.py:

stderr:
Traceback (most recent call last):
  File "/Users/bluezr/source/repos/dogecoin/qa/rpc-tests/p2p-fullblocktest.py", line 9, in <module>
    from test_framework.comptool import TestManager, TestInstance, RejectResult
  File "/Users/bluezr/source/repos/dogecoin/qa/rpc-tests/test_framework/comptool.py", line 6, in <module>
    from .mininode import *
  File "/Users/bluezr/source/repos/dogecoin/qa/rpc-tests/test_framework/mininode.py", line 28, in <module>
    import asyncore
ModuleNotFoundError: No module named 'asyncore'
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

1 participant