Entering edit mode
11 months ago
joshua.j.wright
▴
10
Hi All,
I am currently trying to install/get kmergenie working on my Mac and I keep getting the same error:
Traceback (most recent call last):
File "/opt/homebrew/bin/kmergenie", line 29, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
I've tried a few different fixes but does anyone have any advice on getting around this?
Thanks!
There appears to be some suggestions on StackOverflow. Have you tried these?
https://stackoverflow.com/questions/7446187/no-module-named-pkg-resources
Thank you!! This fixed it :)
How did you install it? Did you use
brew install kmergenie
frombrewsci/bio/kmergenie
?