racket / drracket

DrRacket, IDE for Racket
http://www.racket-lang.org/
Other
447 stars 94 forks source link

Can't install any libraries/languages #424

Open ebresafegaga opened 3 years ago

ebresafegaga commented 3 years ago

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: #


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

sorawee commented 3 years ago

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".

ebresafegaga commented 3 years ago

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