Skip to content

Commit

Permalink
vup python
Browse files Browse the repository at this point in the history
  • Loading branch information
weweweok committed Nov 23, 2023
1 parent 1ff690a commit f233b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { encode } from "$std/encoding/base64.ts";
import { python } from "https://deno.land/x/python@0.4.1/mod.ts";
import { python } from "https://deno.land/x/python@0.4.2/mod.ts";
const createAsciiArtFile = `
from PIL import Image, ImageDraw, ImageFont
import os.path
Expand Down

1 comment on commit f233b9a

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on f233b9a Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

Error: Cannot load dynamic library because --unstable flag was not set
    at https://deno.land/x/python@0.4.2/src/ffi.ts:54:13

Please sign in to comment.