I'm setting up a dev-environment to build a NN model for image classification using VSC on a win10 machine. Just an exercise, no special industrial practical solution.
Before actually building the model it is useful to analyse the image using fastdup.
The dev-enviroment seems to be doing fine to create a Pytorch model but fastdup does not get installed.
ERROR: Could not find a version that satisfies the requirement fastdup (from versions: none)
ERROR: No matching distribution found for fastdup
Suggestions ?
Python: 3.12.7 Win : 10 pro
I'm setting up a dev-environment to build a NN model for image classification using VSC on a win10 machine. Just an exercise, no special industrial practical solution.
Before actually building the model it is useful to analyse the image using fastdup.
The dev-enviroment seems to be doing fine to create a Pytorch model but fastdup does not get installed.
ERROR: Could not find a version that satisfies the requirement fastdup (from versions: none)
ERROR: No matching distribution found for fastdup
Suggestions ?
Python: 3.12.7 Win : 10 pro
Share Improve this question edited Feb 18 at 13:37 desertnaut 60.4k32 gold badges152 silver badges178 bronze badges asked Feb 17 at 13:54 BrilBroederBrilBroeder 1,5793 gold badges23 silver badges40 bronze badges1 Answer
Reset to default 1fastdup only has wheels for macOS and Linux distributions. It is not compatible with Windows OS.
To use this package on your Windows machine, you can install The Windows Subsystem for Linux (WSL) which gives you a Linux environment on Windows.
See How to install Linux on Windows with WSL.