-
Notifications
You must be signed in to change notification settings - Fork 22
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
pip install nanosv: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1112: ordinal not in range(128) #45
Comments
Ok I have to take that back it is a problem, because if I try running NanoSV with data and not only NanoSV -h I get the same error:
|
This is because of the encoding language. export LC_CTYPE=en_US.UTF-8 |
Hi Mark, Thanks for the quick reply. For the record, changing the Dockerfile to the following fixed it:
|
What worked for me was |
combining all answers, adding following to Dockerfile worked for me (arch linux)
|
Hi,
I tried installing nanosv via pip and got the following error:
In case you want to reproduce it, this is the docker image I used:
It is not a problem for me as the following worked, just wanted to let you know.
Only small hiccup there, was that I had to create the README.rst
Philipp
The text was updated successfully, but these errors were encountered: