We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would you be interested in a patch for Python 3 support? (I prefer a pure python solution)
> python -m pip install --user -e . Obtaining file:///home/jayvdb/projects/yaml/yq Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/jayvdb/projects/yaml/yq/setup.py", line 4, in <module> from itertools import imap, ifilter ImportError: cannot import name 'imap' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /home/jayvdb/projects/yaml/yq/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would you be interested in a patch for Python 3 support? (I prefer a pure python solution)
The text was updated successfully, but these errors were encountered: