madeinquant
2021-8-22 01:22:44

@madeinquant has joined the channel


madeinquant
2021-8-22 01:23:39

When install a package gregor with command “raco pkg install gregor”, encountered a non-stoppable errors ((WORKER RECEIVE MESSAGE ERROR: internal error: tried to deschedule a descheduled thread). What should I do to fix this error? By the way, it seems it is a library 6.11, can I use this library with version 8.2? OS version : os x 11.5.2 racket version : installed version 8.2 with brew “brew install racket”


samth
2021-8-22 01:53:42

What do you mean that it is a library 6.11?


samth
2021-8-22 01:54:08

That error is a bug in Racket, and you can report a bug on GitHub.


samth
2021-8-22 01:54:27

To fix the issue you should be able to run ‘raco setup gregor’


madeinquant
2021-8-22 01:57:40

@samth Thanks for your comment. It seems the gregor package has been installed even there are errors message during installation. However, error message “loading code: version mismatch” was shown when execute “racket main.rkt -u db-username -n db-name -p db-password”. What should I do to fix this error?


samth
2021-8-22 01:59:04

What is main.rkt? Where is that from?


madeinquant
2021-8-22 01:59:45

samth
2021-8-22 02:00:40

Did you use this previously with a different version of racket?


madeinquant
2021-8-22 02:01:31

No. I didn’t


madeinquant
2021-8-22 02:03:16

There are two directories (8.2 & 6.11) in the location “/usr/local/Cellar/minimal-racket/“;


samth
2021-8-22 02:42:29

You can probably fix things with raco make main.rkt