You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: