Hi,
I installed UV and LiftClean,
While Installing I got this weird error, but the installation finished:
version=0.1.0 && uv build && pip install --prefix=/data/common/juanpablo.aguilar/apps/LiftClean/${version}/x86_64 -U dist/*whl
Building source distribution (uv build backend)...
warning: `build_system.requires = ["uv-build>=0.9.16,<0.10.0"]` does not contain the
current uv version 0.10.9
Building wheel from source distribution (uv build backend)...
Successfully built dist/liftclean-0.1.0.tar.gz
Successfully built dist/liftclean-0.1.0-py3-none-any.whl
...
Requirement already satisfied: pytz>=2020.1 in /data/common/juanpablo.aguilar/apps/Miniforge3/envs/mikado2/lib/python3.9/site-packages (from pandas<3.0.0,>=1.5.0->liftclean==0.1.0) (2025.2)
Requirement already satisfied: zipp>=3.1.0 in /data/common/juanpablo.aguilar/apps/Miniforge3/envs/mikado2/lib/python3.9/site-packages (from importlib-resources>=3.2.0->matplotlib<4.0.0->liftclean==0.1.0) (3.23.0)
Requirement already satisfied: six>=1.5 in /data/common/juanpablo.aguilar/apps/Miniforge3/envs/mikado2/lib/python3.9/site-packages (from python-dateutil>=2.7->matplotlib<4.0.0->liftclean==0.1.0) (1.17.0)
Using cached matplotlib-3.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB)
Using cached contourpy-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (321 kB)
Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
Using cached fonttools-4.60.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.8 MB)
Using cached importlib_resources-6.5.2-py3-none-any.whl (37 kB)
Using cached kiwisolver-1.4.7-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB)
Using cached pillow-11.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.6 MB)
Installing collected packages: pillow, kiwisolver, importlib-resources, fonttools, cycler, contourpy, matplotlib, upsetplot, liftclean
Successfully installed contourpy-1.3.0 cycler-0.12.1 fonttools-4.60.2 importlib-resources-6.5.2 kiwisolver-1.4.7 liftclean-0.1.0 matplotlib-3.9.4 pillow-11.3.0 upsetplot-0.9.0
Uv installation didn't have any problems:
pip install uv
Collecting uv
Downloading uv-0.10.9-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Downloading uv-0.10.9-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.4/23.4 MB 7.7 MB/s 0:00:03
Installing collected packages: uv
Successfully installed uv-0.10.9
I set the PATHS, and then when I ran Liftclean, I get this error:
liftclean --help
Traceback (most recent call last):
File "/data/common/juanpablo.aguilar/apps/LiftClean/0.1.0/x86_64/bin/liftclean", line 3, in <module>
from liftclean.__main__ import main
ModuleNotFoundError: No module named 'liftclean'
Any reason why this failed and how to fix it?
Thanks
Hi,
I installed UV and LiftClean,
Uv installation didn't have any problems:
I set the PATHS, and then when I ran Liftclean, I get this error:
Any reason why this failed and how to fix it?
Thanks