-
Notifications
You must be signed in to change notification settings - Fork 421
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
Issue #388 - Fix python driver build from source #389
Conversation
Rearranged instructions and added instructions to install from requirements.txt
Fixed a typo 'SqlExcution' on line 62 in exceptions.py file
@Hunaid2000 Looks good to me. |
@Hunaid2000 Your changes look good-- Before I approve these changes, were you able to get the python driver to compile with these changes? |
Yes, it works fine on my side with antlr4-python3-runtime v4.9.3 and other changes.
|
@Hunaid2000 That's great! We can go ahead and close it and merge the changes then. Thank you for your time and effort!!! |
* Fixed a bug where python driver throws error when build from source * Moved required packages to requirements.txt * Update Readme Rearranged instructions and added instructions to install from requirements.txt * Fixed a typo in exceptions.py file Fixed a typo 'SqlExcution' on line 62 in exceptions.py file
* Fixed a bug where python driver throws error when build from source * Moved required packages to requirements.txt * Update Readme Rearranged instructions and added instructions to install from requirements.txt * Fixed a typo in exceptions.py file Fixed a typo 'SqlExcution' on line 62 in exceptions.py file
See details in issue #388.