Ah, too bad. I was curious to play around with this. Thanks for your help,
- keccak On Wed, May 31, 2017 at 11:57 PM, Sam Tobin-Hochstadt <[email protected]> wrote: > Unfortunately, that seems to be a problem in the library. You can see > the source here: > http://planet.racket-lang.org/package-source/toups/ > functional.plt/1/1/monads.rkt > and it depends on a utilities collection that it does not include. > > Sam > > On Wed, May 31, 2017 at 11:53 PM, <[email protected]> wrote: > > I just installed from the version 6.9 shell script. I did enter 'Y' for > all dependencies. > > > > If I switch to > > > > (require (planet toups/functional:1:1/monads)) > > > > I get the error: > > > > /home/kk/.racket/planet/300/6.9/cache/toups/functional.plt/1/1/monads.rkt:3:9: > collection not found > > for module path: > > utilities/lists > collection: "utilities" > > > > But the planet installation didn't ask me about any dependencies. > > > > Thanks, > > > > - keccak > > > > > > On Wednesday, May 31, 2017 at 10:50:55 PM UTC-4, Sam Tobin-Hochstadt > wrote: > >> Installation from Planet means that you have to use the special planet > >> require syntax, in this case: > >> > >> (require (planet toups/functional:1:1/monads)) > >> > >> Sam > >> > >> On Wed, May 31, 2017 at 9:44 PM, <[email protected]> wrote: > >> > Probably a basic question, but when I run: > >> > > >> > raco planet install toups functional.plt 1 1 > >> > > >> > to install a package, I still get an error for the 2-line script > >> > > >> > #lang racket > >> > (require functional) > >> > > >> > that this collection is not found in /usr/racket/collects/ > >> > > >> > I have run every other seemingly related command I can find online > such as "raco setup functional.plt", etc, but I can't figure out what the > normal workflow is to install a package. Racket can never seem to find it. > >> > > >> > - keccak > >> > > >> > -- > >> > You received this message because you are subscribed to the Google > Groups "Racket Users" group. > >> > To unsubscribe from this group and stop receiving emails from it, > send an email to [email protected]. > >> > For more options, visit https://groups.google.com/d/optout. > > > > -- > > You received this message because you are subscribed to the Google > Groups "Racket Users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

