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
make lint does not work on macOS, because it runs install_tools.sh script. The latter requires snap to already be present on the computer, which is not the case by default on macOS. Probably, it would be better if, for macOS, homebrew was used.
make lint
........
+ sudo snap install mdl
Password:
sudo: snap: command not found
make: *** [install_tools] Error 1
Reproduction steps
Run make lint on macOS
Expected behavior
All the dependencies required by make lint should be installed automatically
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
make lint
does not work on macOS, because it runs install_tools.sh script. The latter requiressnap
to already be present on the computer, which is not the case by default on macOS. Probably, it would be better if, for macOS, homebrew was used.Reproduction steps
make lint
on macOSExpected behavior
All the dependencies required by
make lint
should be installed automaticallyAdditional context
No response
The text was updated successfully, but these errors were encountered: