No module named mnamer.__main__; 'mnamer' #137
Replies: 3 comments
-
I suspect that its probably not Python 3.9 that's the problem exactly, its that you likely have multiple versions of Python, Pip, and/or site-packages for multiple versions of Python. Not knowing all the details I would maybe try the following to clean things up:
|
Beta Was this translation helpful? Give feedback.
-
Hi jkwill87, Thank you for your reply, I search all trace of mnamer on my system and deleted it all to clean it. pipx is installed using pacman. Now see below terminal result when trying to execute it.
|
Beta Was this translation helpful? Give feedback.
-
Hi jkwill87, Sorry for above query, I should have spend the time to read about pipx. All sorted now and working well. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hello there,
After updating my ARM Archlinux NAS yesterday, I am having issue with mnamer.
I did installed mnamer originally using "sudo pip3 install mnamer" and wanted to uninstalling it to reinstall it using your advised method of pipx. But now "sudo pip3 uninstall mnamer" returns "WARNING: Skipping mnamer as it is not installed."
Doing a bit of research it seems to be in relation to python 3.9?
So, I would prefer to be able to a) uninstall mnamer globally, and then re-install it using pipx. And then how do we run mnamer with the new python 3.9?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions