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

Added gitignore and mods to go to Python 3 #12

Closed
wants to merge 1 commit into from
Closed

Added gitignore and mods to go to Python 3 #12

wants to merge 1 commit into from

Conversation

rayryeng
Copy link

@rayryeng rayryeng commented Oct 8, 2019

These changes allow the source to be run in Python 3. Basically the necessary changes from this issue were implemented and placed in this PR: #1. This way you don't have to manually do any corrections.

What is different about this PR compared to the others is that 2to3 was run on the source, which is the recommended way as it automatically fixes all conversion issues. The other PRs don't fix everything.

Should this never get merged, you can use my fork and pull the source yourself: https://github.com/rayryeng/pyflann

When you're done, simply do:

$ python setup.py build
$ python setup.py install

You may have to use sudo depending on where your Python distribution is located.

@rayryeng
Copy link
Author

Closing because this author is obviously not active.

@rayryeng rayryeng closed this Apr 18, 2020
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.

1 participant