Skip to content

Commit

Permalink
[skip-changelog] Fixed python deps (#2804)
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
cmaglie authored Jan 7, 2025
1 parent d1b47cf commit f08b2d3
Show file tree
Hide file tree
Showing 2 changed files with 312 additions and 207 deletions.
Loading

0 comments on commit f08b2d3

Please sign in to comment.