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

UnicodeEncodeError: 'charmap' codec can't encode character '\u2502' in #7

Open
freshpangolin opened this issue Feb 27, 2022 · 0 comments

Comments

@freshpangolin
Copy link

I got the error below while installing BROWNIE in Visual Studio Code on Windows;
Subprocess_post_check_handle_pip_error(pip_process)
line 349, in subprocess_post_check_handle_pip_error
print(completed_process.stderr, file=pip_error_fh, end="")
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u2502' in position 559: character maps to

I did the following to get BROWNIE to work, may work for you;
-pip install openapi-codec
-python -m pipx ensurepath
-python -m pipx ensurepath --force
-pip install cython
-pip install cytoolz
-pip3 install --user eth-brownie

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

1 participant