-
Notifications
You must be signed in to change notification settings - Fork 3k
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
pip syntax errors when installing modules for python 3 on python 2 #1954
Labels
auto-locked
Outdated issues that have been locked by automation
Comments
More information about it. The error happen when it is trying to byte-compile the module:
|
maybe related to #1873 |
This was referenced Aug 21, 2014
Closed via 09a74c6 |
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Dec 27, 2015
- Update PORTVERSION and distinfo checksum (19.4.1) - Match COMMENT to setup.py:description= - Add LICENSE_FILE - Options: Rename SETPROC option -> Add PROCTITLE to defaults - Options: Add GAIOHTTP async worker - Options: Update all descriptions - Options: Remove TESTS optionjs - Enable "concurrent" Python support - Add NO_ARCH (architecture independent package) - Rename test target to new conventions - Check, limit, and add BROKEN message for Option/Python version combinations that aren't supported. - Patch out non-compulsory dependencies from test requirements file - Delete requirements_dev.txt patch file (no longer necessary) - Add post-patch: target to remove _gaiohttp.py, because compileall() of this file fails on 2.x with a SyntaxError, but is not handled, so .py[co] files references are added to --record output, breaking file list generation. [1][2][3][4][5] Changes: http://docs.gunicorn.org/en/stable/news.html [1] benoitc/gunicorn#788 [2] benoitc/gunicorn#860 [3] benoitc/gunicorn#982 [4] pypa/pip#1873 [5] pypa/pip#1954 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@404558 35697150-7ecd-e111-bb59-0022644237b5
koobs
added a commit
to freebsd/freebsd-ports
that referenced
this issue
Dec 27, 2015
- Update PORTVERSION and distinfo checksum (19.4.1) - Match COMMENT to setup.py:description= - Add LICENSE_FILE - Options: Rename SETPROC option -> Add PROCTITLE to defaults - Options: Add GAIOHTTP async worker - Options: Update all descriptions - Options: Remove TESTS optionjs - Enable "concurrent" Python support - Add NO_ARCH (architecture independent package) - Rename test target to new conventions - Check, limit, and add BROKEN message for Option/Python version combinations that aren't supported. - Patch out non-compulsory dependencies from test requirements file - Delete requirements_dev.txt patch file (no longer necessary) - Add post-patch: target to remove _gaiohttp.py, because compileall() of this file fails on 2.x with a SyntaxError, but is not handled, so .py[co] files references are added to --record output, breaking file list generation. [1][2][3][4][5] Changes: http://docs.gunicorn.org/en/stable/news.html [1] benoitc/gunicorn#788 [2] benoitc/gunicorn#860 [3] benoitc/gunicorn#982 [4] pypa/pip#1873 [5] pypa/pip#1954
lock
bot
added
the
auto-locked
Outdated issues that have been locked by automation
label
Jun 5, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am getting this warning when I try to install benoitc/gunicorn (branch fix/830) on python 2:
While the python 3 support of this worker is handled by testing the version of python 3 in gunicorn, it seems that pip is trying to check the syntax of any modules depending on the version of Python it's running on. Is there any good way to remove this warning ?
The text was updated successfully, but these errors were encountered: