Installing Dataframe package issue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Installing Dataframe package issue

Francisco Lizarralde
Hi All,

When I tried to install the Dataframe package evaluating :

Metacello new
  baseline: 'DataFrame';
  repository: 'github://PolyMathOrg/DataFrame';
  load.

on a clean Pharo 6.1 image I got this error:

"This package depends on the following classes:
GTExample
You must resolve these dependencies before you will be able to load these definitions:
DataFrameExamples
DataSeriesExamples
DataSeriesExamples>>#heterogeneousSeries
DataSeriesExamples>>#numericSeries


Select Proceed to continue, or close this window to cancel the operation."


Someone could tell me what I'm doing wrong ?

Thanks in advance,

Best regards,

Francisco

--
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Installing Dataframe package issue

SergeStinckwich


On Wed, Dec 13, 2017 at 10:43 PM, Francisco Lizarralde <[hidden email]> wrote:
Hi All,


​Hi Francisco,
When I tried to install the Dataframe package evaluating :

Metacello new
  baseline: 'DataFrame';
  repository: 'github://PolyMathOrg/DataFrame';
  load.

on a clean Pharo 6.1 image I got this error:

"This package depends on the following classes:
GTExample
You must resolve these dependencies before you will be able to load these definitions:
DataFrameExamples
DataSeriesExamples
DataSeriesExamples>>#heterogeneousSeries
DataSeriesExamples>>#numericSeries


Select Proceed to continue, or close this window to cancel the operation."


Someone could tell me what I'm doing wrong ?

​There is nothing wrong, this is a bug at the moment :
​You can press proceed, only the DataFrame examples will not be loaded.​

--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
http://www.doesnotunderstand.org/

--
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Installing Dataframe package issue

Francisco Lizarralde
Hi Serge,

Thank you for your reply.

Best Regards,

Francisco

El miércoles, 20 de diciembre de 2017, 11:23:16 (UTC-3), Serge Stinckwich escribió:


On Wed, Dec 13, 2017 at 10:43 PM, Francisco Lizarralde <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="z1xeFRJmAgAJ" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">francisco....@gmail.com> wrote:
Hi All,


​Hi Francisco,
When I tried to install the Dataframe package evaluating :

Metacello new
  baseline: 'DataFrame';
  repository: 'github://PolyMathOrg/DataFrame';
  load.

on a clean Pharo 6.1 image I got this error:

"This package depends on the following classes:
GTExample
You must resolve these dependencies before you will be able to load these definitions:
DataFrameExamples
DataSeriesExamples
DataSeriesExamples>>#heterogeneousSeries
DataSeriesExamples>>#numericSeries


Select Proceed to continue, or close this window to cancel the operation."


Someone could tell me what I'm doing wrong ?

​There is nothing wrong, this is a bug at the moment :
<a href="https://github.com/PolyMathOrg/DataFrame/issues/17" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Fgithub.com%2FPolyMathOrg%2FDataFrame%2Fissues%2F17\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNFs_fbJTg7tSUyTSmdaUsxpoJ4slA&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Fgithub.com%2FPolyMathOrg%2FDataFrame%2Fissues%2F17\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNFs_fbJTg7tSUyTSmdaUsxpoJ4slA&#39;;return true;">https://github.com/PolyMathOrg/DataFrame/issues/17
​You can press proceed, only the DataFrame examples will not be loaded.​

--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
<a href="http://www.doesnotunderstand.org/" target="_blank" rel="nofollow" onmousedown="this.href=&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.doesnotunderstand.org%2F\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEmratUCplMDry5gDXSals1R-iPLw&#39;;return true;" onclick="this.href=&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.doesnotunderstand.org%2F\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEmratUCplMDry5gDXSals1R-iPLw&#39;;return true;">http://www.doesnotunderstand.org/

--
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Installing Dataframe package issue

Oleksandr Zaitsev
Hello Francisco,

Thank you for using DataFrame!

I just wanted to let you know that issue #17 has been resolved by Serge two weeks ago.

It can also be interesting to you that now you can load DataFrame as a lightweight collection without any tools or external dependencies:

Metacello new
    baseline: 'DataFrame';
    repository: 'github://PolyMathOrg/DataFrame';
    load: #Core.

You can find more information in this blog post: https://medium.com/@i.oleks/introducing-lightweight-dataframe-71f494362d60

Have a nice day!
Oleks

--
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Installing Dataframe package issue

Francisco Lizarralde
Hi Oleks,

Thank you very much for your reply and this link without external dependencies.

Best regards,

Francisco

2018-01-08 11:58 GMT-03:00 Oleksandr Zaytsev <[hidden email]>:
Hello Francisco,

Thank you for using DataFrame!

I just wanted to let you know that issue #17 has been resolved by Serge two weeks ago.

It can also be interesting to you that now you can load DataFrame as a lightweight collection without any tools or external dependencies:

Metacello new
    baseline: 'DataFrame';
    repository: 'github://PolyMathOrg/DataFrame';
    load: #Core.

You can find more information in this blog post: https://medium.com/@i.oleks/introducing-lightweight-dataframe-71f494362d60

Have a nice day!
Oleks

--
You received this message because you are subscribed to a topic in the Google Groups "SciSmalltalk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scismalltalk/DAxY0ZNvd8U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.