Venise

Malheureusement mon expérience sous Windows est très limitée. Je conseillerais d’essayer avec uv pour installer pyhton 3.13, spektrafilm et ses dépendances, ce que conseille aussi le créateur de Spektrafilm (GitHub - andreavolpato/spektrafilm: Spectral simulation of analog photography processes · GitHub)

Pour installer uv sous Windows :

powershell -ExecutionPolicy ByPass -c “irm https://astral.sh/uv/install.ps1 | iex”

Ensuite installer Spektrafilm :

uv tool install --python 3.13 git+https://github.com/andreavolpato/spektrafilm.git

Il faut alors trouver à quel endroit est installé l’environnement virtuel de Spektrafilm pour localiser l’exécutable python-3.13 qui y est installé, noter le chemin de celui-ci et le coller dans le fichier .json en tant que commande “python3”, et placer les deux fichiers .json et.py dans ton dossier CLUT.

Je ne peux pas vérifier si ça fonctionne.