Bee-Mar / mmpm

MagicMirror Package Manager
MIT License
201 stars 29 forks source link

BUG: Can't install UI or go through Guided-Setup #206

Open Z3r0shin opened 5 days ago

Z3r0shin commented 5 days ago

The commands mmpm ui install -y and mmpm guided-setup return this

usage: mmpm [option(s)] mmpm: error: argument subcmd: invalid choice: 'ui' (choose from 'search', 'install', 'remove', 'update', 'upgrade', 'db', 'list', 'open', 'show', 'add-ext-pkg', 'log', 'mm-ctl', 'env')

and

usage: mmpm [option(s)] mmpm: error: argument subcmd: invalid choice: 'guided-setup' (choose from 'search', 'install', 'remove', 'update', 'upgrade', 'db', 'list', 'open', 'show', 'add-ext-pkg', 'log', 'mm-ctl', 'env')

respectively.

Is this an issue with the CLI or GUI? CLI

Is this something that should be put in the Wiki? I guess since I followed the installation wiki to the letter but can't proceed further.

Operating System, Python3 Version, and Web Browser\ (Please complete the following information)

MMPM Environment Settings

MMPM Log Files

MagicMirror Config

Bee-Mar commented 5 days ago

You're using Python 3.7.3, and the latest version of MMPM doesn't support anything below Python 3.8 (soon to be Python 3.9 as the minimum). I'm not sure which version of MMPM you have installed, but Pip probably resolved your installation to an older version of MMPM