You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "yx91490 (Jira)" <ji...@apache.org> on 2021/11/01 05:51:00 UTC

[jira] [Updated] (IMPALA-10994) Normalize pip package name within 'infra/python/deps' requirements

     [ https://issues.apache.org/jira/browse/IMPALA-10994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

yx91490 updated IMPALA-10994:
-----------------------------
    Description: 
According to [PEP-0503|https://www.python.org/dev/peps/pep-0503/#normalized-names], pip package name should be normalized and clients MUST NOT rely on this redirection and MUST request the normalized URL. otherwhise  when I set envirement variable to fast pip downloa as bellow:
{code:java}
export PYPI_MIRROR=https://pypi.tuna.tsinghua.edu.cn
{code}
I got error for some package not found, for example:
{code:java}
https://pypi.tuna.tsinghua.edu.cn/simple/python_dateutil{code}

  was:
According to [PEP-0503|#normalized-names], pip package name should be normalized and clients MUST NOT rely on this redirection and MUST request the normalized URL. otherwhise  when I set envirement variable to fast pip downloa as bellow:
{code:java}
export PYPI_MIRROR=https://pypi.tuna.tsinghua.edu.cn
{code}
I got error for some package not found, for example:
{code:java}
https://pypi.tuna.tsinghua.edu.cn/simple/python_dateutil{code}


> Normalize pip package name within 'infra/python/deps' requirements
> ------------------------------------------------------------------
>
>                 Key: IMPALA-10994
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10994
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: yx91490
>            Assignee: yx91490
>            Priority: Major
>
> According to [PEP-0503|https://www.python.org/dev/peps/pep-0503/#normalized-names], pip package name should be normalized and clients MUST NOT rely on this redirection and MUST request the normalized URL. otherwhise  when I set envirement variable to fast pip downloa as bellow:
> {code:java}
> export PYPI_MIRROR=https://pypi.tuna.tsinghua.edu.cn
> {code}
> I got error for some package not found, for example:
> {code:java}
> https://pypi.tuna.tsinghua.edu.cn/simple/python_dateutil{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org