Can't get camelot package installed in conda-forge channel

I am tryring to install Camelot using conda after the version installed through pip failed because it was using a deprecated version of PyPDF2.
The installation gets stuck after preparation. See here the last lines that I can see when conda loops and loads indefinitely:

Downloading and Extracting Packages:

Preparing transaction: done
Executing transaction: / WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(182): Could not remove or rename )
- WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(182): Could not remove or rename C:\ProgramData\anaconda)
WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(182): Could not remove or rename C:\ProgramData\anaconda3\)
/

I’m on a PC (Win11) and I used this command as suggested in the Camelot installation page: conda install -c conda-forge camelot-py
Am I missing something here or is the package definitely dead?