Skip to content
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

Unicode Encode Error #9

Open
NMedvesky opened this issue Dec 31, 2021 · 2 comments
Open

Unicode Encode Error #9

NMedvesky opened this issue Dec 31, 2021 · 2 comments

Comments

@NMedvesky
Copy link

NMedvesky commented Dec 31, 2021

This is the error I keep getting

UnicodeEncodeError: 'charmap' codec can't encode character '\u0399' in position 54: character maps to

Lancer is working for me with simpler programs but breaks and gives me the error on more complex programs
And the example program does not even work it just gives me the error

here is the example I tried

-- start of program --

function that adds two numbers

def addition(a: int, b: int) -> int:

# find sum
result = a + b

# return the sum
return result

if name == 'main':
print("Sum of 1 and 3 is %s" % addition(1, 3))

-- end of program --

I'm using python 3.9.7
and running it on windows 10

@NMedvesky
Copy link
Author

github is displaying the example a bit weird here is the link to the example
https://github.com/LeviBorodenko/lancer#Example

@NMedvesky NMedvesky changed the title Unicode Encode Error [Bug] Unicode Encode Error Dec 31, 2021
@NMedvesky NMedvesky changed the title [Bug] Unicode Encode Error Unicode Encode Error Dec 31, 2021
@leetfin
Copy link

leetfin commented Mar 28, 2022

same, it's not working at all even on examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants