Both 'recommended software' and 'mu' are only available for Raspbian Stretch.gkaiseril wrote: ↑Mon Oct 15, 2018 6:57 pmSee Pi blog MU, A NEW PYTHON IDE FOR BEGINNERS for the announcement and the link to the guide Getting started with Mu. It looks like you only need to apply the current dist-update to Raspian. Then it will be listed in the Recommended Software menu item.
That guide says -mxwll1011 wrote: ↑Mon Oct 29, 2018 4:23 amSO, the step-by-step instructions at https://codewith.mu/en/howto/install_raspberry_pi ... didn't work. Any thoughts?
You didn't do that. You used pip3.You can also install Mu from the command line using the command:
sudo apt-get install mu-editor
You're very conservative with giving information.
Code: Select all
pi@Pi3B:~ $ sudo apt-get install mu-editor
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
firmware-microbit-micropython fonts-inconsolata fonts-lyx libjs-jquery-ui
... snip ...
python3-zmq
Suggested packages:
firmware-microbit-micropython-doc libjs-jquery-ui-docs libqscintilla2-doc
... snip ...
python3-twisted firmware-microbit-micropython-dl python3-uflash-doc
The following NEW packages will be installed:
firmware-microbit-micropython fonts-inconsolata fonts-lyx libjs-jquery-ui
... snip ...
python3-zmq
0 upgraded, 50 newly installed, 0 to remove and 0 not upgraded.
Need to get 18.8 MB/19.7 MB of archives.
After this operation, 71.5 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Code: Select all
pi@Pi3B:~ $ apt search mu-editor
Sorting... Done
Full Text Search... Done
mu-editor/stable 1.0.2+dfsg-3 all
simple editor for beginner Python programmers
mu-editor-doc/stable 1.0.2+dfsg-3 all
simple editor for beginner Python programmers (documentation)
pluckerpete wrote: ↑Sat Jun 20, 2020 6:12 pmI also previously tried all advice on forums about getting recommended software menu item working but this proved beyond me so I went for cmd installtion option.
I have the same error message after following all the previous steps on this thread.
I had typed in sudo apt-get install mu-editor
The error is unable to locate package mu-editor.
My Pi has just been updated and its details are:
a01041 2B 1.1 1GB Sony UK
Thanks.