Not long ago I had a similar problem, someone else here recommenced:
Metacello new
    repository: 'github://magritte-metamodel/magritte';
    baseline: 'Magritte'; onConflict: [ :ex | ex allow ];
 load.
Here’s what I wrote at the time:
http://www.myborden.com/pier/john-c-borden/updates/building-pier-with-pharo-launcher

Thanks,
John

On Sep 18, 2019, at 12:27, Sebastián Filippini <jseba@mpl.cat> wrote:

Hi all,

I'm trying to install Magritte and Seaside on Pharo7.

I have installed Seaside with:

Metacello new
 baseline:'Seaside3';
 repository: 'github://SeasideSt/Seaside:master/repository';
 load

and then I've tried to install Magritte with:

Metacello new
    repository: 'github://magritte-metamodel/magritte';
    baseline: 'Magritte';
    load 

but I'm getting a conflict with the installed version of package BaselineOfGrease.

I'm new to Pharo and I don't know how to resolve these kind of conflicts.

Any help would be greatly appreciated.

Kindly,

Sebastian



_______________________________________________
Magritte, Pier and Related Tools ...
https://www.list.inf.unibe.ch/listinfo/smallwiki