Skip to content
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

Seems to be mention of a flag --no-user in 3.5.2 that is not a supported option on python3 #3514

Closed
scottidler opened this issue Jan 9, 2019 · 3 comments
Labels
bug invalid This doesn't seem right outdated

Comments

@scottidler
Copy link

Long story short

Seems to be mention of a flag --no-user in 3.5.2 that is not a supported option on python3

Expected behaviour

$ sudo -H pip3 install aiohttp==3.5.1
Collecting aiohttp==3.5.1
  Downloading https://files.pythonhosted.org/packages/b2/1b/77c21d6bc5ce567e12a7fd6a79cca109188baafaa625238cc22bfaffda73/aiohttp-3.5.1-cp36-cp36m-manylinux1_x86_64.whl (1.2MB)
    100% |████████████████████████████████| 1.2MB 20.9MB/s
Requirement already satisfied: async-timeout<4.0,>=3.0 in /usr/local/lib/python3.6/dist-packages (from aiohttp==3.5.1) (3.0.1)
Requirement already satisfied: multidict<5.0,>=4.0 in /usr/local/lib/python3.6/dist-packages (from aiohttp==3.5.1) (4.4.2)
Requirement already satisfied: idna-ssl>=1.0; python_version < "3.7" in /usr/local/lib/python3.6/dist-packages (from aiohttp==3.5.1) (1.1.0)
Requirement already satisfied: chardet<4.0,>=2.0 in /usr/lib/python3/dist-packages (from aiohttp==3.5.1) (3.0.4)
Collecting typing-extensions>=3.6.5; python_version < "3.7" (from aiohttp==3.5.1)
  Downloading https://files.pythonhosted.org/packages/62/4f/392a1fa2873e646f5990eb6f956e662d8a235ab474450c72487745f67276/typing_extensions-3.6.6-py3-none-any.whl
Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.6/dist-packages (from aiohttp==3.5.1) (1.2.6)
Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.6/dist-packages (from aiohttp==3.5.1) (18.2.0)
Requirement already satisfied: idna>=2.0 in /usr/local/lib/python3.6/dist-packages (from idna-ssl>=1.0; python_version < "3.7"->aiohttp==3.5.1) (2.7)
Installing collected packages: typing-extensions, aiohttp
Successfully installed aiohttp-3.5.1 typing-extensions-3.6.6

Actual behaviour

$ sudo -H pip3 install aiohttp==3.5.2
Collecting aiohttp==3.5.2
  Using cached https://files.pythonhosted.org/packages/ab/b2/cebdde1822389fce7d273e228dd8319c669663378020ca6e876d12904bf6/aiohttp-3.5.2.tar.gz
  Installing build dependencies ... error
  Complete output from command /usr/bin/python3 -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-kuv91y2q --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools>=38.2.5 wheel:

  Usage:
    /usr/bin/python3 -m pip install [options] <requirement specifier> [package-index-options] ...
    /usr/bin/python3 -m pip install [options] -r <requirements file> [package-index-options] ...
    /usr/bin/python3 -m pip install [options] [-e] <vcs project url> ...
    /usr/bin/python3 -m pip install [options] [-e] <local project path> ...
    /usr/bin/python3 -m pip install [options] <archive url/path> ...

  no such option: --no-user

  ----------------------------------------
Command "/usr/bin/python3 -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-kuv91y2q --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools>=38.2.5 wheel" failed with error code 2 in None

try to install aiohttp 3.5.2 using pip3 in a Linux distro

Your environment

Mint 19, Python3.6.7, Pip3 18.1

@aio-libs-bot
Copy link

GitMate.io thinks the contributor most likely able to help you is @asvetlov.

Possibly related issues are #320 (HTTP/2 support), #1730 (Changelog for 1.3.5 seems to be missing), #1513 (Drop python3.4 support), #2975 (3.2 release), and #2511 (Let's drop mentioning release branch like 2.3 for bugfixes).

@asvetlov
Copy link
Member

asvetlov commented Jan 9, 2019

--no-user was added in pip 10, please check the pip version.
Anyway, the issue is not related to aiohttp project

@asvetlov asvetlov closed this as completed Jan 9, 2019
@asvetlov asvetlov added the invalid This doesn't seem right label Jan 9, 2019
@lock
Copy link

lock bot commented Jan 10, 2020

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Jan 10, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Jan 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug invalid This doesn't seem right outdated
Projects
None yet
Development

No branches or pull requests

3 participants