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

"TypeError: coercing to Unicode:..." while installing pipsi #163

Open
Jaxmetalmax opened this issue Jul 16, 2018 · 2 comments
Open

"TypeError: coercing to Unicode:..." while installing pipsi #163

Jaxmetalmax opened this issue Jul 16, 2018 · 2 comments

Comments

@Jaxmetalmax
Copy link

Error while installing pipsi via:
curl https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python

It seems that is trying to change PATH, fixed with adding ~/.local/bin to PATH on .bashrc manually

Environment
OS: Debian 9
Python 2.7.13
TraceBack:

Installed pipsi binary in /home/developer/.local/bin
Traceback (most recent call last):
  File "<stdin>", line 237, in <module>
  File "<stdin>", line 232, in main
  File "<stdin>", line 188, in ensure_pipsi_on_path
  File "/usr/lib/python2.7/genericpath.py", line 26, in exists
    os.stat(path)
TypeError: coercing to Unicode: need string or buffer, NoneType found
@arnavb
Copy link

arnavb commented Aug 7, 2018

Is there any update on this by any chance? I'm facing the same error with pyenv (using 3.7 as the interpreter) and with system python3.5.

@Jaxmetalmax
Copy link
Author

@arnavb after install just make sure that you have or add ~/.local/bin to PATH, while this is fixed.

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