Kmergenie install bug
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!
• 1,289 views
•
link
0 answers
No answers yet.
Log in to answer this question.
How did you install it? Did you use
brew install kmergeniefrombrewsci/bio/kmergenie?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 :)