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

Issue #388 - Fix python driver build from source #389

Merged
merged 5 commits into from
Jan 5, 2023
Merged

Issue #388 - Fix python driver build from source #389

merged 5 commits into from
Jan 5, 2023

Conversation

Hunaid2000
Copy link
Contributor

@Hunaid2000 Hunaid2000 commented Dec 13, 2022

See details in issue #388.

  • Changed required version of antlr4-python3-runtime to 4.9.3
  • Moved required packages to requirements.txt so that user can easily install all packages with one command
  • Updated the readme accordingly (I feel Readme is unclear)
  • Fixed a typo in exceptions.py file

Fixed a typo 'SqlExcution' on line 62 in exceptions.py file
@jrgemignani jrgemignani requested a review from dehowef January 3, 2023 18:13
@jrgemignani
Copy link
Contributor

@Hunaid2000 Looks good to me.
@dehowef I will let you give it a final review and merge if acceptable.

@dehowef
Copy link
Member

dehowef commented Jan 4, 2023

@Hunaid2000 Your changes look good-- Before I approve these changes, were you able to get the python driver to compile with these changes?

@Hunaid2000
Copy link
Contributor Author

Hunaid2000 commented Jan 4, 2023

Yes, it works fine on my side with antlr4-python3-runtime v4.9.3 and other changes.

hunaid@Hunaid-PC:~/AGE/age/drivers/python$ pip list
Package                Version
---------------------- --------------------
age                    0.0.3
antlr4-python3-runtime 4.9.3
psycopg2               2.9.5

@dehowef
Copy link
Member

dehowef commented Jan 5, 2023

@Hunaid2000 That's great! We can go ahead and close it and merge the changes then. Thank you for your time and effort!!!

@dehowef dehowef merged commit 218e4c8 into apache:master Jan 5, 2023
jrgemignani pushed a commit that referenced this pull request Jan 5, 2023
* 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
jrgemignani pushed a commit that referenced this pull request Jan 6, 2023
* 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
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

Successfully merging this pull request may close these issues.

3 participants