Hi,
I thought to share what I came across while installing prodigy in windows via cmd and in virtual environment.
After installing, when I checked for the status of prodigy with python -m prodigy stats, I got following error:
ImportError: DLL load failed: The specified module could not be found
I found answer to this question of stackoverflow:
Installing the Visual C++ Redistributable für Visual Studio 2015 from this links: https://www.microsoft.com/en-us/download/details.aspx?id=48145 fixed the missing DLLs.
regards
Rahul