damonlynch / showinfilemanager

Platform independent Python module to open the system file manager and select files in it
MIT License
21 stars 1 forks source link

Missing dependency on packaging #3

Closed covert-encryption closed 2 years ago

covert-encryption commented 2 years ago

On MacOS I get from showinfm/system/linux.py:17

ModuleNotFoundError: No module named 'packaging'

Installing that module manually fixes the issue.

damonlynch commented 2 years ago

Thanks for the bug report.