wazirx-connector-python icon indicating copy to clipboard operation
wazirx-connector-python copied to clipboard

Import error

Open MPaandeey opened this issue 1 year ago • 1 comments

when I run a test file and I got an error Traceback (most recent call last): File "e:\Code\wazirx-connector-python-master\wazirx_sapi_client\rest\test.py", line 9, in <module> from wazirx_sapi_client.rest import Client File "e:\Code\wazirx-connector-python-master\wazirx_sapi_client\rest\__init__.py", line 4, in <module> raise BaseException("Python>=3.7 required") BaseException: Python>=3.7 required

MPaandeey avatar May 23 '23 02:05 MPaandeey

This is not an Import Error. As you can clearly see in the error message, this library requires at least python version 3.7 to run. Please ensure your python version is 3.7 or greater.

deathsaber avatar Mar 12 '24 18:03 deathsaber