Is it possible to know which libraries/packages are necessary to run the mcp2210 package with Linux/Windows?
I ran in problems with win7/64bit regarding the hid library (installed afterwards with 'pip install hidapi') and then with
from mcp2210 import commands
ImportError: cannot import name commands
Is it possible to know which libraries/packages are necessary to run the mcp2210 package with Linux/Windows?
I ran in problems with win7/64bit regarding the hid library (installed afterwards with 'pip install hidapi') and then with from mcp2210 import commands ImportError: cannot import name commands