I’m trying to develop an app that uses EasyOCR in Visual Studio 2022 (17.10.5 on Windows 10.0.19045 with an NVIDIA NVS 4200M) in Python with PyTorch and CUDA. I’m running into numerous errors that seem to point back to incompatible versions of various modules and applications. Every time I uninstall/install an earlier version of something it creates new version compatibility issues.
I’m hoping someone has a list of compatible applications, versions and install commands that will lead to a functioning environment or a link to a recent post that covers it. A functioning solution (Github) might also help iron out some questions.