-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
print "Bad mode {}. Use 'release' or 'debug' (default)" % build_mode() #457
Comments
At the moment these scripts only support python 2. Also see #118 (comment). Note: a python 3 SyntaxError is a good way to show that only python 2 is supported. It's unclear if the deps (specifically v8) also need python 2 anyway i.e. no benefit of deno supporting python 3 yet. |
@haydi have tried and with 2.7 but I get the same error |
@George35mk It looks like you are using Python 3. Our python scripts sometimes run other python scripts. If python3 is still in your PATH, even if you start the top level script with python2, the child script will be executed with Python3. Try this: set PATH=c:\Python27;%PATH%
python tools\setup.py |
I've opened a standalone issue for python3 compatibility #464 |
Prerequisite for "virtual ops modules". This allows to create synthetic modules with multiple exports. Previously only "default" export was supported, which was fine for JSON modules and custom evaluated modules, but lacks flexibility needed to generate modules for ops in an extension. --------- Co-authored-by: Matt Mastracci <[email protected]>
Hi want to test the deno project can someone explain to me how to run this on windows 10 x64 without errors.
I get this error when i try to run
\deno\tools
with python 3.6 and 2.7The text was updated successfully, but these errors were encountered: