drracket icon indicating copy to clipboard operation
drracket copied to clipboard

Can't install any libraries/languages

Open ebresafegaga opened this issue 5 years ago • 2 comments

Hi, I'm kinda new to racket and I've tried installing pie and beautiful racket and they got installed successfully, but any time I try to run a program I get these errors:


br : ../../../../usr/bin/racket/share/pkgs/errortrace-lib/errortrace/private/utils.rkt:26:18: #%require: unbound identifier; also, no #%app syntax transformer is bound context...: other binding...: common scopes...: in: #%require



pie: expand: namespace mismatch; cannot locate module instance module: #<module-path-index:(submod "rep.rkt" #%contract-defs-reference ".." #%contract-defs) + 'main[3157626]> use phase: 1 definition phase: 0 for identifier: #<syntax idB4>


Could this be a problem with my installation or something else?

ebresafegaga avatar Oct 08 '20 16:10 ebresafegaga

My wild guess is that https://github.com/racket/errortrace/pull/17 should fix the error for br.

For now, though, you can just disable the errortrace by going to "Language > Choose Language...". Click "Show Details", and switch the option to "No debugging or profiling".

sorawee avatar Oct 08 '20 16:10 sorawee

Thank you! That worked for the both of them. But what are the implications of this; no debugging for any language or what?

ebresafegaga avatar Oct 08 '20 17:10 ebresafegaga