Closed dglaude closed 3 years ago
Did I mention this was on Windows 10?
Ah yes thanks, I'm in the process of figuring out how to correctly specify the OS specific requirements for the pypi install. I though wmi was installed with pywin32, but it's the other way around, I should put both anyway !
For manual install, the way requirements files work is you normally do:
pip install -r requirements-win32.txt
I believe installing is fixed in 0.2.5
.
I tested doing:
pip uninstall discotool-for-microcontrollers pywin32 wmi
pip install -U discotool-for-microcontrollers
py -m discotool
Not sure exactly how the requirements-win32.txt file work, but I believe I followed the instruction and wmi was missing. So I had to install it with pip and now it works for me.
Regards