You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the pyret-npm package, I tried running some of the code on chapter 3.1 of DCIC.
Compiling code with the use context essentials2021 line gave me the following error message:
Compiling worklist...Could not find builtin module essentials2021 in any of ./.pyret/compiled, /usr/lib/node_modules/pyret-npm/pyret-lang/build/phaseA/lib-compiled
I tried using essentials2020 instead but it looks like it does not define the circle, triangle, overlay, above, and rectangle methods
The text was updated successfully, but these errors were encountered:
"At the moment, some of the libraries on code.pyret.org aren't supported offline, and image is one of them, so if you have import image or include image in your program, that would explain the issue."
Haha.
Those drunk pirates are letting you hang since November.
I'm abandoning this sinking ship. Ahoy...
Them pirates can send me a letter in a bottle (or reply to my issue #1724), once they realize the importance of doing computing on your own computer and offline.
After installing the
pyret-npm
package, I tried running some of the code on chapter 3.1 of DCIC.Compiling code with the
use context essentials2021
line gave me the following error message:Compiling worklist...Could not find builtin module essentials2021 in any of ./.pyret/compiled, /usr/lib/node_modules/pyret-npm/pyret-lang/build/phaseA/lib-compiled
I tried using
essentials2020
instead but it looks like it does not define thecircle
,triangle
,overlay
,above
, andrectangle
methodsThe text was updated successfully, but these errors were encountered: