-
-
Notifications
You must be signed in to change notification settings - Fork 423
Commit f08b2d3
[skip-changelog] Fixed python deps (#2804)
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'1 parent d1b47cf commit f08b2d3
2 files changed
+312
-207
lines changed
0 commit comments