kinnay / NintendoClients

Python package to communicate with Switch, Wii U and 3DS servers
MIT License
537 stars 63 forks source link

python error #92

Closed Sexy-Frog closed 1 year ago

Sexy-Frog commented 1 year ago

C:\Users\81904\Desktop\NintendoClients-master\examples\wiiu>python3 miis.py Traceback (most recent call last): File "C:\Users\81904\Desktop\NintendoClients-master\examples\wiiu\miis.py", line 2, in <module> from nintendo import nnas, miis File "C:\Users\81904\Desktop\NintendoClients-master\examples\wiiu\nintendo\nnas.py", line 2, in <module> from anynet import http, tls File "C:\Users\81904\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\anynet\http.py", line 2, in <module> from anynet import tls, util, xml, scheduler File "C:\Users\81904\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\anynet\tls.py", line 2, in <module> from OpenSSL import crypto File "C:\Users\81904\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\OpenSSL\__init__.py", line 8, in <module> from OpenSSL import crypto, SSL File "C:\Users\81904\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\OpenSSL\crypto.py", line 1556, in <module> class X509StoreFlags(object): File "C:\Users\81904\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\OpenSSL\crypto.py", line 1577, in X509StoreFlags CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

how to fix this error