-
Notifications
You must be signed in to change notification settings - Fork 326
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 install pxd失败 #164
Comments
@wencan Do you create a new venv and upgrade pip version by |
我也遇到了同样的问题 |
大概知道问题的根源了。主要问题是 PyYAML 锁定在了 5.4.1 版本上了。然而 5.4.1 版本在 Cython 3 上好像是有问题的 |
@Su-yj pxd 确实限定了 pyyaml 在5.4.1版本,你目前手工升级pyyaml 版本解决了吗?
|
@vettalwu 是的,我爬了下 pxd 的依赖库,把它列出来单独安装(PyYAML 忽略指定版本了)
然后再安装 pxd,pxd 安装时不装指定依赖 pip install -i https://mirrors.aliyun.com/pypi/simple/ pxd --no-deps 但是在使用的时候,发现现在卡在 docker 镜像拉取那里了😂 |
os: Fedora Linux 38 (Workstation Edition)
kernal: Linux fedora 6.4.10-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 11 12:20:29 UTC 2023 x86_64 GNU/Linux
pip: pip 22.3.1 from /usr/lib/python3.11/site-packages/pip (python 3.11)
升级pyyaml似乎可以解决这个问题: yaml/pyyaml#601
下面是pip install pxd详细输出
The text was updated successfully, but these errors were encountered: