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

Import error #14

Open
MPaandeey opened this issue May 23, 2023 · 1 comment
Open

Import error #14

MPaandeey opened this issue May 23, 2023 · 1 comment

Comments

@MPaandeey
Copy link

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

@deathsaber
Copy link

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.

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