<div dir="ltr">I will keep trying.<br>The query to pharoiot did not give results.<br>If anyone knows another site to download Pharo 7 for raspberrypi please let me know.<br>The important thing is to run Pharo with Seaside and Bootstrap in Raspberry. Then the sensors and actuators will be done differently.<br>I think that Pharo in Raspberry is even more important when the Raspberrypi 4 has 4GB RAM.<br>Thanks in advance</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mar., 24 de sep. de 2019 a la(s) 17:35, Oswall Verny Arguedas C. (<a href="mailto:sistecaq@gmail.com">sistecaq@gmail.com</a>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Regards,<br>Download pharoiot-server, pharoiot-client and pharoiot-multi.<br>All work well in raspberry. However, the installation of some bootstrap packages is not available.<br>I am going to write to <a href="http://pharoiot.org" target="_blank">pharoiot.org</a> and feedback here so that others also have the solution<br>Thank you very much for your help<br clear="all"><div><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:13.6364px"><br></div></div></div></div></div></div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El vie., 20 de sep. de 2019 a la(s) 10:45, Paul DeBruicker (<a href="mailto:pdebruic@gmail.com" target="_blank">pdebruic@gmail.com</a>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Oh and you can get a Pharo image from <br>
<br>
<a href="https://get.pharo.org/" rel="noreferrer" target="_blank">https://get.pharo.org/</a> for 32bit or<br>
<br>
<a href="https://get.pharo.org/64" rel="noreferrer" target="_blank">https://get.pharo.org/64</a> for 64bit.  <br>
<br>
I'm not sure if it will download an ARM vm or not.  If not you can use the<br>
VM from the pharoiot install if you ensure you use the same Pharo version<br>
for your clean image as the pharoiot image.  <br>
<br>
<br>
<br>
Paul DeBruicker wrote<br>
> Oh sorry Oswall.   <br>
> <br>
> I didn't follow your instructions when testing.  I don't have a Pi.   I<br>
> just<br>
> used the scripts from <a href="https://get.pharo.org/64" rel="noreferrer" target="_blank">https://get.pharo.org/64</a> to get a Pharo 7 image and<br>
> vm<br>
> and I didn't use an ARM vm.  <br>
> <br>
> <br>
> Maybe we can just troubleshoot it over email.<br>
> <br>
> <br>
> What version of Pharo is pharoiot running on your Pi? <br>
> <br>
> <br>
> The image you posted shows that it was looking for a BaselineOfBootstrap4<br>
> in<br>
> a repository but couldn't find it.  After running it again and hitting the<br>
> bug can you see what repository its looking in where it expects to find<br>
> the <br>
> BaselineOfBootstrap4?  <br>
> <br>
> In some versions of Pharo there is a setting for accessing github repos<br>
> via<br>
> https or ssh. In those versions the default is ssh.  Maybe changing it to<br>
> https will help.  If you open the Settings browser <br>
> <br>
> <br>
> <br>
> <br>
> Oswall Verny Arguedas C. wrote<br>
>> Thanks for your reply<br>
>> Use Pharo 7 downloaded from <a href="http://www.pharoiot.org" rel="noreferrer" target="_blank">www.pharoiot.org</a>.<br>
>> This download is complete image and virtual machine.<br>
>> I need the features of pharoiot to interact with raspberry gpio.    And<br>
>> make app with seaside bootstrap interface.<br>
>> Pharoiot tunned image and vm.<br>
>> I changed image to a clean image, it indicates version errors between the<br>
>> interpreter and the image.<br>
>> If I wanted to download clean pharo for ARM, where I can download it like<br>
>> you did it.<br>
>> Thanks again<br>
>> <br>
>> <br>
>> El jue., 19 de sep. de 2019 a la(s) 15:21, Paul DeBruicker (<br>
> <br>
>> pdebruic@<br>
> <br>
>> ) escribió:<br>
>> <br>
>>> OK.  Are you using Pharo 7 or 8?<br>
>>><br>
>>><br>
>>> If you haven't try it in a Pharo7 image as Pharo 8 has not been released<br>
>>> yet.<br>
>>><br>
>>><br>
>>> And try it in a clean and unused image first. I ran the command in a new<br>
>>> Pharo 7 image and it worked without problems.<br>
>>><br>
>>><br>
>>> Also when you get a debugger like that you can hit "Debug" and then next<br>
>>> to<br>
>>> the "Through" button  there is a<br>
>>> menu where you can choose to "copy the stack to the clipboard".  The<br>
>>> stack<br>
>>> print out is usually more helpful for email message debugging.<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> Oswall Verny Arguedas C. wrote<br>
>>> > [image: PharoScreenshot.png]<br>
>>> > Hi,<br>
>>> > this error occurs<br>
>>> ><br>
>>> ><br>
>>> ><br>
>>> ><br>
>>> > El jue., 19 de sep. de 2019 a la(s) 08:24, Paul DeBruicker (<br>
>>><br>
>>> > pdebruic@<br>
>>><br>
>>> > ) escribió:<br>
>>> ><br>
>>> >> If you run<br>
>>> >><br>
>>> >><br>
>>> >>   Metacello new<br>
>>> >>       baseline:'Bootstrap4';<br>
>>> >>       repository: 'github://astares/Seaside-Bootstrap4:master/src';<br>
>>> >>       load<br>
>>> >><br>
>>> >> in a playground do you get errors?  IF so please post them here.<br>
>>> >><br>
>>> >><br>
>>> >> <a href="https://github.com/astares/Seaside-Bootstrap4" rel="noreferrer" target="_blank">https://github.com/astares/Seaside-Bootstrap4</a><br>
>>> >><br>
>>> >><br>
>>> >><br>
>>> >><br>
>>> >> Oswall Verny Arguedas C. wrote<br>
>>> >> > Best regards<br>
>>> >> > I try to install Pharo with Seaside and Bootstrap in Raspberrypi-3,<br>
>>> but<br>
>>> >> I<br>
>>> >> > fail.<br>
>>> >> > Download from <a href="http://pharoiot.org" rel="noreferrer" target="_blank">pharoiot.org</a> and Pharo with Seaside run well in my<br>
>>> >> > Raspberrypi-3.<br>
>>> >> > But some packages like Bootstrap and others I can't install.<br>
>>> >> > I wanted to make applications in Raspberrypi with persistence in<br>
>>> your<br>
>>> >> own<br>
>>> >> > image so that they run on the same Raspberry as a localhost with a<br>
>>> web<br>
>>> >> > interface using seaside and bootstrap.<br>
>>> >> > There is some configuration that you have missed to install on the<br>
>>> >> > raspberry.<br>
>>> >> > Thanks in advance<br>
>>> >> > Oswall<br>
>>> >> ><br>
>>> >> > _______________________________________________<br>
>>> >> > seaside mailing list<br>
>>> >><br>
>>> >> > seaside@.squeakfoundation<br>
>>> >><br>
>>> >> > <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
>>> >><br>
>>> >><br>
>>> >><br>
>>> >><br>
>>> >><br>
>>> >> --<br>
>>> >> Sent from: <a href="http://forum.world.st/Seaside-General-f86180.html" rel="noreferrer" target="_blank">http://forum.world.st/Seaside-General-f86180.html</a><br>
>>> >> _______________________________________________<br>
>>> >> seaside mailing list<br>
>>> >><br>
>>><br>
>>> > seaside@.squeakfoundation<br>
>>><br>
>>> >> <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
>>> >><br>
>>> ><br>
>>> > _______________________________________________<br>
>>> > seaside mailing list<br>
>>><br>
>>> > seaside@.squeakfoundation<br>
>>><br>
>>> > <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
>>> ><br>
>>> ><br>
>>> > PharoScreenshot.png (104K)<br>
>>> > &lt;<a href="http://forum.world.st/attachment/5104090/0/PharoScreenshot.png&gt" rel="noreferrer" target="_blank">http://forum.world.st/attachment/5104090/0/PharoScreenshot.png&gt</a>;<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Sent from: <a href="http://forum.world.st/Seaside-General-f86180.html" rel="noreferrer" target="_blank">http://forum.world.st/Seaside-General-f86180.html</a><br>
>>> _______________________________________________<br>
>>> seaside mailing list<br>
>>> <br>
> <br>
>> seaside@.squeakfoundation<br>
> <br>
>>> <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
>>><br>
>> <br>
>> _______________________________________________<br>
>> seaside mailing list<br>
> <br>
>> seaside@.squeakfoundation<br>
> <br>
>> <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
> <br>
> <br>
> <br>
> <br>
> <br>
> --<br>
> Sent from: <a href="http://forum.world.st/Seaside-General-f86180.html" rel="noreferrer" target="_blank">http://forum.world.st/Seaside-General-f86180.html</a><br>
> _______________________________________________<br>
> seaside mailing list<br>
<br>
> seaside@.squeakfoundation<br>
<br>
> <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://forum.world.st/Seaside-General-f86180.html" rel="noreferrer" target="_blank">http://forum.world.st/Seaside-General-f86180.html</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</blockquote></div>
</blockquote></div>