danishprakash/pip-name

Error when a name is available

Closed this issue · 1 comments

When the name is not present, the script runs as expected. But, when a name is available, I'm getting this error:

image

Thanks for bringing this up @amitness, this was an issue related to unicode strings. Since python3 has by default strings encoded as unicode, It did not occur to me that a handling condition was required for python2.