P.S. I see that the Metacello script installs a lot in one go. I might be easier to identify the problem if the installation can be done in steps, i.e. several load scripts in sequence.
On 8/15/18, H. Hirzel <hannes.hir...@gmail.com> wrote: > Hello Jesús Marí and others > > Thank you for the updated Metacello script. This brings some steps forward. > > > The use case: > > 1. I started with http://pharo.org/web/download > > curl https://get.pharo.org/64/ | bash > > > 2. Open pharo with > ./pharo-ui > > > 3. JupyterTalk installation > I pasted > > > Metacello new > baseline: 'JupyterTalk'; > repository: 'github://jmari/JupyterTalk:master/repository'; > load:'all' > > 4. A problem came up, see screen shot JupyterTalk_Installation > I hit 'proceed' > > > 5. I wanted to save the image and did 'save and quit'. Then an > additional error popped up > See screen shot 'Error_after_choosing_save_and_quit' > > Help is appreciated. > > Regards > Hannes > > > > > > On 8/13/18, Jesús Marí <jmariagui...@gmail.com> wrote: >> That worked for me >> >> Metacello new >> baseline: 'JupyterTalk'; >> repository: 'github://jmari/JupyterTalk:master/repository'; >> load:'all' >> >> I will correct the github readme page. >> >> >> >> >> -- >> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html >> >> >