-
Notifications
You must be signed in to change notification settings - Fork 196
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
Python 3 support #7
Comments
Same thing here, in my case the error is the following:
Which it seems to be removed from Python 3 in favor of io: http://stackoverflow.com/questions/28200366/python-3-4-0-email-package-install-importerror-no-module-named-cstringio @dimatura Do you have any plans on supporting Python 3? Would you be interested in in help or even a pull request adding support to Python 3? |
I got all tests passing for Python 3, this PR #9 , needed to change a bunch of things but I think it should be working now. |
I don't use python 3 personally, yet. Some day. I'll check out @klintan's PR. Ideally it would work on both. |
python3.6 centos6 |
Another option would be to use the pyntcloud library - which also supports pcd files and is still actively maintained |
They refuse to support the |
What do you mean with "refuse"? In my experience the maintainer (daavoo) is very cooperative - so far, all my PR's have been merged. |
Apologies for the bold wording.. I was probably intimidated by this msg, I suppose a PR for lzf support could be eventually merged but I gave up on legacy pcd files... |
It would be great if this module worked with Python 3. Currently it does not properly import.
I briefly looked into it and it looks like the
python-lzf
module (not Python 3 compatible) could be the culprit. However, Python 3 appears to have this functionality built-in.The text was updated successfully, but these errors were encountered: