Errors during package install
#18
Closed
opened 6 years ago by thelonious
·
2 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I'm running on macOS 10.14.4 and wanted a clean/fresh DrRacket environment. I did the following:
When I try to install beautiful-racket from the command-line using the following
I get all sorts of errors during the install. The first error looks like this:
Other errors report not being able to open a module file.
I verified that file is not present on my drive, but I suspect I'm getting a cascade of errors due to the initial error.
If I test the beautiful-racket install via
racket -l br/test
, I get a message that it has installed correctly; however, with all of the errors I'm seeing, I'm not sure if I can trust that :). Perhaps my DrRacket install is hosed.Thanks!
Sorry about that. I rearranged the
brag
repo today and forgot to update the URL on the Racket package server. I just did that, and reinstalled successfully, so let me know if it works for you.No worries. Works like a charm! Thanks for the quick response and the quick fix!