PaddleX/latest/installation/installation #2517
Replies: 16 comments 22 replies
-
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? |
Beta Was this translation helpful? Give feedback.
-
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? 同样的问题,python3.12,paddlepaddle已安装校验没问题 |
Beta Was this translation helpful? Give feedback.
-
ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'D:\a\pythonTool\Anaconda3\envs\paddleocr\Lib\site-packages\cv2\cv2.pyd' |
Beta Was this translation helpful? Give feedback.
-
解决了,我之前是使用的python版本太高了好像,用3.8就没问题
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: ZHT ***@***.***>
发送时间: Thursday, January 9, 2025 9:19:51 AM
收件人: PaddlePaddle/PaddleX ***@***.***>
抄送: WCSH-6 ***@***.***>; Comment ***@***.***>
主题: Re: [PaddlePaddle/PaddleX] PaddleX/latest/installation/installation (Discussion #2517)
请问您这个问题解决了?我也遇到了这个问题,尝试很多其他方式,都不成功,请帮助解惑。
―
Reply to this email directly, view it on GitHub<#2517 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BMASFUH5TVMYJ7XLK6ODYMT2JXFDPAVCNFSM6AAAAABSBWSKGCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZYGEYDOMI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
请问我在插件安装模式进行到paddlex --install PaddleXXX,即安装插件这一步骤时,为什么会出现如下错误? |
Beta Was this translation helpful? Give feedback.
-
paddlex --install PaddleClas --platform gitee.com |
Beta Was this translation helpful? Give feedback.
-
已装好,找公司网络部门开了代理
…---- Replied Message ----
| From | ***@***.***> |
| Date | 03/07/2025 11:46 |
| To | PaddlePaddle/PaddleX ***@***.***> |
| Cc | lyj201644070230 ***@***.***>,
Comment ***@***.***> |
| Subject | Re: [PaddlePaddle/PaddleX] PaddleX/latest/installation/installation (Discussion #2517) |
为了提速,首先要从百度云的BCEBOS上拉去相关的插件代码,再去fetch相关的代码,目前你卡在了第一步,建议关掉VPN再尝试,需要保证你的机器可以访问 https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/repos/PaddleClas.tar
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
model_path = os.path.join(current_dir, "model", "general_object_detection_module")
model = create_model(model_path) Global:
model_name: RT-DETR-L
mode: paddle
draw_threshold: 0.5
metric: COCO
use_dynamic_shape: false
arch: DETR
min_subgraph_size: 3
Preprocess:
- interp: 2
keep_ratio: false
target_size:
- 640
- 640
type: Resize
- mean:
- 0.0
- 0.0
- 0.0
norm_type: none
std:
- 1.0
- 1.0
- 1.0
type: NormalizeImage
- type: Permute
label_list:
- watermark
在使用gpu版本的时候正常 切换到cpu版本的时候异常
操作系统 : Windows 1.使用场景 |
Beta Was this translation helpful? Give feedback.
-
python=3.12版本中,使用wheel安装paddleX, 其依赖的matplotlib==3.5.2无法安装成功 |
Beta Was this translation helpful? Give feedback.
-
from paddlex import transforms as T 中模块transforms一直报错该怎么解决 |
Beta Was this translation helpful? Give feedback.
-
旧版的我也安装了,但是控制台安装paddlex的时候就会报错了,paddlepaddle我装的是2.6版本的
…---Original---
From: ***@***.***>
Date: Wed, Mar 12, 2025 22:34 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [PaddlePaddle/PaddleX] PaddleX/latest/installation/installation(Discussion #2517)
paddlex3.0是一次大的升级,旧版API已经不支持,如果希望使用旧版API,可以切换到2.x版本。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
/home/hnxt/anaconda3/envs/ppocrx/lib/python3.9/site-packages/paddle/utils/cpp_extension/extension_utils.py:711: UserWarning: No ccache found. Please be aware that recompiling all source files may be required. You can download and install ccache from: https://github.com/ccache/ccache/blob/master/doc/INSTALL.md
|
Beta Was this translation helpful? Give feedback.
-
安装paddleX的时候总是报错fatal: unable to access 'https://github.com/PaddlePaddle/PaddleX.git/': Recv failure: Connection was reset |
Beta Was this translation helpful? Give feedback.
-
FileNotFoundError: [WinError 2] 系统找不到指定的文件。: 'xxx\Lib\site-packages\paddlex\repo_manager\repos' |
Beta Was this translation helpful? Give feedback.
-
在conda环境下paddlex --install 安装全部插件时出现AttributeError: module 'cv2' has no attribute 'IMREAD_COLOR' 操作系统windows11 ,PaddlePaddle和PaddleX的版本号3.0rc0, CUDA/Cudnn12.3 ,怎么解决该问题 |
Beta Was this translation helpful? Give feedback.
-
PaddleX/latest/installation/installation
https://paddlepaddle.github.io/PaddleX/latest/installation/installation.html
Beta Was this translation helpful? Give feedback.
All reactions