Package Details: python-clearml 1.15.1-1

Git Clone URL: https://aur.archlinux.org/python-clearml.git (read-only, click to copy)
Package Base: python-clearml
Description: Auto-Magical Suite of tools to streamline your ML workflow
Upstream URL: https://github.com/allegroai/clearml
Licenses: MIT
Submitter: piernov
Maintainer: piernov
Last Packager: piernov
Votes: 0
Popularity: 0.000000
First Submitted: 2023-05-22 12:52 (UTC)
Last Updated: 2024-04-09 16:26 (UTC)

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.