-
Notifications
You must be signed in to change notification settings - Fork 218
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
Does it support Python3 ? #457
Comments
No such file: quickstart |
It is almost exclusively used with Python 3 at this point. I was planning on removing support for Python 2 the next time we do a major release. As for your issue, the segmentation fault makes it look like a problem with one of the other packages that streamparse relies on that use C extensions. Streamparse itself does not use any, so I don’t know what would cause that. |
thanks,I used pip3 to install successfully, but I don't know how to add the streamparse path to the environment variable. I run sparse quickstart wordcount and the error is as follows: Command 'sparse' not found, but can be installed with: Can you tell me how to configure streamparse? |
I am in the virtual environment of python3, the installation through the source code is successful, |
@dan-blanchard Could this be caused by the fact that thriftpy is still in the requirements? thriftpy only officially supports up to python 3.5. thriftpy2 is the drop in place successor with support for 2.7 and 3.4-7+ (https://pypi.org/project/thriftpy2/) I actually found this thread because I have some software that needs to migrate to 3.7 and we're seemingly blocked by streamparse's reliance on thriftypy. And idea when we might see support for 3.7? Would be happy to contribute the changes to jump from thriftpy to thriftpy2 to help speed things along |
I had no idea `thriftpy` had been deprecated and replaced by `thriftpy2`.
Any PRs to address that would be very welcome!
On Thu, May 14, 2020 at 8:30 PM Andrew Milgrom ***@***.***> wrote:
@dan-blanchard <https://github.com/dan-blanchard> Could this be caused by
the fact that thriftpy is still in the requirements? thriftpy only
officially supports up to python 3.5. thriftpy2 is the drop in place
successor with support for 2.7 and 3.4-7+ (
https://pypi.org/project/thriftpy2/)
I actually found this thread because I have some software that needs to
migrate to 3.7 and we're seemingly blocked by streamparse's reliance on
thriftypy. And idea when we might see support for 3.7? Would be happy to
contribute the changes to jump from thriftpy to thriftpy2 to help speed
things along
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#457 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHOLWJZ7E2Y26232ZNSZZDRRSEJRANCNFSM4GYSNF2Q>
.
--
Dan Blanchard | Software Engineer
|
Does it support Python3? Why can't I find the sample wordcount after using pip3 installation?
streamparse install error info:
Installing collected packages: MarkupSafe, jinja2, texttable, cython, simplejson, six, ruamel.yaml, pycparser, cffi, asn1crypto, cryptography, pynacl, pyasn1, bcrypt, paramiko, fabric3, pystorm, certifi, idna, chardet, urllib3, requests, ply, thriftpy, streamparse
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: