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
$ PANTS_DEV=1 ./pants py src/python/pants:pants Cleaning up... Loading pants backends from source Traceback (most recent call last): File "/Users/tdesai/projects/pants/src/python/pants/bin/pants_exe.py", line 180, in <module> main() File "/Users/tdesai/projects/pants/src/python/pants/bin/pants_exe.py", line 174, in main _run() File "/Users/tdesai/projects/pants/src/python/pants/bin/pants_exe.py", line 142, in _run build_graph) TypeError: __init__() takes exactly 5 arguments (7 given)
The text was updated successfully, but these errors were encountered:
Merged in this SHA 5b034a2
Sorry, something went wrong.
Upgrade PEX to 1.1.1
6505065
Changelog: ``` * Fix infinite recursion when ``PEX_PYTHON`` points at a symlink. #182 pex-tool/pex#182 * Add ``/etc/pexrc`` to the list of pexrc locations to check. #183 pex-tool/pex#183 * Improve error messaging for platform constrained Untranslateable errors. #179 pex-tool/pex#179 ``` Testing Done: https://travis-ci.org/pantsbuild/pants/builds/94480030 Bugs closed: 2654 Reviewed at https://rbcommons.com/s/twitter/r/3200/
7176164
Changelog: ``` * Fix infinite recursion when ``PEX_PYTHON`` points at a symlink. pantsbuild#182 pex-tool/pex#182 * Add ``/etc/pexrc`` to the list of pexrc locations to check. pantsbuild#183 pex-tool/pex#183 * Improve error messaging for platform constrained Untranslateable errors. pantsbuild#179 pex-tool/pex#179 ``` Testing Done: https://travis-ci.org/pantsbuild/pants/builds/94480030 Bugs closed: 2654 Reviewed at https://rbcommons.com/s/twitter/r/3200/
tejal29
No branches or pull requests
The text was updated successfully, but these errors were encountered: