Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
Open Source
>
AI/ML
>
Machine Learning/Deep Learning
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
461
Star
4.5K
Fork
471
GVP
PaddlePaddle
/
Paddle
Code
Issues
116
Pull Requests
2
Wiki
Insights
Pipelines
Service
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
DevLens
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
Alpine Linux v3.10 pip安装错误
Done
#I3TB6B
PaddlePaddle-Gardener
Opened this issue
2021-05-28 11:09
[<b>源自github用户YueWang1996</b>](https://github.com/PaddlePaddle/Paddle/issues/29530): 系统环境: NAME="Alpine Linux" ID=alpine VERSION_ID=3.10.5 PRETTY_NAME="Alpine Linux v3.10" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://bugs.alpinelinux.org/" Python版本:python 3.7.7 Pip 版本:pip 19.2.3 安装方式:pip安装 安装代码及出现的问题: ``` bash-5.0# python3 --version Python 3.7.7 bash-5.0# python3 -m pip --version pip 19.2.3 from /usr/lib/python3.7/site-packages/pip (python 3.7) bash-5.0# python3 -c "import platform;print(platform.architecture()[0]);print(platform.machine())" 64bit x86_64 bash-5.0# python3 -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple Looking in indexes: https://mirror.baidu.com/pypi/simple Collecting paddlepaddle ERROR: Could not find a version that satisfies the requirement paddlepaddle (from versions: none) ERROR: No matching distribution found for paddlepaddle WARNING: You are using pip version 19.2.3, however version 20.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. bash-5.0# python3 -m pip install paddlepaddle -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting paddlepaddle ERROR: Could not find a version that satisfies the requirement paddlepaddle (from versions: none) ERROR: No matching distribution found for paddlepaddle WARNING: You are using pip version 19.2.3, however version 20.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. bash-5.0# pip3 search paddlepaddle paddlepaddle (1.8.5) - Parallel Distributed Deep Learning paddlepaddle-tiny (1.6.1) - Parallel Distributed Deep Learning paddlepaddle-gpu (1.8.5.post107) - Parallel Distributed Deep Learning paddle-tokenizer (0.1.0) - A tokenizer write in PaddlePaddle paddle-ner (0.1.0) - A NER extractor write in PaddlePaddle paddlex (1.2.8) - PaddlePaddle Entire Process Development Toolkit paddlenlp (2.0.0a1) - PaddlePaddle NLP Model Core Library plsc (0.1.1) - PaddlePaddle Large Scale Classfication Package. ppgan (0.1.2) - Awesome GAN toolkits based on PaddlePaddle paddle-fleet (0.1.1) - Distributed Training Package Based on PaddlePaddle paddle2onnx (0.4) - a toolkit for converting trained model of PaddlePaddle to ONNX. paddle-serving-client (0.3.2) - Paddle Serving Package for saved model with PaddlePaddle paddle-serving-server-gpu (0.3.2.post10) - Paddle Serving Package for saved model with PaddlePaddle paddle-serving-server (0.3.2) - Paddle Serving Package for saved model with PaddlePaddle paddle-serving-app (0.1.2) - Paddle Serving Package for saved model with PaddlePaddle paddle-fl (1.1.0) - Privacy-Preserving Deep Learning Package Based on PaddlePaddle. x2paddle (0.8.9) - a toolkit for converting trained model to PaddlePaddle from other deep learning frameworks. paddlehub (1.8.3) - A toolkit for managing pretrained models of PaddlePaddle and helping user getting started with transfer learning more efficiently. paddleocr (1.1.1) - Awesome OCR toolkits based on PaddlePaddle (8.6M ultra-lightweight pre-trained model, support training and deployment among server, mobile, embeded and IoT devices bash-5.0# pip3 install paddlepaddle Collecting paddlepaddle ERROR: Could not find a version that satisfies the requirement paddlepaddle (from versions: none) ERROR: No matching distribution found for paddlepaddle WARNING: You are using pip version 19.2.3, however version 20.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. ``` 因为项目需要,必须要在Alpine Linux系统下进行安装,求解决办法,谢谢!
[<b>源自github用户YueWang1996</b>](https://github.com/PaddlePaddle/Paddle/issues/29530): 系统环境: NAME="Alpine Linux" ID=alpine VERSION_ID=3.10.5 PRETTY_NAME="Alpine Linux v3.10" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://bugs.alpinelinux.org/" Python版本:python 3.7.7 Pip 版本:pip 19.2.3 安装方式:pip安装 安装代码及出现的问题: ``` bash-5.0# python3 --version Python 3.7.7 bash-5.0# python3 -m pip --version pip 19.2.3 from /usr/lib/python3.7/site-packages/pip (python 3.7) bash-5.0# python3 -c "import platform;print(platform.architecture()[0]);print(platform.machine())" 64bit x86_64 bash-5.0# python3 -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple Looking in indexes: https://mirror.baidu.com/pypi/simple Collecting paddlepaddle ERROR: Could not find a version that satisfies the requirement paddlepaddle (from versions: none) ERROR: No matching distribution found for paddlepaddle WARNING: You are using pip version 19.2.3, however version 20.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. bash-5.0# python3 -m pip install paddlepaddle -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting paddlepaddle ERROR: Could not find a version that satisfies the requirement paddlepaddle (from versions: none) ERROR: No matching distribution found for paddlepaddle WARNING: You are using pip version 19.2.3, however version 20.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. bash-5.0# pip3 search paddlepaddle paddlepaddle (1.8.5) - Parallel Distributed Deep Learning paddlepaddle-tiny (1.6.1) - Parallel Distributed Deep Learning paddlepaddle-gpu (1.8.5.post107) - Parallel Distributed Deep Learning paddle-tokenizer (0.1.0) - A tokenizer write in PaddlePaddle paddle-ner (0.1.0) - A NER extractor write in PaddlePaddle paddlex (1.2.8) - PaddlePaddle Entire Process Development Toolkit paddlenlp (2.0.0a1) - PaddlePaddle NLP Model Core Library plsc (0.1.1) - PaddlePaddle Large Scale Classfication Package. ppgan (0.1.2) - Awesome GAN toolkits based on PaddlePaddle paddle-fleet (0.1.1) - Distributed Training Package Based on PaddlePaddle paddle2onnx (0.4) - a toolkit for converting trained model of PaddlePaddle to ONNX. paddle-serving-client (0.3.2) - Paddle Serving Package for saved model with PaddlePaddle paddle-serving-server-gpu (0.3.2.post10) - Paddle Serving Package for saved model with PaddlePaddle paddle-serving-server (0.3.2) - Paddle Serving Package for saved model with PaddlePaddle paddle-serving-app (0.1.2) - Paddle Serving Package for saved model with PaddlePaddle paddle-fl (1.1.0) - Privacy-Preserving Deep Learning Package Based on PaddlePaddle. x2paddle (0.8.9) - a toolkit for converting trained model to PaddlePaddle from other deep learning frameworks. paddlehub (1.8.3) - A toolkit for managing pretrained models of PaddlePaddle and helping user getting started with transfer learning more efficiently. paddleocr (1.1.1) - Awesome OCR toolkits based on PaddlePaddle (8.6M ultra-lightweight pre-trained model, support training and deployment among server, mobile, embeded and IoT devices bash-5.0# pip3 install paddlepaddle Collecting paddlepaddle ERROR: Could not find a version that satisfies the requirement paddlepaddle (from versions: none) ERROR: No matching distribution found for paddlepaddle WARNING: You are using pip version 19.2.3, however version 20.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. ``` 因为项目需要,必须要在Alpine Linux系统下进行安装,求解决办法,谢谢!
Comments (
4
)
Sign in
to comment
Status
Done
Backlog
Doing
Done
Closed
Assignees
Not set
Labels
Not set
Label settings
Milestones
No related milestones
No related milestones
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
Branches (
-
)
Tags (
-
)
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
参与者(1)
Python
1
https://gitee.com/paddlepaddle/Paddle.git
git@gitee.com:paddlepaddle/Paddle.git
paddlepaddle
Paddle
Paddle
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register