You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: