惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
爱范儿
爱范儿
罗磊的独立博客
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
N
Netflix TechBlog - Medium
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
U
Unit 42
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog
H
Help Net Security
博客园_首页
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - python-clearml
2026-06-01 · via AUR Newest Packages

Latest Comments

MarsSeed commented on 2023-11-13 11:15 (UTC)

python-wheel should only be in makedepends, not depends.

greg19 commented on 2023-11-13 10:35 (UTC)

python-wheel is missing from dependencies

MarsSeed commented on 2023-08-04 03:43 (UTC)

And the "from pathlib2" statements with "from pathlib".

MarsSeed commented on 2023-08-04 03:41 (UTC)

Can you maybe patch the import statements by replacing "import pathlib2" with "import pathlib"?

piernov commented on 2023-07-31 17:04 (UTC)

@MarsSeed pathlib2 is a hard dependency because imports rely on pathlib2 rather than pathlib, without version check. So patching this would require more work than just removing the dependency. If you think it is needed to remove this dependency, you're welcome to submit a patch (maybe upstream if adding a version check to choose between pathlib2 and pathlib).

MarsSeed commented on 2023-07-31 16:06 (UTC)

The requirements.txt should be patched to remove pathlib2, as that is part of the Python stdlib, and this module is only needed on some old Python 3.x versions, not for the current Python 3.8+ releases.