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
it should fix the following problem:
Traceback (most recent call last):
File "/home/runner/.cache/pypoetry/virtualenvs/arduino-cli-gc1FAuF_-py3.9/bin/mike", line 5, in <module>
from mike.driver import main
File "/home/runner/.cache/pypoetry/virtualenvs/arduino-cli-gc1FAuF_-py3.9/lib/python3.9/site-packages/mike/driver.py", line 4, in <module>
from . import arguments, commands
File "/home/runner/.cache/pypoetry/virtualenvs/arduino-cli-gc1FAuF_-py3.9/lib/python3.9/site-packages/mike/commands.py", line 6, in <module>
from pkg_resources import resource_stream
ModuleNotFoundError: No module named 'pkg_resources'
0 commit comments